SimSharp 3.0.4
See the version list below for details.
dotnet add package SimSharp --version 3.0.4
NuGet\Install-Package SimSharp -Version 3.0.4
<PackageReference Include="SimSharp" Version="3.0.4" />
paket add SimSharp --version 3.0.4
#r "nuget: SimSharp, 3.0.4"
// Install SimSharp as a Cake Addin #addin nuget:?package=SimSharp&version=3.0.4 // Install SimSharp as a Cake Tool #tool nuget:?package=SimSharp&version=3.0.4
Sim# aims to port the concepts used in SimPy (https://pypi.python.org/pypi/simpy) to the .NET world. It is implemented in C# and builds on the .NET Framework 4.0. Sim# uses an efficient event queue (adapted from https://bitbucket.org/BlueRaja/high-speed-priority-queue-for-c) that allows to compute models very fast. Simulating 10 years of the MachineShop sample (http://simpy.readthedocs.org/en/latest/examples/machine_shop.html) that uses preemptive resources requires only 2.5s on a Core i7 2.6Ghz. This model generates more than 5 million events.
SimPy allows to model processes easily and with little boiler plate code. A process is described as a method that yields events. When an event is yielded, the process waits on it. Processes are themselves events and so it is convenient to spawn sub-processes that can either be waited upon or that run next to each other. There is no need to inherit from classes or understand a complex object oriented design.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SimSharp:
Package | Downloads |
---|---|
Rnsm.BookingSimulation
包含售票仿真,分析功能。 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.4.2 | 7,521 | 6/9/2023 |
3.4.1 | 6,727 | 2/8/2022 |
3.4.1-pre2 | 544 | 2/4/2022 |
3.4.1-pre1 | 601 | 2/4/2022 |
3.4.0 | 788 | 1/12/2022 |
3.3.2 | 9,405 | 5/4/2020 |
3.3.1 | 990 | 2/21/2020 |
3.3.0 | 1,382 | 12/6/2019 |
3.2.0 | 12,234 | 9/1/2019 |
3.1.1 | 1,653 | 1/4/2019 |
3.1.0 | 1,306 | 12/17/2018 |
3.0.11.1 | 1,329 | 6/26/2018 |
3.0.10 | 1,763 | 9/27/2017 |
3.0.9 | 1,557 | 3/23/2016 |
3.0.8 | 1,593 | 8/21/2015 |
3.0.7 | 1,617 | 3/1/2015 |
3.0.5 | 1,545 | 9/14/2014 |
3.0.4 | 1,465 | 8/25/2014 |