Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <synchronization.h>
Public Attributes | |
std::vector< std::function< void(CpSolverResponse *)> > | callbacks |
Used by FillSolveStatsInResponse() to extract statistic to put in a CpSolverResponse. The callbacks registered here are supposed to only modify the statistic fields, nothing else.
Definition at line 194 of file synchronization.h.
std::vector<std::function<void(CpSolverResponse*)> > operations_research::sat::CpSolverResponseStatisticCallbacks::callbacks |
Definition at line 195 of file synchronization.h.