![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 931 of file synchronization.h.
#include <synchronization.h>
Classes | |
| struct | Key |
Public Member Functions | |
| int | RegisterNewId (std::string worker_name) |
| void | LogStatistics (SolverLogger *logger) |
| void | Add (int id, Key expr, IntegerValue lb, IntegerValue ub) |
| int | RegisterNewImportId (std::string name) |
| std::vector< std::pair< Key, std::pair< IntegerValue, IntegerValue > > > | NewlyUpdatedBounds (int import_id) |
| void | NotifyNumImported (int import_id, int num) |
| void operations_research::sat::SharedLinear2Bounds::Add | ( | int | id, |
| Key | expr, | ||
| IntegerValue | lb, | ||
| IntegerValue | ub ) |
Definition at line 1516 of file synchronization.cc.
| void operations_research::sat::SharedLinear2Bounds::LogStatistics | ( | SolverLogger * | logger | ) |
Definition at line 1447 of file synchronization.cc.
| std::vector< std::pair< SharedLinear2Bounds::Key, std::pair< IntegerValue, IntegerValue > > > operations_research::sat::SharedLinear2Bounds::NewlyUpdatedBounds | ( | int | import_id | ) |
Definition at line 1551 of file synchronization.cc.
|
inline |
Definition at line 982 of file synchronization.h.
| int operations_research::sat::SharedLinear2Bounds::RegisterNewId | ( | std::string | worker_name | ) |
Definition at line 1346 of file synchronization.cc.
| int operations_research::sat::SharedLinear2Bounds::RegisterNewImportId | ( | std::string | name | ) |
Definition at line 1540 of file synchronization.cc.