-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
check if what4 adapter is present before setting timeout
fixes #1807
- Loading branch information
1 parent
5e746cc
commit b7d35ed
Showing
3 changed files
with
38 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
:set proverTimeout=1 | ||
|
||
:set prover=w4-cvc5 | ||
:prove \(x : Rational) (y : Rational) (z : Rational) -> x < y ==> y < z ==> x < z | ||
|
||
:l ../../examples/funstuff/NQueens.cry | ||
:set prover=w4-z3 | ||
:sat nQueens : (Solution 50) | ||
|
||
:set prover=w4-yices | ||
:sat nQueens : (Solution 50) |
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 @@ | ||
Loading module Cryptol | ||
Solver returned UNKNOWN | ||
Loading module Cryptol | ||
Loading module Main | ||
Solver returned UNKNOWN | ||
Solver returned UNKNOWN |