![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 335 of file synchronization.h.
#include <synchronization.h>
Public Member Functions | |
| void | AddSolution (const std::vector< double > &lp_solution) |
| bool | HasSolution () const |
| std::vector< double > | PopLast () |
| std::vector< std::string > | TableLineStats () const |
| void operations_research::sat::SharedIncompleteSolutionManager::AddSolution | ( | const std::vector< double > & | lp_solution | ) |
Definition at line 238 of file synchronization.cc.
| bool operations_research::sat::SharedIncompleteSolutionManager::HasSolution | ( | ) | const |
Definition at line 246 of file synchronization.cc.
| std::vector< double > operations_research::sat::SharedIncompleteSolutionManager::PopLast | ( | ) |
Definition at line 251 of file synchronization.cc.
|
inline |
Definition at line 346 of file synchronization.h.