Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::sat::CpSolverResponseStatisticCallbacks Struct Reference

#include <synchronization.h>

Public Attributes

std::vector< std::function< void(CpSolverResponse *)> > callbacks
 

Detailed Description

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.

Member Data Documentation

◆ callbacks

std::vector<std::function<void(CpSolverResponse*)> > operations_research::sat::CpSolverResponseStatisticCallbacks::callbacks

Definition at line 195 of file synchronization.h.


The documentation for this struct was generated from the following file: