Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
This is the complete list of members for operations_research::MPCallbackContext, including all inherited members.
AddCut(const LinearRange &cutting_plane)=0 | operations_research::MPCallbackContext | pure virtual |
AddLazyConstraint(const LinearRange &lazy_constraint)=0 | operations_research::MPCallbackContext | pure virtual |
CanQueryVariableValues()=0 | operations_research::MPCallbackContext | pure virtual |
Event()=0 | operations_research::MPCallbackContext | pure virtual |
NumExploredNodes()=0 | operations_research::MPCallbackContext | pure virtual |
SuggestSolution(const absl::flat_hash_map< const MPVariable *, double > &solution)=0 | operations_research::MPCallbackContext | pure virtual |
VariableValue(const MPVariable *variable)=0 | operations_research::MPCallbackContext | pure virtual |
~MPCallbackContext() | operations_research::MPCallbackContext | inlinevirtual |