Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions docs/contributors.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
############
Contributors
############

.. contents:: Contents

List of SCIP Authors
====================

A list of current and past SCIP developers can be found `here <https://scipopt.org/index.php#developers>`__.


List of PySCIPOpt Contributors
==============================

A list of all contributors to PySCIPOpt can be found
`here <https://github.com/scipopt/PySCIPOpt/graphs/contributors>`__.


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 <https://www.scipopt.org/index.php#cite>`__.

1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ Contents
extend
similarsoftware
faq
contributors
api

Loading