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
edde169d
Commit
edde169d
authored
Sep 16, 2011
by
François Bobot
Browse files
vampire : ajout timeout regexp and -t switch
parent
bb1cef60
Changes
2
Show whitespace changes
Inline
Side-by-side
drivers/vampire.drv
View file @
edde169d
...
...
@@ -8,7 +8,7 @@ valid "Refutation.*found"
(* invalid "SZS status CounterSatisfiable" *)
(* timeout "Ran out of time" *)
(* timeout "Resource limit exceeded" *)
(*
timeout "
CPU t
ime limit
exceeded" *)
timeout "
T
ime limit
reached!"
(* unknown "No Proof Found" "Unknown" *)
(* fail "Failure.*" "\"\\0\"" *)
time "why3cpulimit time : %s s"
...
...
share/provers-detection-data.conf.in
View file @
edde169d
...
...
@@ -107,8 +107,9 @@ name = "Vampire"
exec = "vampire"
version_switch = "--version"
version_regexp = "Vampire \\([0-9.]+\\)"
command = "@LOCALBIN@why3-cpulimit %t %m -s %e"
command = "@LOCALBIN@why3-cpulimit %t %m -s %e
-t %t
"
driver = "drivers/vampire.drv"
version_ok = "0.6"
[ATP verit]
name = "veriT"
...
...
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