public class LinearConstraint extends Entity
Modifier and Type | Field and Description |
---|---|
protected static String |
UNOWNED_VAR |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
Double |
getConstrainedValue() |
Double |
getLagrange() |
Map<Variable,Double> |
getVariables() |
void |
setConstrainedValue(Double v) |
void |
setVariable(Variable v,
Double coefficient) |
protected static final String UNOWNED_VAR