Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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]>
- Loading branch information