![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 35 of file lp_model.h.
#include <lp_model.h>
Public Attributes | |
| std::vector< Term > | terms |
| Relation | relation = Relation::kLessOrEqual |
| double | rhs = 0.0 |
| std::string | name |
| std::string operations_research::lp_format::Constraint::name |
Definition at line 39 of file lp_model.h.
| Relation operations_research::lp_format::Constraint::relation = Relation::kLessOrEqual |
Definition at line 37 of file lp_model.h.
| double operations_research::lp_format::Constraint::rhs = 0.0 |
Definition at line 38 of file lp_model.h.
| std::vector<Term> operations_research::lp_format::Constraint::terms |
Definition at line 36 of file lp_model.h.