C# / .NET Discrete-Event Simulation Open Source VS Marketplace

Get the latest O2DES, Now!

Download from VS Marketplace and use Visual Studio to manage. Or you can get from GitLab.

Changelog

Recent updates and version history for O²DES.Net.

## Changelog

## [2.3] - 2017.1.27

Changed:

  • Revise Queue and Server for higher modularity, and comply with DEVS standards.
  • Modify "Utilization" of Server / RestoreServer by excluding those processed but not departed; instead add "Occupation" for the inclusive counting.
  • Rename "Status" as "State" to be consistent with most simulation literature.

Added:

  • Include Synchronizer, that checks multiple conditions and triggers events when all conditions are satisfied or unsatisfied.

Removed:

  • Temporarily remove FIFOServer, Resource, RestoreServer, and PathMover, due to unstable performance.
## [2.0] - 2016.9.23

Added:

  • Implement the concept of modelling by sub-system, i.e., "Component".