Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <linear_solver_callback.h>
Public Member Functions | |
MPCallbackList (const std::vector< MPCallback * > &callbacks) | |
void | RunCallback (MPCallbackContext *context) override |
Runs all callbacks from the list given at construction, in sequence. | |
Public Member Functions inherited from operations_research::MPCallback | |
MPCallback (bool might_add_cuts, bool might_add_lazy_constraints) | |
virtual | ~MPCallback () |
bool | might_add_cuts () const |
bool | might_add_lazy_constraints () const |
Single callback that runs the list of callbacks given at construction, in sequence.
Definition at line 165 of file linear_solver_callback.h.
|
explicit |
Definition at line 75 of file linear_solver_callback.cc.
|
overridevirtual |
Runs all callbacks from the list given at construction, in sequence.
Implements operations_research::MPCallback.
Definition at line 80 of file linear_solver_callback.cc.