We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eba89e commit 190d85dCopy full SHA for 190d85d
doc/release_notes.rst
@@ -3,6 +3,7 @@ Release Notes
3
4
.. Upcoming Version
5
6
+* Add ``mock_solve`` option to model.solve for quick testing without actual solving
7
* Fix compatibility for xpress versions below 9.6 (regression)
8
* Performance: Up to 50x faster ``repr()`` for variables/constraints via O(log n) label lookup and direct numpy indexing
9
* Performance: Up to 46x faster ``ncons`` property by replacing ``.flat.labels.unique()`` with direct counting
0 commit comments