-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8472eea
commit 31fccda
Showing
1,571 changed files
with
15,079 additions
and
11,709 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
tests/exhaustive/issues/102/expected/model-solution000001.solution
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
language Essence 1.3 | ||
|
||
letting actions be sequence((8, 5, 5), (5, 3, 3), (3, 8, 3), (5, 3, 2), (8, 5, 5), (5, 3, 1), (3, 8, 3)) | ||
$ Visualisation for actions | ||
$ 8 5 5 | ||
$ 5 3 3 | ||
$ 3 8 3 | ||
$ 5 3 2 | ||
$ 8 5 5 | ||
$ 5 3 1 | ||
$ 3 8 3 | ||
|
||
letting nbActions be 7 | ||
letting states be | ||
sequence(function(3 --> 0, 5 --> 0, 8 --> 8), function(3 --> 0, 5 --> 5, 8 --> 3), | ||
function(3 --> 3, 5 --> 2, 8 --> 3), function(3 --> 0, 5 --> 2, 8 --> 6), | ||
function(3 --> 2, 5 --> 0, 8 --> 6), function(3 --> 2, 5 --> 5, 8 --> 1), | ||
function(3 --> 3, 5 --> 4, 8 --> 1), function(3 --> 0, 5 --> 4, 8 --> 4)) | ||
$ Visualisation for states | ||
$ 0 0 8 | ||
$ 0 5 3 | ||
$ 3 2 3 | ||
$ 0 2 6 | ||
$ 2 0 6 | ||
$ 2 5 1 | ||
$ 3 4 1 | ||
$ 0 4 4 | ||
|
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
tests/exhaustive/issues/166/expected/model_1_1-solution000001.solution
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
language Essence 1.3 | ||
|
||
letting y be | ||
tuple ([(10, function(1 --> {1, 2}, 2 --> {1}, 3 --> {}), 33), | ||
(11, function(1 --> {1, 2}, 2 --> {1}, 3 --> {}), 55); | ||
int(1..2)]) |
46 changes: 0 additions & 46 deletions
46
tests/exhaustive/issues/166/expected/model_1_1.eprime.orig
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
tests/exhaustive/issues/166/expected/model_1_2-solution000001.solution
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
language Essence 1.3 | ||
|
||
letting y be | ||
tuple ([(10, function(1 --> {1, 2}, 2 --> {1}, 3 --> {}), 33), | ||
(11, function(1 --> {1, 2}, 2 --> {1}, 3 --> {}), 55); | ||
int(1..2)]) |
83 changes: 0 additions & 83 deletions
83
tests/exhaustive/issues/166/expected/model_1_2.eprime.orig
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
tests/exhaustive/issues/166/expected/model_1_3-solution000001.solution
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
language Essence 1.3 | ||
|
||
letting y be | ||
tuple ([(10, function(1 --> {1, 2}, 2 --> {1}, 3 --> {}), 33), | ||
(11, function(1 --> {1, 2}, 2 --> {1}, 3 --> {}), 55); | ||
int(1..2)]) |
88 changes: 0 additions & 88 deletions
88
tests/exhaustive/issues/166/expected/model_1_3.eprime.orig
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.