Skip to content

Expose callbacks for various SCIP plugin types. #94

@rschwarz

Description

@rschwarz

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions