Skip to content

Commit

Permalink
Bring back the river example
Browse files Browse the repository at this point in the history
The issue we encountered before (#963) should've been fixed in Apalache:
apalache-mc/apalache#2606
  • Loading branch information
thpani committed Jun 27, 2023
1 parent 81f70ad commit d157dfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ listed without any additional command line arguments.
| [language-features/sets.qnt](./language-features/sets.qnt) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| [language-features/tuples.qnt](./language-features/tuples.qnt) | :white_check_mark: | :white_check_mark: | :x: | :x: |
| [puzzles/prisoners/prisoners.qnt](./puzzles/prisoners/prisoners.qnt) | :white_check_mark: | :white_check_mark: | :x: | :x: |
| [puzzles/river/river.qnt](./puzzles/river/river.qnt) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| [puzzles/tictactoe/tictactoe.qnt](./puzzles/tictactoe/tictactoe.qnt) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: |
| [solidity/Coin/coin.qnt](./solidity/Coin/coin.qnt) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: |
| [solidity/ERC20/erc20.qnt](./solidity/ERC20/erc20.qnt) | :white_check_mark: | :white_check_mark: | :x: | :x: |
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions quint/cli-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,10 +387,10 @@ fi
<!-- !test exit 1 -->
<!-- !test check river - Run noSolution -->
quint run --invariant=noSolution --seed=0x2fa6b93d0df3f \
../examples/puzzles/.river/river.qnt
../examples/puzzles/river/river.qnt

### OK on run river::safety

<!-- !test exit 0 -->
<!-- !test check river - Run safety -->
quint run --invariant=safety ../examples/puzzles/.river/river.qnt
quint run --invariant=safety ../examples/puzzles/river/river.qnt

0 comments on commit d157dfe

Please sign in to comment.