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

Detailed Description

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

Member Data Documentation

◆ best_objective_value

double operations_research::sat::SolverStatusChangeInfo::best_objective_value

Definition at line 59 of file synchronization.h.

◆ change_info

std::string operations_research::sat::SolverStatusChangeInfo::change_info

Definition at line 63 of file synchronization.h.

◆ cur_objective_value_lb

double operations_research::sat::SolverStatusChangeInfo::cur_objective_value_lb

Definition at line 60 of file synchronization.h.

◆ cur_objective_value_ub

double operations_research::sat::SolverStatusChangeInfo::cur_objective_value_ub

Definition at line 61 of file synchronization.h.

◆ new_best_solution

bool operations_research::sat::SolverStatusChangeInfo::new_best_solution = false

Definition at line 67 of file synchronization.h.

◆ new_lower_bound

bool operations_research::sat::SolverStatusChangeInfo::new_lower_bound = false

Definition at line 71 of file synchronization.h.

◆ new_upper_bound

bool operations_research::sat::SolverStatusChangeInfo::new_upper_bound = false

Definition at line 72 of file synchronization.h.

◆ solved

bool operations_research::sat::SolverStatusChangeInfo::solved = false

Definition at line 76 of file synchronization.h.


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