Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
eab4e2b7
Commit
eab4e2b7
authored
Jan 24, 2018
by
MARCHE Claude
Browse files
tests for first-order matching
parent
3a50aa7e
Changes
3
Hide whitespace changes
Inline
Side-by-side
tests/demo-itp.mlw
View file @
eab4e2b7
module ApplyRewrite
use import int.Int
(* Use apply H require some cases of quantifications in first_order_matching *)
goal g: (forall y. exists x. x <= y /\ y = 0) -> forall x. exists y. y <= x /\ x = 0
end
module TestCEX
use import int.Int
...
...
tests/demo-itp/why3session.xml
View file @
eab4e2b7
...
...
@@ -10,6 +10,12 @@
<prover
id=
"5"
name=
"Eprover"
version=
"2.0"
timelimit=
"5"
steplimit=
"0"
memlimit=
"1000"
/>
<prover
id=
"6"
name=
"Alt-Ergo"
version=
"2.0.0"
timelimit=
"5"
steplimit=
"0"
memlimit=
"1000"
/>
<file
name=
"../demo-itp.mlw"
>
<theory
name=
"ApplyRewrite"
proved=
"true"
sum=
"06c28a672d2fbb0de6998078f2cfe895"
>
<goal
name=
"g"
proved=
"true"
>
<transf
name=
"apply"
proved=
"true"
arg1=
"H"
>
</transf>
</goal>
</theory>
<theory
name=
"TestCEX"
sum=
"55ceea8b24a88c1829a53af2c814f1a6"
>
<goal
name=
"g"
>
<proof
prover=
"2"
timelimit=
"5"
><result
status=
"unknown"
time=
"0.00"
/></proof>
...
...
tests/demo-itp/why3shapes.gz
View file @
eab4e2b7
No preview for this file type
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment