Skip to content

Commit 59564c6

Browse files
authored
Merge pull request #759 from scipopt/add-eventtype-Nodedelete
Fix wrong numbers for Event Types
2 parents 19763ba + c0ec88d commit 59564c6

File tree

4 files changed

+409
-316
lines changed

4 files changed

+409
-316
lines changed

CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
## Unreleased
44
### 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
1111
### Fixed
12+
- Fixed mistake with outdated values for several enums
1213
- Correctly set result, lowerbound in PyRelaxExec
1314
- Fixed typo in documentation of chgRhs
1415
- Pricer plugin fundamental callbacks now raise an error if not implemented
@@ -17,6 +18,7 @@
1718
- Changed getSols so that it prints solutions in terms of the original variables
1819
- Fixed error message in _checkStage
1920
### Changed
21+
- Made it so SCIP macros are used directly, instead of being manually inputted.
2022
- Improved error message when using < or > instead of <= or >=
2123
### Removed
2224
- Removed double declaration of SCIPfindEventhdlr

0 commit comments

Comments
 (0)