Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README with usage request #952

Merged
merged 3 commits into from
Feb 10, 2025
Merged
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
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,16 @@ examples.
Please notice that in most cases one needs to use a `dictionary` to
specify the return values needed by SCIP.

Using PySCIPOpt?
----------------

If your project or company is using PySCIPOpt, consider letting us know at [email protected]. We are always interested
in knowing how PySCIPOpt is being used, and, given permission, would also appreciate adding your company's logo
to our website.

If you are creating models with some degree of complexity which don't take too long to solve, also consider
sharing them with us. We might want to add them to [`tests/helpers/utils.py`](tests/helpers/utils.py) to help make our tests more robust, or add them to our examples.

Citing PySCIPOpt
----------------

Expand Down
Loading