public class LPEngineFactory
extends java.lang.Object
| Constructor and Description |
|---|
LPEngineFactory() |
| Modifier and Type | Method and Description |
|---|---|
static LPEngine |
createLPEngine(LPEngine.EngineType type) |
static LPEngine |
createLPEngine(LPEngine.EngineType type,
int rows,
int columns) |
static LPEngine |
createLPSolveILPEngine(int rows,
int columns)
Deprecated.
|
public static LPEngine createLPEngine(LPEngine.EngineType type)
public static LPEngine createLPEngine(LPEngine.EngineType type, int rows, int columns)
@Deprecated public static LPEngine createLPSolveILPEngine(int rows, int columns)