bug in counter example finder
authornipkow
Mon, 09 Sep 2002 17:07:12 +0200
changeset 13561 daefa3ac8933
parent 13560 d9651081578b
child 13562 5b71e1408ac4
bug in counter example finder
src/Provers/Arith/fast_lin_arith.ML
--- a/src/Provers/Arith/fast_lin_arith.ML	Sat Sep 07 22:04:28 2002 +0200
+++ b/src/Provers/Arith/fast_lin_arith.ML	Mon Sep 09 17:07:12 2002 +0200
@@ -181,7 +181,7 @@
 fun ratmin2(r,s) = if ratle(r,s) then r else s;
 fun ratmax2(r,s) = if ratle(r,s) then s else r;
 
-val ratmin = foldr1 ratmax2;
+val ratmin = foldr1 ratmin2;
 val ratmax = foldr1 ratmax2;
 
 fun ratroundup r = let val (p,q) = rep_rat r