Skip to content

Commit

Permalink
Merge pull request #759 from scipopt/add-eventtype-Nodedelete
Browse files Browse the repository at this point in the history
Fix wrong numbers for Event Types
  • Loading branch information
mmghannam authored Dec 4, 2023
2 parents 19763ba + c0ec88d commit 59564c6
Show file tree
Hide file tree
Showing 4 changed files with 409 additions and 316 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

## Unreleased
### Added
- Add SCIP functions SCIPconsGetNVars, SCIPconsGetVars
- Add SCIP functions SCIPchgCoefLinear, SCIPaddCoefLinear and SCIPdelCoefLinear
- Add SCIP function SCIPgetSolTime and wrapper getSolTime
- Add convenience methods relax and getVarDict
- Add SCIP functions hasPrimalRay, getPrimalRay, getPrimalRayVal
- Add multiple tests for constraints and for solutions
- Added all event types and tests for checking them
- Added SCIP functions SCIPconsGetNVars, SCIPconsGetVars
- Added SCIP functions SCIPchgCoefLinear, SCIPaddCoefLinear and SCIPdelCoefLinear
- Added SCIP function SCIPgetSolTime and wrapper getSolTime
- Added convenience methods relax and getVarDict
- Added SCIP functions hasPrimalRay, getPrimalRay, getPrimalRayVal
### Fixed
- Fixed mistake with outdated values for several enums
- Correctly set result, lowerbound in PyRelaxExec
- Fixed typo in documentation of chgRhs
- Pricer plugin fundamental callbacks now raise an error if not implemented
Expand All @@ -17,6 +18,7 @@
- Changed getSols so that it prints solutions in terms of the original variables
- Fixed error message in _checkStage
### Changed
- Made it so SCIP macros are used directly, instead of being manually inputted.
- Improved error message when using < or > instead of <= or >=
### Removed
- Removed double declaration of SCIPfindEventhdlr
Expand Down
Loading

0 comments on commit 59564c6

Please sign in to comment.