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