- java.lang.Object
- com.anylogic.engine.optimization.optquest.LinearConstraint.Entry
- Enclosing class:
- LinearConstraint
public static class LinearConstraint.Entry extends Object
| Constructor | Description |
|---|---|
Entry |
| Modifier and Type | Method | Description |
|---|---|---|
double | getCoeff() | |
OptQuestVariable | getVariable() | |
String | toString() |
public Entry(OptQuestVariable parameter, double coeff)
public double getCoeff()
public OptQuestVariable getVariable()
public String toString()