Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
121
Issues
121
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
b00c0672
Commit
b00c0672
authored
Feb 18, 2013
by
MARCHE Claude
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the bench: Euclidean.div 1 (-2) is 0, not -1
parent
ac5e027d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bench/valid/division.mlw
bench/valid/division.mlw
+1
-1
No files found.
bench/valid/division.mlw
View file @
b00c0672
...
...
@@ -25,7 +25,7 @@ theory Euclidean
goal div_m2_m2: div (-2) (-2) = 1
goal div_m1_m2: div (-1) (-2) = 1
goal div__0_m2: div 0 (-2) = 0
goal div__1_m2: div 1 (-2) =
-1
goal div__1_m2: div 1 (-2) =
0
goal div__2_m2: div 2 (-2) = -1
goal mod_m2_m2: mod (-2) (-2) = 0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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