Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
4a2b5e8b
Commit
4a2b5e8b
authored
Oct 19, 2015
by
MARCHE Claude
Committed by
Guillaume Melquiond
Feb 05, 2016
Browse files
Alt-Ergo: addd option -no-rm-eq-existential to prevent an Alt-Ergo bug
parent
5fcf22a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/provers-detection-data.conf
View file @
4a2b5e8b
...
...
@@ -2,13 +2,9 @@
name
=
"Alt-Ergo"
exec
=
"alt-ergo"
exec
=
"alt-ergo-1.00.prv"
exec
=
"alt-ergo-0.99.1"
exec
=
"alt-ergo-0.95.2"
version_switch
=
"-version"
version_regexp
=
"^\\([0-9.]+\\(-dev\\|prv\\)?\\)$"
version_ok
=
"1.00.prv"
version_ok
=
"0.99.1"
version_ok
=
"0.95.2"
# %T means timelimit+1
command
=
"%l/why3-cpulimit %T %m -s %e -timelimit %t %f"
# %U means 2*timelimit+1
...
...
@@ -16,6 +12,22 @@ command_steps = "%l/why3-cpulimit %U %m -s %e -steps-bound %S %f"
driver
=
"drivers/alt_ergo.drv"
editor
=
"altgr-ergo"
[
ATP
alt
-
ergo
]
name
=
"Alt-Ergo"
exec
=
"alt-ergo"
exec
=
"alt-ergo-0.99.1"
exec
=
"alt-ergo-0.95.2"
version_switch
=
"-version"
version_regexp
=
"^\\([0-9.]+\\)$"
version_ok
=
"0.99.1"
version_ok
=
"0.95.2"
# %T means timelimit+1
command
=
"%l/why3-cpulimit %T %m -s %e -no-rm-eq-existential -timelimit %t %f"
# %U means 2*timelimit+1
command_steps
=
"%l/why3-cpulimit %U %m -s %e -no-rm-eq-existential -steps-bound %S %f"
driver
=
"drivers/alt_ergo.drv"
editor
=
"altgr-ergo"
[
ATP
alt
-
ergo
]
name
=
"Alt-Ergo"
exec
=
"alt-ergo"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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