|
|
|
|
|
lp.name |
|
The string name of the problem. | ||
lp.epsilon |
|
0.0 | Use to determine a zero value. | |
lp.isMaximize |
|
false | true | True for maximization problems. |
lp.maxIterations |
|
ncol | Used to limit iterations. | |
lp.minCoefficient |
|
0.0 | Used to check absolute values. | |
lp.maxCoefficient |
|
0.0 | Used to check absolute values. |