Skip to content

Benestar/rust-model-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Model Checker in Rust

Work in progress

Test Scripts

Parsing LTL and calculating negation-normal form:

cargo run --bin nnf "~ (a & (b U c))"

Explicit representation of an automaton (requires installation of dot and feh):

cargo run --bin ts | dot -Tpng | feh -

Releases

No releases published

Packages

No packages published

Languages