Package jline.api.pfqn.ld
Class Pfqn_comomrm_ldKt
-
- All Implemented Interfaces:
public final class Pfqn_comomrm_ldKt
-
-
Method Summary
Modifier and Type Method Description final static Ret.pfqnComomrmLdpfqn_comomrm_ld(Matrix L, Matrix N, Matrix Z, Matrix mu, SolverOptions options)Run the COMOM normalizing constant solution method on a repairman model -
-
Method Detail
-
pfqn_comomrm_ld
final static Ret.pfqnComomrmLd pfqn_comomrm_ld(Matrix L, Matrix N, Matrix Z, Matrix mu, SolverOptions options)
Run the COMOM normalizing constant solution method on a repairman model
- Parameters:
L-demands at all stations
N-number of jobs for each class
Z-think time for each class
mu-load-depedent scalings
options-solver options
- Returns:
normalizing constant and its logarithm
-
-
-
-