-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Kleene-star graph with the builtin implementation, removed Gtk UI, mi…
…nor changes
- Loading branch information
Showing
26 changed files
with
831 additions
and
884 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
The property is not satisfied in the initial state (16 system states, 43 rewrites, 2 Büchi states) | ||
| nothing ball nothing | ||
∨ rl B?:MaybeBall => cup(B?:MaybeBall) [label cover] . | ||
∨ rl [cover] : B?:MaybeBall => cup(B?:MaybeBall) . | ||
| cup(nothing) ball nothing | ||
∨ rl B?:MaybeBall => cup(B?:MaybeBall) [label cover] . | ||
∨ rl [cover] : B?:MaybeBall => cup(B?:MaybeBall) . | ||
| cup(nothing) cup(ball) nothing | ||
∨ rl B?:MaybeBall => cup(B?:MaybeBall) [label cover] . | ||
∨ rl [cover] : B?:MaybeBall => cup(B?:MaybeBall) . | ||
| cup(nothing) cup(ball) cup(nothing) | ||
∨ rl cup(B1?:MaybeBall) T:Table cup(B2?:MaybeBall) => cup(B2?:MaybeBall) T:Table cup(B1?:MaybeBall) [label swap] . | ||
∨ rl [swap] : cup(B1?:MaybeBall) T:Table cup(B2?:MaybeBall) => cup(B2?:MaybeBall) T:Table cup(B1?:MaybeBall) . | ||
| cup(ball) cup(nothing) cup(nothing) | ||
∨ rl cup(B1?:MaybeBall) T:Table cup(B2?:MaybeBall) => cup(B2?:MaybeBall) T:Table cup(B1?:MaybeBall) [label swap] . | ||
∨ rl [swap] : cup(B1?:MaybeBall) T:Table cup(B2?:MaybeBall) => cup(B2?:MaybeBall) T:Table cup(B1?:MaybeBall) . | ||
| cup(nothing) cup(ball) cup(nothing) | ||
∨ rl cup(B1?:MaybeBall) T:Table cup(B2?:MaybeBall) => cup(B2?:MaybeBall) T:Table cup(B1?:MaybeBall) [label swap] . | ||
∨ rl [swap] : cup(B1?:MaybeBall) T:Table cup(B2?:MaybeBall) => cup(B2?:MaybeBall) T:Table cup(B1?:MaybeBall) . | ||
| | cup(nothing) cup(nothing) cup(ball) | ||
| ∨ rl cup(B1?:MaybeBall) T:Table cup(B2?:MaybeBall) => cup(B2?:MaybeBall) T:Table cup(B1?:MaybeBall) [label swap] . | ||
| ∨ rl [swap] : cup(B1?:MaybeBall) T:Table cup(B2?:MaybeBall) => cup(B2?:MaybeBall) T:Table cup(B1?:MaybeBall) . | ||
< ∨ | ||
The property is satisfied in the initial state (48 system states, 13609 rewrites, 22 Büchi states) | ||
The property is satisfied in the initial state (48 system states, 13609 rewrites, 22 Büchi states) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
The property is not satisfied in the initial state (22 system states, 71 rewrites, 2 Büchi states) | ||
| nothing ball nothing | ||
∨ rl B?:MaybeBall => cup(B?:MaybeBall) [label cover] . | ||
∨ rl [cover] : B?:MaybeBall => cup(B?:MaybeBall) . | ||
| cup(nothing) ball nothing | ||
∨ rl B?:MaybeBall => cup(B?:MaybeBall) [label cover] . | ||
∨ rl [cover] : B?:MaybeBall => cup(B?:MaybeBall) . | ||
| cup(nothing) cup(ball) nothing | ||
∨ rl B?:MaybeBall => cup(B?:MaybeBall) [label cover] . | ||
∨ rl [cover] : B?:MaybeBall => cup(B?:MaybeBall) . | ||
| cup(nothing) cup(ball) cup(nothing) | ||
∨ rl cup(B1?:MaybeBall) T:Table cup(B2?:MaybeBall) => cup(B2?:MaybeBall) T:Table cup(B1?:MaybeBall) [label swap] . | ||
∨ rl [swap] : cup(B1?:MaybeBall) T:Table cup(B2?:MaybeBall) => cup(B2?:MaybeBall) T:Table cup(B1?:MaybeBall) . | ||
| | cup(nothing) cup(nothing) cup(ball) | ||
| ∨ rl cup(B1?:MaybeBall) T:Table cup(B2?:MaybeBall) => cup(B2?:MaybeBall) T:Table cup(B1?:MaybeBall) [label swap] . | ||
| ∨ rl [swap] : cup(B1?:MaybeBall) T:Table cup(B2?:MaybeBall) => cup(B2?:MaybeBall) T:Table cup(B1?:MaybeBall) . | ||
< ∨ | ||
The property is satisfied in the initial state (48 system states, 12944 rewrites, 2 Büchi states) | ||
The property is satisfied in the initial state (48 system states, 12944 rewrites, 2 Büchi states) | ||
The property is satisfied in the initial state (23 system states, 126 rewrites, 2 Büchi states) | ||
The property is satisfied in the initial state (23 system states, 126 rewrites, 2 Büchi states) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.