Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
58f09fef
Commit
58f09fef
authored
Feb 22, 2016
by
MARCHE Claude
Browse files
BV theory: reverted removal of normally useless axiom
parent
ce356884
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/bv.why
View file @
58f09fef
...
...
@@ -404,7 +404,7 @@ theory BV64
constant two_power_size = two_power_size,
constant max_int = max_int
meta "remove_prop" prop size_pos
(*
meta "remove_prop" prop size_pos
*)
meta "remove_prop" prop two_power_size_val
meta "remove_prop" prop max_int_val
...
...
@@ -420,7 +420,7 @@ theory BV32
constant two_power_size = two_power_size,
constant max_int = max_int
meta "remove_prop" prop size_pos
(*
meta "remove_prop" prop size_pos
*)
meta "remove_prop" prop two_power_size_val
meta "remove_prop" prop max_int_val
...
...
@@ -436,7 +436,7 @@ theory BV16
constant two_power_size = two_power_size,
constant max_int = max_int
meta "remove_prop" prop size_pos
(*
meta "remove_prop" prop size_pos
*)
meta "remove_prop" prop two_power_size_val
meta "remove_prop" prop max_int_val
...
...
@@ -452,7 +452,7 @@ theory BV8
constant two_power_size = two_power_size,
constant max_int = max_int
meta "remove_prop" prop size_pos
(*
meta "remove_prop" prop size_pos
*)
meta "remove_prop" prop two_power_size_val
meta "remove_prop" prop max_int_val
...
...
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