Simulation.Aivika 3.1.17

dotnet add package Simulation.Aivika --version 3.1.17
NuGet\Install-Package Simulation.Aivika -Version 3.1.17
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Simulation.Aivika" Version="3.1.17" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Simulation.Aivika --version 3.1.17
#r "nuget: Simulation.Aivika, 3.1.17"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Simulation.Aivika as a Cake Addin
#addin nuget:?package=Simulation.Aivika&version=3.1.17

// Install Simulation.Aivika as a Cake Tool
#tool nuget:?package=Simulation.Aivika&version=3.1.17

Aivika is a multi-paradigm simulation library focused primarily on discrete event simulation.

The main idea is that many modeling activities can actually be represented as abstract computations. We can create and combine such computations to model the discontinuous processes and streams of orders. The operations with queues and resources are just actions within these computations. All computations are interconnected and they are ultimately reduced to a run function of the simulation specs, which allows combining different paradigms within one simulation model.

There is a documentation in the PDF format.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Simulation.Aivika:

Package Downloads
Simulation.Aivika.Charting

The charting components allow visualizing the results of simulation on Windows. You can plot the deviation chart, histogram, time series and XY chart.

Simulation.Aivika.Charting.Gtk

The charting components allow visualizing the results of simulation on Linux and OS X. You can plot the deviation chart, histogram, time series and XY chart.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.17 1,659 1/5/2016
3.1.16 1,459 7/13/2015
3.0.15.1 1,007 5/9/2015
3.0.15 1,010 5/9/2015

A new version of the package.