Example for scheduling optimization program: SchedulingCP Call center: N-design example (2 call types and 2 agent groups) Run the following command in a terminal: java umontreal.iro.lecuyer.ccoptim.scheduling.SchedulingCP Smalln.xml repSimParams.xml cpLP.xml outputDir 2 where "outputDir" is the folder that will contain the results and it will execute the optimization 2 times. Because simulation is used to approximate the stochastic problem, the optimization may return different solutions (depending on the noise of simulation and/or solver noise). The user can set a higher number of optimization runs to get a better idea of the stochasticity of the solution.