Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
This is the complete list of members for operations_research::MPCallbackList, including all inherited members.
might_add_cuts() const | operations_research::MPCallback | inline |
might_add_lazy_constraints() const | operations_research::MPCallback | inline |
MPCallback(bool might_add_cuts, bool might_add_lazy_constraints) | operations_research::MPCallback | inline |
MPCallbackList(const std::vector< MPCallback * > &callbacks) | operations_research::MPCallbackList | explicit |
RunCallback(MPCallbackContext *context) override | operations_research::MPCallbackList | virtual |
~MPCallback() | operations_research::MPCallback | inlinevirtual |