From bdbbabbaad9ea0cc576c27da9a477c994b0131cd Mon Sep 17 00:00:00 2001 From: Mark Turner <64978342+Opt-Mucca@users.noreply.github.com> Date: Tue, 10 Sep 2024 12:05:12 +0200 Subject: [PATCH] Add list of contributors (#897) --- docs/contributors.rst | 39 +++++++++++++++++++++++++++++++++++++++ docs/index.rst | 1 + 2 files changed, 40 insertions(+) create mode 100644 docs/contributors.rst diff --git a/docs/contributors.rst b/docs/contributors.rst new file mode 100644 index 00000000..51408494 --- /dev/null +++ b/docs/contributors.rst @@ -0,0 +1,39 @@ +############ +Contributors +############ + +.. contents:: Contents + +List of SCIP Authors +==================== + +A list of current and past SCIP developers can be found `here `__. + + +List of PySCIPOpt Contributors +============================== + +A list of all contributors to PySCIPOpt can be found +`here `__. + + +How to Cite PySCIPOpt / SCIP +============================ + +When using PySCIPOpt as part of your research, please cite the following paper: + +.. code-block:: RST + + @incollection{MaherMiltenbergerPedrosoRehfeldtSchwarzSerrano2016, + author = {Stephen Maher and Matthias Miltenberger and Jo{\~{a}}o Pedro Pedroso and Daniel Rehfeldt and Robert Schwarz and Felipe Serrano}, + title = {{PySCIPOpt}: Mathematical Programming in Python with the {SCIP} Optimization Suite}, + booktitle = {Mathematical Software {\textendash} {ICMS} 2016}, + publisher = {Springer International Publishing}, + pages = {301--307}, + year = {2016}, + doi = {10.1007/978-3-319-42432-3_37}, + } + +Additionally, please cite the corresponding SCIP Optimization Suite report, which can be found +`here `__. + diff --git a/docs/index.rst b/docs/index.rst index 1a62ca3e..d59f0463 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,5 +21,6 @@ Contents extend similarsoftware faq + contributors api