|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 | ### Added
|
5 |
| -- Add SCIP functions SCIPconsGetNVars, SCIPconsGetVars |
6 |
| -- Add SCIP functions SCIPchgCoefLinear, SCIPaddCoefLinear and SCIPdelCoefLinear |
7 |
| -- Add SCIP function SCIPgetSolTime and wrapper getSolTime |
8 |
| -- Add convenience methods relax and getVarDict |
9 |
| -- Add SCIP functions hasPrimalRay, getPrimalRay, getPrimalRayVal |
10 |
| -- Add multiple tests for constraints and for solutions |
| 5 | +- Added all event types and tests for checking them |
| 6 | +- Added SCIP functions SCIPconsGetNVars, SCIPconsGetVars |
| 7 | +- Added SCIP functions SCIPchgCoefLinear, SCIPaddCoefLinear and SCIPdelCoefLinear |
| 8 | +- Added SCIP function SCIPgetSolTime and wrapper getSolTime |
| 9 | +- Added convenience methods relax and getVarDict |
| 10 | +- Added SCIP functions hasPrimalRay, getPrimalRay, getPrimalRayVal |
11 | 11 | ### Fixed
|
| 12 | +- Fixed mistake with outdated values for several enums |
12 | 13 | - Correctly set result, lowerbound in PyRelaxExec
|
13 | 14 | - Fixed typo in documentation of chgRhs
|
14 | 15 | - Pricer plugin fundamental callbacks now raise an error if not implemented
|
|
17 | 18 | - Changed getSols so that it prints solutions in terms of the original variables
|
18 | 19 | - Fixed error message in _checkStage
|
19 | 20 | ### Changed
|
| 21 | +- Made it so SCIP macros are used directly, instead of being manually inputted. |
20 | 22 | - Improved error message when using < or > instead of <= or >=
|
21 | 23 | ### Removed
|
22 | 24 | - Removed double declaration of SCIPfindEventhdlr
|
|
0 commit comments