Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
077742b2
Commit
077742b2
authored
Mar 28, 2013
by
MARCHE Claude
Browse files
cvc3 called with a fixed seed
parent
0d50c1de
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/provers-detection-data.conf.in
View file @
077742b2
...
...
@@ -99,7 +99,7 @@ version_regexp = "This is CVC3 version \\([^ \n]+\\)"
version_ok = "2.4.1"
version_old = "2.4"
# the -timeout option is unreliable in CVC3 2.4.1
command = "'@LOCALBIN@why3-cpulimit' %t %m -s %e %f"
command = "'@LOCALBIN@why3-cpulimit' %t %m -s %e
-seed 42
%f"
driver = "drivers/cvc3.drv"
# CVC3 versions 2.x
...
...
@@ -113,7 +113,7 @@ version_regexp = "This is CVC3 version \\([^ \n]+\\)"
version_old = "2.2"
version_old = "2.1"
# we pass time 0 to why3-cpulimit to avoid race
command = "'@LOCALBIN@why3-cpulimit' %T %m -s %e -timeout %t %f"
command = "'@LOCALBIN@why3-cpulimit' %T %m -s %e
-seed 42
-timeout %t %f"
driver = "drivers/cvc3.drv"
[ATP yices]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment