|
Limbo 3.5.4
|
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 | |
a term denotes coefficient times a variable
Definition at line 93 of file LpDataBase.h.
|
inline |
| double LpParser::Term::coef |
coefficient
Definition at line 95 of file LpDataBase.h.
| string LpParser::Term::var |
variable
Definition at line 96 of file LpDataBase.h.