DESL: Discrete Event Simulation Library
DESL is a C++ library of classes that allows simple and fast creation of simulation experiments and very fast execution. Pending event set (PES) is implemented as AVL tree with insertions and extractions taking O(log N) time.
- User Manual
- Source code including an example of simulation model for Interleaved Polling with Adaptive Cycle Time (IPACT) algorithm.
- Q&A