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
d0375604
Commit
d0375604
authored
1 year ago
by
Julien Girard-Satabin
Committed by
Michele Alberti
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
[tests] Promote tests following rebase
parent
32cdffef
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/pyrat.t
+41
-11
41 additions, 11 deletions
tests/pyrat.t
tests/pyrat_onnx.t
+9
-3
9 additions, 3 deletions
tests/pyrat_onnx.t
with
50 additions
and
14 deletions
tests/pyrat.t
+
41
−
11
View file @
d0375604
...
...
@@ -41,7 +41,7 @@ Test verify
>
use
int
.
Int
>
use
interpretation
.
Vector
>
use
interpretation
.
NeuralNetwork
>
>
>
constant
nn:
nn
=
read_neural_network
"
TestNetwork.nnet
"
NNet
>
>
goal
H:
...
...
@@ -52,16 +52,46 @@ Test verify
>
end
>
EOF
[
caisar
][
INFO
]
Task
sent
to
prover:
0.0
<
x0
x0
<
0.5
0.5
<
x1
x1
<
1.0
(
0.0
<
y0
or
0.5
<
y0
)
and
0.0
<
y1
and
y1
<
0.5
0.0
<=
x0
x0
<=
0.5
0.5
<=
x1
x1
<=
1.0
(
0.0
<
y0
or
0.5
<
y0
)
[
caisar
][
INFO
]
Task
sent
to
prover:
0.0
<=
x0
x0
<=
0.5
0.5
<=
x1
x1
<=
1.0
0.0
<
y1
[
caisar
][
INFO
]
Task
sent
to
prover:
0.0
<=
x0
x0
<=
0.5
0.5
<=
x1
x1
<=
1.0
y1
<
0.5
[
caisar
][
INFO
]
Task
sent
to
prover:
0.375
<=
x0
x0
<=
0.75
0.5
<=
x1
x1
<=
1.0
(
0.0
<
y0
or
0.5
<
y0
)
[
caisar
][
INFO
]
Task
sent
to
prover:
0.375
<=
x0
x0
<=
0.75
0.5
<=
x1
x1
<=
1.0
0.0
<
y1
[
caisar
][
INFO
]
Task
sent
to
prover:
0.375
<
x0
x0
<
0.75
0.5
<
x1
x1
<
1.0
(
0.0
<
y0
or
0.5
<
y0
)
and
0.0
<
y1
and
y1
<
0.5
0.375
<=
x0
x0
<=
0.75
0.5
<=
x1
x1
<=
1.0
y1
<
0.5
[
caisar
][
INFO
]
Verification
results
for
theory
'
PyRAT_oracle
'
[
caisar
]
Goal
H:
Unknown
()
This diff is collapsed.
Click to expand it.
tests/pyrat_onnx.t
+
9
−
3
View file @
d0375604
...
...
@@ -24,8 +24,14 @@ Test verify
>
end
>
EOF
[
caisar
][
INFO
]
Task
sent
to
prover:
0.0
<
x0
x0
<
0.5
0.0
<
y0
and
y0
<
0.5
0.0
<=
x0
x0
<=
0.5
0.0
<
y0
[
caisar
][
INFO
]
Task
sent
to
prover:
0.0
<=
x0
x0
<=
0.5
y0
<
0.5
[
caisar
][
INFO
]
Verification
results
for
theory
'
PyRAT_ONNX
'
[
caisar
]
Goal
G:
Unknown
()
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