|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 | ### Added |
5 | | -- Added support for SOS1-constraints |
| 5 | +- More support for AND-Constraints |
| 6 | +- Added support for knapsack constraints |
| 7 | +- Added isPositive(), isNegative(), isFeasLE(), isFeasLT(), isFeasGE(), isFeasGT(), isHugeValue(), and tests |
| 8 | +- Added SCIP_LOCKTYPE, addVarLocksType(), getNLocksDown(), getNLocksUp(), getNLocksDownType(), getNLocksUpType(), and tests |
| 9 | +- Added addMatrixConsIndicator(), and tests |
| 10 | +- Added SCIPvarMarkRelaxationOnly, SCIPvarIsRelaxationOnly, SCIPvarMarkDeletable, SCIPvarIsDeletable, and tests |
| 11 | +- Wrapped SCIPgetNLPBranchCands |
| 12 | +- Added getConsVals() to get coefficients of any linear type constraint |
| 13 | +- Generalized getLhs() and getRhs() to additionally support any linear type constraint |
| 14 | +- Added recipe for getting local constraints |
| 15 | +- Added enableDebugSol() and disableDebugSol() for controlling the debug solution mechanism if DEBUGSOL=true |
| 16 | +### Fixed |
| 17 | +- Raised an error when an expression is used when a variable is required |
| 18 | +- Fixed some compile warnings |
| 19 | +### Changed |
| 20 | +- MatrixExpr.sum() now supports axis arguments and can return either a scalar or MatrixExpr depending on the result dimensions |
| 21 | +### Removed |
| 22 | + |
| 23 | +## 5.5.0 - 2025.05.06 |
| 24 | +### Added |
| 25 | +- Wrapped SCIPgetChildren and added getChildren and test (also test getOpenNodes) |
| 26 | +- Wrapped SCIPgetLeaves, SCIPgetNLeaves, and added getLeaves, getNLeaves and test |
| 27 | +- Wrapped SCIPgetSiblings, SCIPgetNSiblings, and added getSiblings, getNSiblings and test |
| 28 | +- Wrapped SCIPdeactivatePricer, SCIPsetConsModifiable, and added deactivatePricer, setModifiable and test |
6 | 29 | - Added getLinearConsIndicator |
7 | 30 | - Added SCIP_LPPARAM, setIntParam, setRealParam, getIntParam, getRealParam, isOptimal, getObjVal, getRedcost for lpi |
8 | 31 | - Added isFeasPositive |
| 32 | +- Added SCIP function SCIProwGetDualsol and wrapper getDualsol |
| 33 | +- Added SCIP function SCIProwGetDualfarkas and wrapper getDualfarkas |
9 | 34 | ### Fixed |
10 | 35 | - Fixed bug when accessing matrix variable attributes |
11 | 36 | ### Changed |
|
0 commit comments