Package | Description |
---|---|
it.ssc.pl.milp |
Questo package contiene classi per la risoluzione di problemi di programmazione lineare
SSC Software www.sscLab.org |
Modifier and Type | Method and Description |
---|---|
SolutionType |
Solution.getTypeSolution() |
SolutionType |
MILP.resolve()
Esegue il branch and bound.
|
SolutionType |
LP.resolve()
Esegue il simplesso (fase 1 + fase 2).
|
static SolutionType |
SolutionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SolutionType[] |
SolutionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|