From d652155ae013f36a1ee17653a8e458baad2d9c2c Mon Sep 17 00:00:00 2001 From: Checkmate50 Date: Mon, 6 Jun 2016 23:14:18 -0600 Subject: Merging complete. Everything looks good *crosses fingers* --- Test/z3api/boog20.bpl | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'Test/z3api/boog20.bpl') diff --git a/Test/z3api/boog20.bpl b/Test/z3api/boog20.bpl index 10181400..bfcf5f63 100644 --- a/Test/z3api/boog20.bpl +++ b/Test/z3api/boog20.bpl @@ -1,18 +1,18 @@ -type ref; - -function PLUS(int, int, int) returns (int); -function Rep(int, int) returns (int); - -//PLUS(a,b,z) -// ERROR - -axiom(forall a:int, b:int, z:int :: Rep(a,b) == Rep(a,0)); -axiom(forall n:int, x:int :: {Rep(n,x)} (exists k:int :: Rep(n,x) == x)); -// END ERROR - - -procedure main ( ) -{ -assert (PLUS(0, 4, 55)!=0); -} - +type ref; + +function PLUS(int, int, int) returns (int); +function Rep(int, int) returns (int); + +//PLUS(a,b,z) +// ERROR + +axiom(forall a:int, b:int, z:int :: Rep(a,b) == Rep(a,0)); +axiom(forall n:int, x:int :: {Rep(n,x)} (exists k:int :: Rep(n,x) == x)); +// END ERROR + + +procedure main ( ) +{ +assert (PLUS(0, 4, 55)!=0); +} + -- cgit v1.2.3