Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.26 KB

File metadata and controls

40 lines (30 loc) · 1.26 KB

CHANGELOG

Fixed

  • grant information for the development of TACO (#6)
  • update the README and fix developer documentation links (#5)
  • doc images as .webp and naming of TACO (toolsuite / model checker) consistent (#3)
  • replaced localhost reference in sitemap.xml and robots.txt (#2)
  • fix clippy issues with 1.95 (#8)
  • remove old default timeout that caused timeout for smoke tests not be set (#9)

Added

  • Elaborate on the function of the different preprocessors (#6)
  • upgrade CI pipeline & Dockerfile to Rust 1.95 (#8)
  • improved artifact evaluation README (#9)
  • artifact README in CAV format (#9)

Added

  • basic data types for threshold automata
  • standardized configuration interface for SMT solvers and functionality to encode basic threshold automaton data types
  • simple high-level interface for interacting with BDD libraries
  • parser for TLA^+ subset and ByMC specification format
  • SMT, ACS and ZCS model checkers for threshold automata
  • CLI interface to interact with model checkers