author | nipkow |
Sat, 19 Feb 2000 13:47:12 +0100 | |
changeset 8263 | 699d4ad2ced3 |
parent 8262 | 08ad0a986db2 |
child 8264 | fffae6147cf7 |
--- a/src/Provers/Arith/fast_lin_arith.ML Fri Feb 18 20:27:19 2000 +0100 +++ b/src/Provers/Arith/fast_lin_arith.ML Sat Feb 19 13:47:12 2000 +0100 @@ -194,13 +194,13 @@ | extract xs [] = (None,xs) in extract [] end; - +(*? fun print_ineqs ineqs = writeln(cat_lines(""::map (fn Lineq(c,t,l,_) => string_of_int c ^ (case t of Eq => " = " | Lt=> " < " | Le => " <= ") ^ commas(map string_of_int l)) ineqs)); - +!*) fun elim ineqs = let (*?val dummy = print_ineqs ineqs;!*)