public class DoubleResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
flag
Flag giving information about the solve. 0 means an optimal solution was
found, 1 means the problem was unfeasible.
|
double |
result
Value of the objective function calculated by the solver.
|
Constructor and Description |
---|
DoubleResult(double res,
int flag) |