Skip to content

Commit bd85238

Browse files
Joao-DionisiommghannamOpt-Muccaigorbanfi
authored
Type loop variables (#758)
* Add cdef to loop variables * Update CHANGELOG * EVENTTYPE Overhaul * Directly use SCIP macros instead of their value * Update CHANGELOG * Update CHANGELOG * Add NODEDELETE to scip.pxi * Add test prototype for events * Add more SCIP events * Add all event types as of SCIP 8 * Add test for event identification * Update CHANGELOG * Add method for getting Event names * Add ability to print stage name as string. Add test. * Update CHANGELOG * Add __str__ to Event class * Update src/pyscipopt/scip.pxi Co-authored-by: Mohammed Ghannam <[email protected]> * Add function getconshdlrname * freeTransform recreates _modelvars * Removing non-original variables from _modelvars before freeTransform * Added freeTransform check into test_cuttingstock * Remove commented code * Update version * Rename * Add check to test_cons * Change assert to SOS2 * Update INSTALL.md * Change manylinux Co-authored-by: Mohammed Ghannam <[email protected]> * Update CHANGELOG.md * Update CHANGELOG.md * Fix outdated time.clock * Update README * Add more types * Update CHANGELOG.md --------- Co-authored-by: Mohammed Ghannam <[email protected]> Co-authored-by: Mark Turner <[email protected]> Co-authored-by: Igor Banfi <[email protected]> Co-authored-by: Mark Turner <[email protected]>
1 parent 99aa49d commit bd85238

File tree

2 files changed

+69
-0
lines changed

2 files changed

+69
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Unreleased
44
### Added
5+
- Added types to loop variables
56
- Added methods for getting the names of the current stage and of an event
67
### Fixed
78
- Fixed outdated time.clock call in gcp.py

0 commit comments

Comments
 (0)