![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 33 of file inverted_bounds.h.
#include <inverted_bounds.h>
Public Member Functions | |
| bool | empty () const |
| absl::Status | ToStatus () const |
Public Attributes | |
| std::vector< int64_t > | variables |
| std::vector< int64_t > | linear_constraints |
|
inline |
Definition at line 35 of file inverted_bounds.h.
| absl::Status operations_research::math_opt::InvertedBounds::ToStatus | ( | ) | const |
Definition at line 28 of file inverted_bounds.cc.
| std::vector<int64_t> operations_research::math_opt::InvertedBounds::linear_constraints |
Definition at line 46 of file inverted_bounds.h.
| std::vector<int64_t> operations_research::math_opt::InvertedBounds::variables |
Definition at line 43 of file inverted_bounds.h.