
Simulation::DiscreteEvent::Cookbook - Simulation::DiscreteEvent Cookbook

Purpose of Simulation::DiscreteEvent module is to simplify process of writing models, collecting and processing statistics about model behavior. This document provides some examples that should help you to start using Simulation::DiscreteEvent.
I assume here that you familiar with basics of queueing theory and discrete-event simulation.

This recipe contains description of using library for modelling M/M/1/0 queue.
This describes modelling of call center, and using Simulation::DiscreteEvent::NumericState and Simulation::DiscreteEvent::Recorder for collecting statistics.

Pavel Shaydo,
<zwon at cpan.org>

Please report any bugs or feature requests to bug-simulation-discreteevent at rt.cpan.org,
or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Simulation-DiscreteEvent.
I will be notified,
and then you'll automatically be notified of progress on your bug as I make changes.


Copyright 2010 Pavel Shaydo.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.