![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 58 of file synchronization.h.
#include <synchronization.h>
Public Attributes | |
| double | best_objective_value |
| double | cur_objective_value_lb |
| double | cur_objective_value_ub |
| std::string | change_info |
| bool | new_best_solution = false |
| bool | new_lower_bound = false |
| bool | new_upper_bound = false |
| bool | solved = false |
| double operations_research::sat::SolverStatusChangeInfo::best_objective_value |
Definition at line 59 of file synchronization.h.
| std::string operations_research::sat::SolverStatusChangeInfo::change_info |
Definition at line 63 of file synchronization.h.
| double operations_research::sat::SolverStatusChangeInfo::cur_objective_value_lb |
Definition at line 60 of file synchronization.h.
| double operations_research::sat::SolverStatusChangeInfo::cur_objective_value_ub |
Definition at line 61 of file synchronization.h.
| bool operations_research::sat::SolverStatusChangeInfo::new_best_solution = false |
Definition at line 67 of file synchronization.h.
| bool operations_research::sat::SolverStatusChangeInfo::new_lower_bound = false |
Definition at line 71 of file synchronization.h.
| bool operations_research::sat::SolverStatusChangeInfo::new_upper_bound = false |
Definition at line 72 of file synchronization.h.
| bool operations_research::sat::SolverStatusChangeInfo::solved = false |
Definition at line 76 of file synchronization.h.