Package | Description |
---|---|
it.ssc.pl.milp |
Questo package contiene classi per la risoluzione di problemi di programmazione lineare
SSC Software www.sscLab.org |
it.ssc.pl.milp.util |
Modifier and Type | Method and Description |
---|---|
MILPThreadsNumber |
MILP.getThreadNumber() |
Modifier and Type | Method and Description |
---|---|
void |
MILP.setThreadNumber(MILPThreadsNumber lthreadNumber)
Questo metodo permette di impostare il numero di Thread da utilizzare per eseguire il Branch and Bound
|
Modifier and Type | Method and Description |
---|---|
static MILPThreadsNumber |
MILPThreadsNumber.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MILPThreadsNumber[] |
MILPThreadsNumber.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|