Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alkarex/simmanning
C#.NET library for discrete-event simulation dedicated to manning / staffing
https://github.com/alkarex/simmanning
discrete-event discrete-events-simulations management optimization simulation simulation-engine simulation-framework simulator staffing
Last synced: 10 days ago
JSON representation
C#.NET library for discrete-event simulation dedicated to manning / staffing
- Host: GitHub
- URL: https://github.com/alkarex/simmanning
- Owner: Alkarex
- License: lgpl-2.1
- Created: 2017-05-16T12:39:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-16T13:34:56.000Z (over 7 years ago)
- Last Synced: 2024-11-16T08:30:05.659Z (2 months ago)
- Topics: discrete-event, discrete-events-simulations, management, optimization, simulation, simulation-engine, simulation-framework, simulator, staffing
- Language: C#
- Homepage:
- Size: 3.05 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
## Project Description
SimManning is a C#.NET library containing a discrete-event simulation engine dedicated to manning / staffing, especially for domains involving a succession of phases.
An example of basic domain is provided, but the idea is for users to implement their own domain.
This originates from a research group of DTU, the Technical University of Denmark.To get started, please **read the [documentation](docs/)**.
## License
Non-binding summary (read the [full license](license.md)):
* ***Rights***: The library is released under an open source LGPL license allowing its inclusion in larger projects with other licenses or even closed source. Furthermore, inheritance from the classes defined in the library is allowed to such other projects without constraints.
* ***Duties***: Improvements of the library itself (inheritance excluded) must be published under a license compatible with the LGPL license of this library.## Contact
* [DTU-MAN-PSM](http://www.man.dtu.dk/english) (A research group of DTU, the Technical University of Denmark)
* [Alexandre Alapetite](https://alexandre.alapetite.fr/cv/)## Note
The original address of this project was https://simmanning.codeplex.com/