Package jline.api.mapqn
Class Mapqn_qr_bounds_bas
java.lang.Object
jline.api.mapqn.Mapqn_qr_bounds_bas
Quadratic-reduction (QR) utilization bounds for closed MAP queueing networks
under the blocking-after-service (BAS) protocol.
The authoritative statement of this linear program is the AMPL/GMPL model
qrboundsbas_skel.mod (instantiated by example_bas.mod), and
every constraint block below names the AMPL constraint it implements. When
the two disagree, the AMPL model is right. On the paper's M=5, N=10 instance
glpsol solves that model to U1min = 0.4776625414 and U1max = 0.8077316296.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Mapqn_solutionsolve(Mapqn_qr_bounds_bas_parameters params, int objectiveQueue) static Mapqn_solutionsolve(Mapqn_qr_bounds_bas_parameters params, int objectiveQueue, String sense)
-
Method Details
-
solve
-
solve
public static Mapqn_solution solve(Mapqn_qr_bounds_bas_parameters params, int objectiveQueue, String sense)
-