public LpExpressionLike
Interface indicating linear expression or it's parts. Consists of linear LpExpressionLike.getTerms in form of mapping from variable
to it's coefficient and a additional LpExpressionLike.getFree constant.
| Modifier and Type | Method and Description |
|---|---|
double |
getFree()
Freestanding term.
|
java.util.Map<net.ldvsoft.simplex_lp_solver.LpVariable,java.lang.Double> |
getTerms()
Terms of linear expression: mapping from variables to their coefficients.
|