Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions state/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,13 @@ with `m.ToJSON()`, reloaded with `state.LoadFromJSON`, analyzed with

## Subpackages

| Package | What it is |
| ------------------- | ------------------------------------------------------------------ |
| `state/analysis` | Static model-checking and path enumeration over a machine's IR. |
| `state/evolution` | Diffs two machine definitions and classifies the SemVer bump. |
| `state/conformance` | Reusable harness for driving golden scenarios against a machine. |
| Package | What it is |
| ----------------------- | ------------------------------------------------------------------ |
| `state/analysis` | Static model-checking and path enumeration over a machine's IR. |
| `state/evolution` | Diffs two machine definitions and classifies the SemVer bump. |
| `state/conformance` | Reusable harness for driving golden scenarios against a machine. |
| `state/verify` | Property and temporal verification: reachability, liveness, invariants, bounded simulation, coverage, and covering-suite generation. |
| `state/verify/symbolic` | Bounded symbolic guard reasoning: satisfiability, disjointness, and competing-transition (nondeterminism) detection over the Core guard tree. |

## Stability

Expand Down
Loading