We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 067e630 commit 89f092fCopy full SHA for 89f092f
1 file changed
CHANGELOG.md
@@ -5,6 +5,7 @@
5
- `Expr` and `GenExpr` support NumPy unary functions (`np.sin`, `np.cos`, `np.sqrt`, `np.exp`, `np.log`, `np.absolute`)
6
- Added `getBase()` and `setBase()` methods to `LP` class for getting/setting basis status
7
- Added `getMemUsed()`, `getMemTotal()`, and `getMemExternEstim()` methods
8
+- Added `isReoptEnabled()` and raising error if not enabled upon calling `reoptSolve()`
9
### Fixed
10
- Removed `Py_INCREF`/`Py_DECREF` on `Model` in `catchEvent`/`dropEvent` that caused memory leak for imbalanced usage
11
- Used `getIndex()` instead of `ptr()` for sorting nonlinear expression terms to avoid nondeterministic behavior
0 commit comments