Skip to content

Commit cc0695f

Browse files
authored
Merge pull request #952 from scipopt/add-requests-to-README
Update README with usage request
2 parents b94dbb7 + 378f111 commit cc0695f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,16 @@ examples.
8282
Please notice that in most cases one needs to use a `dictionary` to
8383
specify the return values needed by SCIP.
8484

85+
Using PySCIPOpt?
86+
----------------
87+
88+
If your project or company is using PySCIPOpt, consider letting us know at [email protected]. We are always interested
89+
in knowing how PySCIPOpt is being used, and, given permission, would also appreciate adding your company's logo
90+
to our website.
91+
92+
If you are creating models with some degree of complexity which don't take too long to solve, also consider
93+
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.
94+
8595
Citing PySCIPOpt
8696
----------------
8797

0 commit comments

Comments
 (0)