Skip to content

Releases: thorstink/Symmetri

v0.11.0

28 Nov 09:12
7e94773

Choose a tag to compare

get active transitions (#65)

Co-authored-by: Thomas Horstink <[email protected]>

v0.10.0

24 Jun 13:47
ac11b8c

Choose a tag to compare

Feature/gui (#59)

after a long time, still not finished, by default GUI does not build. but the rest has too many nice to haves to not merge :P

v0.9.1

27 Jan 15:54

Choose a tag to compare

Full Changelog: v0.9.0...v0.9.1

  • addition of a header for compilation in newer GCCs

v0.9.0

21 Dec 14:13
6b1da1f

Choose a tag to compare

  • blocks until all active transitions are cancelled
  • added iostream which I should remove some day :)

v0.8.1

14 Aug 12:48
0f34b87

Choose a tag to compare

  • Exposes direct transitions properly so they are direct
  • silence flto warning for gcc
  • double checks exit state when deadlocked

v0.8.0

11 Aug 15:28
fc0414b

Choose a tag to compare

This release formalized cancel/resume.. Also removed most interfaces to the Petri net, leaving only the Petri net interface fire/cancel etc.

v0.7.2

21 Jun 11:48
0fb5953

Choose a tag to compare

Cleaner version fixing some of the threadsanitizer warnings

v0.7.1

20 Jun 15:33
2a41135

Choose a tag to compare

adds support for GRML-files (which contain priorities in GreatSPN export, while pnml does not)
also fixes bugs/errors/segfaults with respect to cleanly unrolling cancellations in nested nets

v0.7.0

08 Jun 14:12
7e97baa

Choose a tag to compare

Adds the feature to re-use a net with a new case id

v0.6.0

07 Mar 07:21
5ef2a0b

Choose a tag to compare

  • adds interface to prematurely exit any transition. By default it only adds a UserExit line to the eventlog.
  • a small memory error because of an uninitialized list
  • also queuing and starting is now separately inserted into the eventlog instead having to wait till it transition's reducer is processed