You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make the transition to SCIP 10 smoother, I figured I'd take some notes on what needs to be done to ensure compatibility and which functions need to be wrapped.
New event types SCIP_EVENTTYPE_IMPLTYPECHANGED, SCIP_EVENTTYPE_DUALBOUNDIMPROVED, SCIP_EVENTTYPE_GAPUPDATED
IISFINDER functions (almost done)
Statistics Json functions
SCIPvarGetImplType(), SCIPvarIsBinary(), SCIPvarIsIntegral(), SCIPvarIsImpliedIntegral(), and SCIPvarIsNonimpliedIntegral()
Exact SCIP functions
Many many new API functions
Before merging these things, would like to add a bunch of tests as well.
To make the transition to SCIP 10 smoother, I figured I'd take some notes on what needs to be done to ensure compatibility and which functions need to be wrapped.
SCIP_EVENTTYPE_IMPLTYPECHANGED,SCIP_EVENTTYPE_DUALBOUNDIMPROVED,SCIP_EVENTTYPE_GAPUPDATEDSCIPvarGetImplType(),SCIPvarIsBinary(),SCIPvarIsIntegral(),SCIPvarIsImpliedIntegral(), andSCIPvarIsNonimpliedIntegral()Before merging these things, would like to add a bunch of tests as well.