Skip to content

State generated #1620

Answered by bugarela
davebryson asked this question in Q&A
Mar 20, 2025 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi! The best way to achieve this in Quint is through TLC itself (the model checker used by vscode and toolbox for TLA+). This is not fully integrated yet, but you can run a script that takes care of most of the wrapping around it.

We don't usually run TLC for Quint - we use either the simulator (on quint run) or the Apalache model checker (on quint verify). The simulator doesn't have coverage reporting yet, and even if it did, it would be only an estimate as it only covers some execution (not all of them). Apalache doesn't have coverage reporting because it doesn't enumerate all states - it does symbolic model checker with constraint solving, and therefore doesn't need to know how many sa…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@davebryson
Comment options

Answer selected by davebryson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants