Package | Description |
---|---|
org.opensourcedea.dea | |
org.opensourcedea.linearSolver |
Modifier and Type | Method and Description |
---|---|
static SolverObjDirection |
SolverObjDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SolverObjDirection[] |
SolverObjDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static SolverResults |
Lpsolve.solveLPProblem(java.util.ArrayList<double[]> Constraints,
double[] ObjF,
double[] RHS,
SolverObjDirection Dir,
int[] EqType)
The solveLPProblem method solve a Linear Problem.
|