Package jline.api.mapqn
Class Mapqn_solution
-
- All Implemented Interfaces:
public final class Mapqn_solution
Solution 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 Double
getObjectiveValue()
final Map<String, Double>
getVariables()
final Double
getVariable(String name)
Get the value of a specific variable final Double
getUtilization(Integer i, Integer k)
Get utilization for queue i, phase k (1-based indices) final Double
getQueueLength(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)
-
-
-
-