Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::glop::ParsedConstraint Struct Reference

Detailed Description

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< Fractionalcoefficients
Fractional lower_bound
Fractional upper_bound

Member Data Documentation

◆ coefficients

std::vector<Fractional> operations_research::glop::ParsedConstraint::coefficients

Definition at line 109 of file lp_parser.h.

◆ lower_bound

Fractional operations_research::glop::ParsedConstraint::lower_bound

Definition at line 112 of file lp_parser.h.

◆ name

std::string operations_research::glop::ParsedConstraint::name

Definition at line 102 of file lp_parser.h.

◆ upper_bound

Fractional operations_research::glop::ParsedConstraint::upper_bound

Definition at line 115 of file lp_parser.h.

◆ variable_names

std::vector<std::string> operations_research::glop::ParsedConstraint::variable_names

Definition at line 105 of file lp_parser.h.


The documentation for this struct was generated from the following file: