An open API service indexing awesome lists of open source software.

https://github.com/workflowfm/proter

A discrete event simulator for asynchronous prioritized processes
https://github.com/workflowfm/proter

business-process-management discrete-event-simulation resource-management simulation simulation-framework

Last synced: about 1 month ago
JSON representation

A discrete event simulator for asynchronous prioritized processes

Awesome Lists containing this project

README

          

#+TITLE: Proter
#+AUTHOR: Petros Papapanagiotou

#+ATTR_ORG: :width 100
[[https://raw.githubusercontent.com/workflowfm/proter/master/docs/static/images/Proter.png]]

[[../../releases/latest][https://img.shields.io/badge/version-0.7.4-brightgreen.svg]]
[[https://opensource.org/licenses/Apache-2.0][https://img.shields.io/badge/license-Apache%202.0-yellowgreen.svg]]

A [[https://en.wikipedia.org/wiki/Discrete-event_simulation][discrete event simulator]] for asynchronous prioritized processes written in Scala.

| Created by [[https://github.com/PetrosPapapa][Petros Papapanagiotou]] |
| [[https://aiml.inf.ed.ac.uk/][Artificial Intelligence Modelling Lab]] |
| [[https://web.inf.ed.ac.uk/aiai][Artificial Intelligence and its Applications Institute]] |
| [[https://www.ed.ac.uk/informatics/][School of Informatics, University of Edinburgh]] |

[[http://docs.workflowfm.com/proter][More info and documentation can be found in the main webpage.]]

* Install

Requirements:
- Java 8, Scala 2.12.12
- [[https://www.scala-sbt.org/][sbt]] v1.4.3 or higher

You can then add Proter as [[https://search.maven.org/artifact/com.workflowfm/proter_2.12][a dependency from Maven]].

e.g. in sbt:
#+BEGIN_SRC scala
libraryDependencies += "com.workflowfm" %% "proter" % "0.7.4"
#+END_SRC

* Authors
:PROPERTIES:
:CUSTOM_ID: authors
:END:

** Maintainer

[[https://github.com/PetrosPapapa][Petros Papapanagiotou]] - petros@workflowfm.com - [[https://twitter.com/petrospapapa][@PetrosPapapa]]

** Contributors

A big thank you to the following contributors in order of appearance:

- [[https://github.com/MBaczun][Michal Baczun]]

* License

Distributed under the Apache 2.0 license. See [[./LICENSE][LICENSE]] for more information.

Copyright \copy 2019-2021 [[https://www.ed.ac.uk/][The University of Edinburgh]] and [[#authors][contributors]]