Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 590 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 590 Bytes

PetriGAAL

Petri Game Strategy Synthesis

NB: This is still a work in progress. Breaking changes can be expected.

Getting Started

To get started make sure that you have Java 16 or higher installed. The program requires two things, a model and a formula. Models are either PNMLs or TAPNs. We recommend creating your models using TAPAAL when creating models with multiple players.

Note on Syntax

For now, the syntax requires a space between the quantifier and the operator. That is, a formula like AF(P1 = 1) has to be written A F(P1 = 1).