adevs is a C++ library for developing discrete event simulations based on the Parallel DEVS and Dynamic DEVS formalisms.
| Tags | Scientific/Engineering Software Development Libraries |
|---|---|
| Licenses | LGPL |
| Operating Systems | OS Independent |
| Implementation | C++ |
Recent releases


Changes: This version has improved support for hybrid systems and includes an experimental, conservative parallel simulation engine for multi-core computers. The parallel simulator uses OpenMP and should be compatible with most modern compilers.


Changes: This release contains new and updated documentation for every aspect of the adevs simulation software. It also includes a handful of new features, and corrects a minor problem with the EventListener and rk4 and rk45 constructors.


Changes: This release adds an adaptive ODE solver for integrating continuous models into your discrete event simulation.


Changes: This release fixes a problem with the simulation of dynamic structure models that can cause migrating models to be handled incorrectly.


Changes: This version corrects an error in the dynamic structure feature (this error only affected models that use component migration). A limited adevs-1.x backwards compatibility module is available.