aivika-gpss: GPSS-like DSL for Aivika

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

This package allows defining simulation models in terms of a GPSS-like domain specific language, which can be useful if you are going to translate your models from GPSS into Aivika [1, 2].

Note that the GPSS-like domain specific language is not equivalent to the original GPSS language, but it may return very similar results in some cases, while it can also return quite different results in other cases.

The package implements the most of GPSS simulation blocks, but the main difference is as follows.

Like GPSS, the package tries to treat the transact priorities properly within each block. Here it works in a very similar way even for such non-trivial blocks as PREEMPT, GATHER and ASSEMBLE. But unlike GPSS, the blocks behave independently from each other, where the transact priorities are not used when deciding which of the blocks will be activated next. The order of activating blocks is unpredictable.

There is a layer of emulation. The package creates a new discontinuous process for each new transact. Then that process becomes fully responsible for processing the transact by the blocks. Therefore, the speed of simulation is slower that it could be when implementing the same model but based on using the standard Aivika facilities.

The rough estimation is that this particular package is slower in 2-3 times than the existent GPSS simulators in case of sequential simulation. But the point is that you can combine GPSS with discontinuous processes, events and even agents within the same model. Moreover, you can use GPSS in parallel and distributed simulation models.

[1] http://hackage.haskell.org/package/aivika

[2] http://hackage.haskell.org/package/aivika-transformers

Properties

Versions 0.3, 0.3, 0.4, 0.5, 0.6, 0.6.1, 0.6.2, 0.7.1
Change log None available
Dependencies aivika (>=5.2), aivika-transformers (>=5.2), base (>=4.2 && <6), containers (>=0.4.0.0), hashable (>=1.2.0.0), mtl (>=1.1.0.2), unordered-containers (>=0.1.0.0) [details]
License BSD-3-Clause
Copyright (c) 2017. David Sorokin <david.sorokin@gmail.com>
Author David Sorokin
Maintainer David Sorokin <david.sorokin@gmail.com>
Category Simulation
Home page http://www.aivikasoft.com
Source repo head: git clone https://github.com/dsorokin/aivika-gpss
Uploaded by DavidSorokin at 2017-07-14T05:40:06Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees