Package | Description |
---|---|
org.processmining.lpengines.implementations | |
org.processmining.lpengines.interfaces |
Modifier and Type | Method and Description |
---|---|
boolean |
LPEngineLpSolveImpl.setObjective(double[] objective,
LPEngine.ObjectiveTargetType target) |
boolean |
LPEngineLpSolveImpl.setObjective(java.util.Map<java.lang.Integer,java.lang.Double> objective,
LPEngine.ObjectiveTargetType target) |
boolean |
LPEngineLpSolveImpl.setObjectiveType(LPEngine.ObjectiveTargetType target) |
Modifier and Type | Method and Description |
---|---|
static LPEngine.ObjectiveTargetType |
LPEngine.ObjectiveTargetType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LPEngine.ObjectiveTargetType[] |
LPEngine.ObjectiveTargetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LPEngine.setObjective(double[] objective,
LPEngine.ObjectiveTargetType target)
Set the objectives value of the P
|
boolean |
LPEngine.setObjective(java.util.Map<java.lang.Integer,java.lang.Double> objective,
LPEngine.ObjectiveTargetType target)
Set the objectives value of the LP
|
boolean |
LPEngine.setObjectiveType(LPEngine.ObjectiveTargetType type)
Set the type of the objectives, either minimize or maximize.
|