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
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.