- WagnerWhitin - Class in examples.jmdp
-
This example solves a deterministic, dynamic lot-sizing problem, also known
as a Wagner Whitin problem.
- WagnerWhitin(int, int, int, int, int, double, double, double, double, double, int[]) - Constructor for class examples.jmdp.WagnerWhitin
-
Crates a dynamic economic lot sizing problem to be solved by Wagner
Whitin algorithm.
- waitingQ(double) - Method in class jphase.AbstractContPhaseVar
-
- waitingQ(double) - Method in interface jphase.ContPhaseVar
-
Computes the distribution of the waiting time in queue
- Web - Class in examples.jmarkov
-
This is an example of a web server that can receive different M
types of items and can serve N simultaneous items with a maximum
queue capacity of MaxQueue.
- Web(double[], double[], int, double, int, int) - Constructor for class examples.jmarkov.Web
-