Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 648 Bytes

File metadata and controls

17 lines (10 loc) · 648 Bytes

Contributing to PySCIPOpt

Code contributions are very welcome and should comply to a few rules:

  1. Compatibility with both Python-2 and Python-3

  2. All tests defined in the Continuous Integration setup need to pass:

  3. New features should be covered by the tests, so please extend tests

  4. New code should be documented in the same style as the rest of the code

  5. New code should be pep8-compliant. Help yourself with the style guide checker.