Package jline.api.mapqn
Class Mapqn_solution
-
- All Implemented Interfaces:
public final class Mapqn_solutionSolution container for MAPQN linear programs
-
-
Constructor Summary
Constructors Constructor Description Mapqn_solution(Double objectiveValue, Map<String, Double> variables)
-
Method Summary
Modifier and Type Method Description final DoublegetObjectiveValue()final Map<String, Double>getVariables()final DoublegetVariable(String name)Get the value of a specific variable final DoublegetUtilization(Integer i, Integer k)Get utilization for queue i, phase k (1-based indices) final DoublegetQueueLength(Integer i, Integer k)Get queue length for queue i, phase k (1-based indices) -
-
Method Detail
-
getObjectiveValue
final Double getObjectiveValue()
-
getVariables
final Map<String, Double> getVariables()
-
getVariable
final Double getVariable(String name)
Get the value of a specific variable
-
getUtilization
final Double getUtilization(Integer i, Integer k)
Get utilization for queue i, phase k (1-based indices)
-
getQueueLength
final Double getQueueLength(Integer i, Integer k)
Get queue length for queue i, phase k (1-based indices)
-
-
-
-