Limbo 3.5.4
Loading...
Searching...
No Matches
LpParser::Term Struct Reference

a term denotes coefficient times a variable More...

#include <LpDataBase.h>

Public Member Functions

 Term (double c, string const &v)
 constructor

Public Attributes

double coef
 coefficient
string var
 variable

Detailed Description

a term denotes coefficient times a variable

Definition at line 93 of file LpDataBase.h.

Constructor & Destructor Documentation

◆ Term()

LpParser::Term::Term ( double c,
string const & v )
inline

constructor

Parameters
ccoefficient
vvariable

Definition at line 101 of file LpDataBase.h.

Member Data Documentation

◆ coef

double LpParser::Term::coef

coefficient

Definition at line 95 of file LpDataBase.h.

◆ var

string LpParser::Term::var

variable

Definition at line 96 of file LpDataBase.h.


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