Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::lp_format::Constraint Struct Reference

#include <lp_model.h>

Public Attributes

std::vector< Termterms
 
Relation relation = Relation::kLessOrEqual
 
double rhs = 0.0
 
std::string name
 

Detailed Description

Definition at line 34 of file lp_model.h.

Member Data Documentation

◆ name

std::string operations_research::lp_format::Constraint::name

Definition at line 38 of file lp_model.h.

◆ relation

Relation operations_research::lp_format::Constraint::relation = Relation::kLessOrEqual

Definition at line 36 of file lp_model.h.

◆ rhs

double operations_research::lp_format::Constraint::rhs = 0.0

Definition at line 37 of file lp_model.h.

◆ terms

std::vector<Term> operations_research::lp_format::Constraint::terms

Definition at line 35 of file lp_model.h.


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