Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 710 Bytes

callbacks.md

File metadata and controls

51 lines (41 loc) · 710 Bytes
CurrentModule = MathOptInterface
DocTestSetup = quote
    import MathOptInterface as MOI
end
DocTestFilters = [r"MathOptInterface|MOI"]

Callbacks

AbstractCallback
AbstractSubmittable
submit

Attributes

CallbackNodeStatus
CallbackVariablePrimal
CallbackNodeStatusCode
CALLBACK_NODE_STATUS_INTEGER
CALLBACK_NODE_STATUS_FRACTIONAL
CALLBACK_NODE_STATUS_UNKNOWN

Lazy constraints

LazyConstraintCallback
LazyConstraint

User cuts

UserCutCallback
UserCut

Heuristic solutions

HeuristicCallback
HeuristicSolution
HeuristicSolutionStatus
HEURISTIC_SOLUTION_ACCEPTED
HEURISTIC_SOLUTION_REJECTED
HEURISTIC_SOLUTION_UNKNOWN