![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Callbacks that will be called when the search goes back to level 0. Callbacks should return false if the propagation fails.
Definition at line 44 of file integer_base.h.
#include <integer_base.h>
Public Attributes | |
std::vector< std::function< bool()> > | callbacks |
std::vector<std::function<bool()> > operations_research::sat::LevelZeroCallbackHelper::callbacks |
Definition at line 45 of file integer_base.h.