Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
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 More...
 

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

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

constructor

Parameters
ccoefficient
vvariable

Definition at line 101 of file LpDataBase.h.


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