New and changed callbacks
Constraint Handlers:
Concurrent SCIP:
- extended interface to support concurrent solving mode
Message Handler:
Variable Pricers:
- Primal Heuristics:
Changed interface methods
Copying:
Parameters:
Relaxators:
- Primal Heuristics:
Reoptimization:
Variables:
- Removed method SCIPvarGetNBinImpls()
Conflict Analysis:
Constraint Handlers:
Nonlinear Relaxation:
- Solutions:
- Hashmap and Hashtable:
- removed function SCIPcalcHashtableSize() since not required anymore for SCIP_HASHTABLE and SCIP_HASHMAP
- based on the initial size SCIP_HASHTABLE and SCIP_HASHMAP choose an appropriate size internally to allow insertion of that many elements without resizing
- SCIP_MULTIHASH behaves like the old SCIP_HASHTABLE and SCIPcalcMultihashSize() should be used as replacement for SCIPcalcHashtableSize()
For further information we refer to the Release notes and the Changelog.