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
5100ed98
Commit
5100ed98
authored
2 years ago
by
Julien Girard-Satabin
Browse files
Options
Downloads
Patches
Plain Diff
[SAVer] Simplified SAVer test.
parent
f4cf3e03
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
src/verification.ml
+1
-1
1 addition, 1 deletion
src/verification.ml
tests/bin/saver
+1
-1
1 addition, 1 deletion
tests/bin/saver
tests/dune
+0
-1
0 additions, 1 deletion
tests/dune
tests/simple_ovo.t
+5
-0
5 additions, 0 deletions
tests/simple_ovo.t
tests/test_data.csv
+0
-2
0 additions, 2 deletions
tests/test_data.csv
with
7 additions
and
5 deletions
src/verification.ml
+
1
−
1
View file @
5100ed98
...
@@ -120,7 +120,7 @@ let answer_saver limit config task env prover dataset_csv =
...
@@ -120,7 +120,7 @@ let answer_saver limit config task env prover dataset_csv =
let
prover_call
=
let
prover_call
=
Call_provers
.
call_on_buffer
~
libdir
:
(
Whyconf
.
libdir
config
)
Call_provers
.
call_on_buffer
~
libdir
:
(
Whyconf
.
libdir
config
)
~
datadir
:
(
Whyconf
.
datadir
config
)
~
command
~
limit
~
res_parser
~
datadir
:
(
Whyconf
.
datadir
config
)
~
command
~
limit
~
res_parser
~
filename
:
"
foo.txt
"
~
get_counterexmp
:
false
~
gen_new_file
:
false
~
filename
:
"
"
~
get_counterexmp
:
false
~
gen_new_file
:
false
~
printing_info
:
Printer
.
default_printing_info
(
Buffer
.
create
10
)
~
printing_info
:
Printer
.
default_printing_info
(
Buffer
.
create
10
)
in
in
let
prover_result
=
Call_provers
.
wait_on_call
prover_call
in
let
prover_result
=
Call_provers
.
wait_on_call
prover_call
in
...
...
This diff is collapsed.
Click to expand it.
tests/bin/saver
+
1
−
1
View file @
5100ed98
...
@@ -6,7 +6,7 @@ case $1 in
...
@@ -6,7 +6,7 @@ case $1 in
echo
"v1.0"
echo
"v1.0"
;;
;;
*
)
*
)
echo
"
NN
:
$1
"
echo
"
SVM
:
$1
"
echo
"Goal:"
echo
"Goal:"
cat
$2
cat
$2
echo
"Unknown"
echo
"Unknown"
...
...
This diff is collapsed.
Click to expand it.
tests/dune
+
0
−
1
View file @
5100ed98
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
TestNetwork.nnet
TestNetwork.nnet
TestNetworkONNX.onnx
TestNetworkONNX.onnx
TestSVM.ovo
TestSVM.ovo
test_data.csv
bin/pyrat.py
bin/pyrat.py
bin/Marabou
bin/Marabou
bin/saver
bin/saver
...
...
This diff is collapsed.
Click to expand it.
tests/simple_ovo.t
+
5
−
0
View file @
5100ed98
...
@@ -4,6 +4,11 @@ Test verify
...
@@ -4,6 +4,11 @@ Test verify
>
echo
"
2.4.0
"
>
echo
"
2.4.0
"
>
EOF
>
EOF
$
cat
-
>
test_data
.
csv
<<
EOF
>
# 1 3
>
1
,
0.5
,
0.5
,
0.0
,
>
EOF
$
chmod
u
+
x
bin
/alt-ergo bin/p
yrat
.
py
bin
/Marabou bin/sa
ver
$
chmod
u
+
x
bin
/alt-ergo bin/p
yrat
.
py
bin
/Marabou bin/sa
ver
$
bin
/
alt
-
ergo
$
bin
/
alt
-
ergo
...
...
This diff is collapsed.
Click to expand it.
tests/test_data.csv
deleted
100644 → 0
+
0
−
2
View file @
f4cf3e03
# 1 3
1,0.5,0.5,0.0,
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