flush stdout;
List.iter (fun x ->
print_endline (pp ~margin:max_int
- (fst(Terms.M.find x bag)))) l;
+ (fst(Terms.get_from_bag x bag)))) l;
print_endline ("% SZS output end CNFRefutation for " ^
Filename.basename !problem_file)
;;
let module B = MakeBlob(C) in
let module Pp = Pp.Pp(B) in
let module P = Paramod.Paramod(B) in
- let bag = Terms.M.empty, 0 in
+ let bag = Terms.empty_bag, 0 in
let bag, g_passives = P.mk_goal bag goal in
let bag, passives =
HExtlib.list_mapi_acc (fun x _ b -> P.mk_passive b x) bag hypotheses