Skip to content

Commit

Permalink
Merge branch 'master' into latest
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Nov 23, 2021
2 parents aa5a3e9 + a4b5b9b commit 468dfb4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: 📖 Documentation
url: https://doc.ecole.ai/
about: Find common usage in the documentation.
- name: ❓ Github Discussions
url: https://github.com/ds4dm/ecole/discussions
about: Ask questions and share ideas.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ in cooperation with a state-of-the-art Mixed Integer Linear Programming solver
that acts as a controllable algorithm.

The underlying solver used is `SCIP <https://scip.zib.de/>`_, and the user facing API is
meant to mimic the `OpenAi Gym <https://gym.openai.com/>`_ API (as much as possible).
meant to mimic the `OpenAI Gym <https://gym.openai.com/>`_ API (as much as possible).

.. code-block:: python
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def get_cmake_out_package_install_args() -> List[str]:
package_data={"ecole": ["py.typed"]},
cmake_languages=["CXX"],
cmake_install_dir="python/ecole/src/ecole", # Must match package_dir layout
cmake_minimum_required_version="3.14",
# FIXME No way to pass cmake argument to scikit-build through pip (for now)
# https://github.com/scikit-build/scikit-build/issues/479
# So we read them from an environment variable
Expand Down

0 comments on commit 468dfb4

Please sign in to comment.