![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 100 of file lp_parser.h.
#include <lp_parser.h>
Public Attributes | |
| std::string | name |
| std::vector< std::string > | variable_names |
| std::vector< Fractional > | coefficients |
| Fractional | lower_bound |
| Fractional | upper_bound |
| std::vector<Fractional> operations_research::glop::ParsedConstraint::coefficients |
Definition at line 109 of file lp_parser.h.
| Fractional operations_research::glop::ParsedConstraint::lower_bound |
Definition at line 112 of file lp_parser.h.
| std::string operations_research::glop::ParsedConstraint::name |
Definition at line 102 of file lp_parser.h.
| Fractional operations_research::glop::ParsedConstraint::upper_bound |
Definition at line 115 of file lp_parser.h.
| std::vector<std::string> operations_research::glop::ParsedConstraint::variable_names |
Definition at line 105 of file lp_parser.h.