Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
caisar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
caisar
Commits
06fe8467
Commit
06fe8467
authored
3 years ago
by
Michele Alberti
Browse files
Options
Downloads
Patches
Plain Diff
Add Marabou data for autodetection.
parent
ecb0735f
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
config/caisar-detection-data.conf
+10
-0
10 additions, 0 deletions
config/caisar-detection-data.conf
config/drivers/marabou.drv
+1
-0
1 addition, 0 deletions
config/drivers/marabou.drv
tests/autodetect.t
+2
-1
2 additions, 1 deletion
tests/autodetect.t
tests/simple.t
+5
-3
5 additions, 3 deletions
tests/simple.t
with
18 additions
and
4 deletions
config/caisar-detection-data.conf
+
10
−
0
View file @
06fe8467
...
...
@@ -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
This diff is collapsed.
Click to expand it.
config/drivers/marabou.drv
0 → 100644
+
1
−
0
View file @
06fe8467
(* Why3 drivers for Marabou *)
This diff is collapsed.
Click to expand it.
tests/autodetect.t
+
2
−
1
View file @
06fe8467
Test
verify
Test
autodetect
$
caisar
config
-
d
[
caisar
]
Alt
-
Ergo
2.4.0
Marabou
1.0
.+
This diff is collapsed.
Click to expand it.
tests/simple.t
+
5
−
3
View file @
06fe8467
...
...
@@ -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 *)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment