![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 46 of file compute_infeasible_subsystem_result.h.
#include <compute_infeasible_subsystem_result.h>
Public Member Functions | |
ModelSubsetProto::Bounds | Proto () const |
bool | empty () const |
Static Public Member Functions | |
static Bounds | FromProto (const ModelSubsetProto::Bounds &bounds_proto) |
Public Attributes | |
bool | lower = false |
bool | upper = false |
Friends | |
bool | operator== (const Bounds &lhs, const Bounds &rhs) |
bool | operator!= (const Bounds &lhs, const Bounds &rhs) |
|
inline |
Definition at line 50 of file compute_infeasible_subsystem_result.h.
|
static |
Definition at line 54 of file compute_infeasible_subsystem_result.cc.
ModelSubsetProto::Bounds operations_research::math_opt::ModelSubset::Bounds::Proto | ( | ) | const |
Definition at line 59 of file compute_infeasible_subsystem_result.cc.
Definition at line 55 of file compute_infeasible_subsystem_result.h.
Definition at line 52 of file compute_infeasible_subsystem_result.h.
bool operations_research::math_opt::ModelSubset::Bounds::lower = false |
Definition at line 59 of file compute_infeasible_subsystem_result.h.
bool operations_research::math_opt::ModelSubset::Bounds::upper = false |
Definition at line 60 of file compute_infeasible_subsystem_result.h.