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
faa4876c
Commit
faa4876c
authored
Apr 21, 2011
by
Andrei Paskevich
Browse files
protect integers even if int.Int is not used
parent
0b0568b9
Changes
7
Hide whitespace changes
Inline
Side-by-side
drivers/cvc3.drv
View file @
faa4876c
...
...
@@ -28,6 +28,8 @@ theory BuiltIn
syntax type int "Int"
syntax type real "Real"
syntax logic (=) "(= %1 %2)"
meta "encoding : kept" type int
end
theory int.Int
...
...
@@ -62,8 +64,6 @@ theory int.Int
remove prop NonTrivialRing
remove prop CompatOrderAdd
meta "encoding : kept" type int
end
...
...
drivers/verit.drv
View file @
faa4876c
...
...
@@ -28,6 +28,8 @@ theory BuiltIn
syntax type int "Int"
syntax type real "Real"
syntax logic (=) "(= %1 %2)"
meta "encoding : kept" type int
end
theory int.Int
...
...
@@ -62,8 +64,6 @@ theory int.Int
remove prop NonTrivialRing
remove prop CompatOrderAdd
meta "encoding : kept" type int
end
...
...
drivers/yices.drv
View file @
faa4876c
...
...
@@ -28,6 +28,8 @@ theory BuiltIn
syntax type int "Int"
syntax type real "Real"
syntax logic (=) "(= %1 %2)"
meta "encoding : kept" type int
end
theory int.Int
...
...
@@ -62,8 +64,6 @@ theory int.Int
remove prop NonTrivialRing
remove prop CompatOrderAdd
meta "encoding : kept" type int
end
...
...
drivers/z3.drv
View file @
faa4876c
...
...
@@ -29,6 +29,8 @@ theory BuiltIn
syntax type int "Int"
syntax type real "Real"
syntax logic (=) "(= %1 %2)"
meta "encoding : kept" type int
end
theory int.Int
...
...
@@ -63,8 +65,6 @@ theory int.Int
remove prop NonTrivialRing
remove prop CompatOrderAdd
meta "encoding : kept" type int
end
...
...
drivers/z3_array.drv
View file @
faa4876c
...
...
@@ -29,6 +29,8 @@ theory BuiltIn
syntax type int "Int"
syntax type real "Real"
syntax logic (=) "(= %1 %2)"
meta "encoding : kept" type int
end
theory int.Int
...
...
@@ -63,8 +65,6 @@ theory int.Int
remove prop NonTrivialRing
remove prop CompatOrderAdd
meta "encoding : kept" type int
end
...
...
drivers/z3_smtv2.drv
View file @
faa4876c
...
...
@@ -30,6 +30,8 @@ theory BuiltIn
syntax type int "Int"
syntax type real "Real"
syntax logic (=) "(= %1 %2)"
meta "encoding : kept" type int
end
theory int.Int
...
...
@@ -64,8 +66,6 @@ theory int.Int
remove prop NonTrivialRing
remove prop CompatOrderAdd
meta "encoding : kept" type int
end
...
...
drivers/z3_smtv2_array.drv
View file @
faa4876c
...
...
@@ -31,6 +31,8 @@ theory BuiltIn
syntax type int "Int"
syntax type real "Real"
syntax logic (=) "(= %1 %2)"
meta "encoding : kept" type int
end
theory int.Int
...
...
@@ -65,8 +67,6 @@ theory int.Int
remove prop NonTrivialRing
remove prop CompatOrderAdd
meta "encoding : kept" type int
end
...
...
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