![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 94 of file synchronization.h.
#include <synchronization.h>
Public Member Functions | |
| bool | operator== (const Solution &other) const |
| bool | operator< (const Solution &other) const |
Public Attributes | |
| int64_t | rank = 0 |
| std::vector< ValueType > | variable_values |
| std::string | info |
| int | num_selected = 0 |
| int | source_id |
|
inline |
Definition at line 118 of file synchronization.h.
|
inline |
Definition at line 115 of file synchronization.h.
| std::string operations_research::sat::SharedSolutionRepository< ValueType >::Solution::info |
Definition at line 105 of file synchronization.h.
|
mutable |
Definition at line 111 of file synchronization.h.
| int64_t operations_research::sat::SharedSolutionRepository< ValueType >::Solution::rank = 0 |
Definition at line 101 of file synchronization.h.
| int operations_research::sat::SharedSolutionRepository< ValueType >::Solution::source_id |
Definition at line 113 of file synchronization.h.
| std::vector<ValueType> operations_research::sat::SharedSolutionRepository< ValueType >::Solution::variable_values |
Definition at line 103 of file synchronization.h.