Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
why3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Why3
why3
Commits
2db87fa5
Commit
2db87fa5
authored
15 years ago
by
Jean-Christophe Filliâtre
Browse files
Options
Downloads
Patches
Plain Diff
mise a jour des drivers pour theories/
parent
57068256
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
Makefile.in
+3
-3
3 additions, 3 deletions
Makefile.in
bench/bench.in
+2
-2
2 additions, 2 deletions
bench/bench.in
drivers/alt_ergo.drv
+10
-11
10 additions, 11 deletions
drivers/alt_ergo.drv
drivers/cvc3.drv
+9
-9
9 additions, 9 deletions
drivers/cvc3.drv
with
24 additions
and
25 deletions
Makefile.in
+
3
−
3
View file @
2db87fa5
...
@@ -161,11 +161,11 @@ bin/top: $(CMO)
...
@@ -161,11 +161,11 @@ bin/top: $(CMO)
test
:
bin/why.byte
test
:
bin/why.byte
mkdir
-p
output_why3
mkdir
-p
output_why3
ocamlrun
-bt
bin/why.byte
-I
theories/
--driver
lib/
drivers/why3.drv
\
ocamlrun
-bt
bin/why.byte
-I
theories/
--driver
drivers/why3.drv
\
--output-dir
output_why3 src/test.why
--output-dir
output_why3 src/test.why
bin/why.byte
--driver
lib/
drivers/alt_ergo.drv
-I
theories/
\
bin/why.byte
--driver
drivers/alt_ergo.drv
-I
theories/
\
--output-file
-
--goal
Test.G src/test.why
--timeout
3
--output-file
-
--goal
Test.G src/test.why
--timeout
3
bin/why.byte
--driver
lib/
drivers/alt_ergo.drv
-I
theories/
\
bin/why.byte
--driver
drivers/alt_ergo.drv
-I
theories/
\
--call
--goal
Test.G src/test.why
--timeout
3
--call
--goal
Test.G src/test.why
--timeout
3
testl
:
bin/whyl.byte
testl
:
bin/whyl.byte
...
...
This diff is collapsed.
Click to expand it.
bench/bench.in
+
2
−
2
View file @
2db87fa5
...
@@ -66,7 +66,7 @@ echo "=== Type-checking theories ==="
...
@@ -66,7 +66,7 @@ echo "=== Type-checking theories ==="
goods theories
--type-only
goods theories
--type-only
echo
""
echo
""
echo
"=== Checking
lib/
drivers ==="
echo
"=== Checking drivers ==="
drivers
lib/
drivers
--driver
drivers drivers
--driver
echo
""
echo
""
This diff is collapsed.
Click to expand it.
drivers/alt_ergo.drv
+
10
−
11
View file @
2db87fa5
...
@@ -31,7 +31,7 @@ theory BuiltIn
...
@@ -31,7 +31,7 @@ theory BuiltIn
end
end
theory
prelude
.Int
theory
int
.Int
prelude "(* this is a prelude for Alt-Ergo arithmetic *)"
prelude "(* this is a prelude for Alt-Ergo arithmetic *)"
...
@@ -40,7 +40,6 @@ theory prelude.Int
...
@@ -40,7 +40,6 @@ theory prelude.Int
syntax logic (_+_) "(%1 + %2)"
syntax logic (_+_) "(%1 + %2)"
syntax logic (_-_) "(%1 - %2)"
syntax logic (_-_) "(%1 - %2)"
syntax logic (_*_) "(%1 * %2)"
syntax logic (_*_) "(%1 * %2)"
syntax logic (_/_) "(%1 / %2)"
syntax logic (-_) "(-%1)"
syntax logic (-_) "(-%1)"
syntax logic (_<=_) "(%1 <= %2)"
syntax logic (_<=_) "(%1 <= %2)"
...
@@ -48,21 +47,21 @@ theory prelude.Int
...
@@ -48,21 +47,21 @@ theory prelude.Int
syntax logic (_>=_) "(%1 >= %2)"
syntax logic (_>=_) "(%1 >= %2)"
syntax logic (_> _) "(%1 > %2)"
syntax logic (_> _) "(%1 > %2)"
remove prop One_neutral
remove prop CommutativeGroup.Comm.Comm
remove prop Add_assoc
remove prop CommutativeGroup.Assoc.Assoc
remove prop Add_comm
remove prop CommutativeGroup.Unit_def
remove prop Zero_neutral
remove prop CommutativeGroup.Inv_def
remove prop Neg
remove prop Assoc.Assoc
remove prop Mul_comm
remove prop Mul_assoc
remove prop Mul_distr
remove prop Mul_distr
remove prop Comm.Comm
remove prop Unitary
end
end
theory algebra.AC
theory algebra.AC
tag cloned logic op "AC"
tag cloned logic op "AC"
remove cloned prop Comm
remove cloned prop Comm
.Comm
remove cloned prop Assoc
remove cloned prop Assoc
.Assoc
end
end
(*
(*
...
...
This diff is collapsed.
Click to expand it.
drivers/cvc3.drv
+
9
−
9
View file @
2db87fa5
...
@@ -48,21 +48,21 @@ theory prelude.Int
...
@@ -48,21 +48,21 @@ theory prelude.Int
syntax logic (_>=_) "(>= %1 %2)"
syntax logic (_>=_) "(>= %1 %2)"
syntax logic (_> _) "(> %1 %2)"
syntax logic (_> _) "(> %1 %2)"
remove prop One_neutral
remove prop CommutativeGroup.Comm.Comm
remove prop Add_assoc
remove prop CommutativeGroup.Assoc.Assoc
remove prop Add_comm
remove prop CommutativeGroup.Unit_def
remove prop Zero_neutral
remove prop CommutativeGroup.Inv_def
remove prop Neg
remove prop Assoc.Assoc
remove prop Mul_comm
remove prop Mul_assoc
remove prop Mul_distr
remove prop Mul_distr
remove prop Comm.Comm
remove prop Unitary
end
end
theory algebra.AC
theory algebra.AC
tag cloned logic op "AC"
tag cloned logic op "AC"
remove cloned prop Comm
remove cloned prop Comm
.Comm
remove cloned prop Assoc
remove cloned prop Assoc
.Assoc
end
end
(*
(*
...
...
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