-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## 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/) |
This file was deleted.
Oops, something went wrong.