Open
Description
Since SCIP support for plugins (callbacks) is more general that what is available in other MIP solvers, it makes sense to offer a thin layer around the SCIP style of them, for example:
- constraint handlers (lazy constraints)
- heuristics (based on LP solutions, but also from scratch type heuristics, or improving heuristics)
- relaxations (instead of, or in addition to LP)
- branching rules
- node selection rules
If/when a callback interface is established for MOI, this layer could be used then.
Metadata
Metadata
Assignees
Labels
No labels