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/Boog24.bpl | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'Test/z3api/Boog24.bpl') diff --git a/Test/z3api/Boog24.bpl b/Test/z3api/Boog24.bpl index d3da775d..05da0153 100644 --- a/Test/z3api/Boog24.bpl +++ b/Test/z3api/Boog24.bpl @@ -1,17 +1,17 @@ -type ref; - -function LIFT(a:bool) returns (int); -axiom(forall a:bool :: {LIFT(a)} a <==> LIFT(a) != 0); - -procedure main ( ) - -{ -var a : int; -var b : int; -var c : int; - -c := LIFT (b < a) ; -assert (c != 0 <==> b < a); - -} - +type ref; + +function LIFT(a:bool) returns (int); +axiom(forall a:bool :: {LIFT(a)} a <==> LIFT(a) != 0); + +procedure main ( ) + +{ +var a : int; +var b : int; +var c : int; + +c := LIFT (b < a) ; +assert (c != 0 <==> b < a); + +} + -- cgit v1.2.3