Modifier and Type | Method and Description |
---|---|
static LPEngine |
LPEngineFactory.createLPEngine(LPEngine.EngineType type) |
static LPEngine |
LPEngineFactory.createLPEngine(LPEngine.EngineType type,
int rows,
int columns) |
Modifier and Type | Method and Description |
---|---|
LPEngine.EngineType |
LPEngineLpSolveDisposableImpl.engineType() |
LPEngine.EngineType |
LPEngineLpSolveImpl.engineType() |
Modifier and Type | Method and Description |
---|---|
LPEngine.EngineType |
LPEngine.engineType()
Returns what engineType is actually used by the implementing class.
|
static LPEngine.EngineType |
LPEngine.EngineType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LPEngine.EngineType[] |
LPEngine.EngineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static int |
LPEngineUtilities.minimalConstraintIndex(LPEngine.EngineType engineType)
Given a specific engine type (e.g.
|
static int |
LPEngineUtilities.minimalVariableIndex(LPEngine.EngineType engineType)
Given a specific engine type (e.g.
|