fizzbee
Run the FizzBee model checker or simulator on a .fizz spec. Use when the user wants to verify a spec, run the model checker, simulate behavior, check a guided trace, or interpret model checker output. --- # FizzBee Model Checker ## Installation ```bash brew tap fizzbee-io/fizzbee && brew install fizzbee ``` ## Running ```bash fizz spec.fizz # full model checking (exhaustive) fizz -x --max_runs 1 --seed 42 spec.fizz # simulation (single random path) ```
Changelog: Source: GitHub https://github.com/fizzbee-io/fizzbee
Loading comments...