Skip to content

Releases: blackbat13/stv

STV version 0.3.1-alpha

13 Dec 09:47
Compare
Choose a tag to compare
Pre-release
v0.3.1-alpha

Modified parser

STV v0.3-alpha

20 Sep 05:40
Compare
Choose a tag to compare
STV v0.3-alpha Pre-release
Pre-release

This is the third alpha version of the STV model checker demonstration tool.

This version includes the following new functionalities:

  • verification of simple CTL specifications
  • synchronous model generation based on a simplified input language specification

Requirements:

  • Python 3.7 or newer, installed and available in the PATH

Usage

Windows

  • Download the zipped package stv-v0.3-alpha-win32-x64.zip
  • Unzip the downloaded package into stv-v0.3-alpha-win32-x64
  • Open stv-v0.3-alpha-win32-x64/app
  • Launch stv.exe
  • Example input models are located in stv-v0.3-alpha-win32-x64/examples

STV+Reductions

19 Jan 18:20
Compare
Choose a tag to compare
STV+Reductions Pre-release
Pre-release

This is the second alpha version of the STV model checker demonstration tool.

This version includes the following functionalities:

  • verification of strategic abilities under imperfect information using approximation methods
  • strategy synthesis using DominoDFS algorithm
  • model reduction based on the partial order reductions algorithm
  • bisimulation checking
  • model generation based on a simplified input language specification

Requirements:

  • Python 3.7 or newer, installed and available in the PATH

Usage

Windows

  • Download the zipped package stv-v0.2-alpha-win32-x64.zip
  • Unzip the downloaded package into stv-v0.2-alpha-win32-x64
  • Open stv-v0.2-alpha-win32-x64/app
  • Launch stv.exe
  • Example input models are located in stv-v0.2-alpha-win32-x64/examples

Linux

  • Download the zipped package stv-v0.2-alpha-linux-x64.zip
  • Unzip the downloaded package into stv-v0.2-alpha-linux-x64
  • Open terminal and go to stv-v0.2-alpha-linux-x64.zip/app
  • Run ./stv
  • Example input models are located in stv-v0.2-alpha-linux-x64/examples