Definition at line 50 of file lp_model.h.
#include <lp_model.h>
◆ LpModel()
| operations_research::lp_format::LpModel::LpModel |
( |
| ) |
|
|
default |
◆ AddConstraint()
| absl::StatusOr< ConstraintIndex > operations_research::lp_format::LpModel::AddConstraint |
( |
Constraint | constraint | ) |
|
◆ AddVariable()
| absl::StatusOr< VariableIndex > operations_research::lp_format::LpModel::AddVariable |
( |
absl::string_view | name | ) |
|
◆ constraints()
◆ variable_names()
| const absl::flat_hash_map< std::string, VariableIndex > & operations_research::lp_format::LpModel::variable_names |
( |
| ) |
const |
|
inline |
◆ variables()
The documentation for this class was generated from the following files: