We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 962b17e commit 03bdd65Copy full SHA for 03bdd65
2 files changed
doc/release_notes.rst
@@ -3,6 +3,7 @@ Release Notes
3
4
.. Upcoming Version
5
6
+* Bugfix for missing dependency for jupyter notebook example in documentation
7
* Add support for SOS1 and SOS2 (Special Ordered Sets) constraints via ``Model.add_sos_constraints()`` and ``Model.remove_sos_constraints()``
8
* Add simplify method to LinearExpression to combine duplicate terms
9
* Add convenience function to create LinearExpression from constant
pyproject.toml
@@ -58,6 +58,7 @@ docs = [
58
"gurobipy==11.0.2",
59
"ipykernel==6.29.5",
60
"matplotlib==3.9.1",
61
+ "highspy>=1.7.1",
62
]
63
dev = [
64
"pytest",
0 commit comments