Skip to content

Commit

Permalink
post-merge-test-update 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Feb 26, 2024
1 parent 8472eea commit 31fccda
Show file tree
Hide file tree
Showing 1,571 changed files with 15,079 additions and 11,709 deletions.
28 changes: 28 additions & 0 deletions tests/exhaustive/issues/102/expected/model-solution000001.solution
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

88 changes: 0 additions & 88 deletions tests/exhaustive/issues/102/expected/model.eprime.orig

This file was deleted.

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 tests/exhaustive/issues/166/expected/model_1_1.eprime.orig

This file was deleted.

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 tests/exhaustive/issues/166/expected/model_1_2.eprime.orig

This file was deleted.

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 tests/exhaustive/issues/166/expected/model_1_3.eprime.orig

This file was deleted.

Loading

0 comments on commit 31fccda

Please sign in to comment.