Skip to content
Snippets Groups Projects
Commit 06fe8467 authored by Michele Alberti's avatar Michele Alberti
Browse files

Add Marabou data for autodetection.

parent ecb0735f
No related branches found
No related tags found
No related merge requests found
......@@ -10,3 +10,13 @@ command_steps = "%e --steps-bound %S %f"
driver = "alt_ergo"
editor = "altgr-ergo"
use_at_auto_level = 1
[ATP marabou]
name = "Marabou"
exec = "Marabou"
version_switch = "--version"
version_regexp = "\\([0-9.+]+\\)"
version_ok = "1.0.+"
command = "%e --timeout %t %f"
driver = "drivers/marabou"
use_at_auto_level = 1
(* Why3 drivers for Marabou *)
Test verify
Test autodetect
$ caisar config -d
[caisar] Alt-Ergo 2.4.0
Marabou 1.0.+
......@@ -13,13 +13,15 @@ Test verify
> EOF
<autodetect>0 prover(s) added
<autodetect>Generating strategies:
<autodetect>Run: (alt-ergo --version) > /tmp/build71161f.dune/out615f55 2>&1
<autodetect>Run: (alt-ergo-2.4.0 --version) > /tmp/build71161f.dune/outd1f15f 2>&1
<autodetect>Run: (Marabou --version) > /tmp/buildb7d8c3.dune/oute22a8d 2>&1
<autodetect>Run: (alt-ergo --version) > /tmp/buildb7d8c3.dune/outf61830 2>&1
<autodetect>Run: (alt-ergo-2.4.0 --version) > /tmp/buildb7d8c3.dune/out36e3db 2>&1
<autodetect>command 'alt-ergo-2.4.0 --version' failed. Output:
sh: 1: alt-ergo-2.4.0: not found
<autodetect>Found prover Alt-Ergo version 2.4.0, OK.
<autodetect>1 prover(s) added
<autodetect>Found prover Marabou version 1.0.+, OK.
<autodetect>2 prover(s) added
(* this is the prelude for Alt-Ergo, version >= 2.4.0 *)
(* this is a prelude for Alt-Ergo integer arithmetic *)
(* this is a prelude for Alt-Ergo real arithmetic *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment