Package | Description |
---|---|
cplex | |
executables | |
instances | |
interfaces |
Modifier and Type | Method and Description |
---|---|
void |
BranchAndBound.setSolver(Main.ObjAlgorithm algorithm) |
Modifier and Type | Method and Description |
---|---|
static Main.ObjAlgorithm |
Main.ObjAlgorithm.toAlgorithm(int i) |
static Main.ObjAlgorithm |
Main.ObjAlgorithm.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Main.ObjAlgorithm[] |
Main.ObjAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CplexSolver |
CardinalityInstance.build(Main.ObjAlgorithm algorithm) |
CplexSolver |
GridDagInstance.build(Main.ObjAlgorithm algorithm) |
Modifier and Type | Method and Description |
---|---|
CplexSolver |
CplexInstance.build(Main.ObjAlgorithm config)
Builds a CPLEX model.
|
void |
CplexSolver.setConfiguration(Main.ObjAlgorithm algorithm)
Sets the configuration of the CPLEX solver according to the algorithm.
|