Skip to content

Commit 405247c

Browse files
committed
added missing file
1 parent 1a3dc57 commit 405247c

File tree

8 files changed

+974
-128
lines changed

8 files changed

+974
-128
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and other coordinates are ω (see Algorithm 1 in the paper for further details).
1313
The fixpoint computation makes use of a subprocedure: an algorithm solving the so-called `path problem`.
1414
Given a symbolic arena and a (finite) set of abstract configurations F in the arena,
1515
this problem asks whether, from every finite configuration of the arena,
16-
there exists a path within the arena that reaches a configuration in (the ideal generated by) F.
16+
there exists a path within the arena that reaches a configuration in (the downward-closed set generated by) F.
1717
This is solved by computing a semigroup called the symbolic flow semigroup (see Theorem 26 in the paper for further details).
1818

1919
## Quick start

0 commit comments

Comments
 (0)