Skip to content

Releases: meyerphi/strix

21.0.0

23 Jul 10:42

Choose a tag to compare

Strix 21 is the first release after the move to GitHub and corresponds to the version of Strix that participated in SYNTCOMP 2021.

Changed

Added

  • Additional machine minimization better exploiting non-determinism, can be controlled with option --minimize.
  • Enable usage of structured labels on minimized machines.
  • Option --solver to use different parity game solvers: FPI, Zielonka's algorithm and Strategy Iteration, with FPI as the default. Zielonka's algorithm can currently only be used for checking realizability.
  • Option --onthefly to control interleaving of solver with on-the-fly exploration.
  • Option --lookahead to control application of Zielonka tree and ACD construction.

Removed

  • HOA input for solving parity games in extended HOA format.
  • Filtering of exploration queue based on reachable border nodes.
  • Declaration of winning and losing states for realizability propagation in DPA.

Internal

  • Move project structure to GitHub.
  • Closer integration of bundled ABC library to reduce build size and time.
  • Verification tests now have a different but reduced set of dependencies.