Small change for clause names

This commit is contained in:
Guillaume Bury 2015-02-09 15:12:04 +01:00
parent 3ec4f6f2e3
commit a7951ea143

View file

@ -411,7 +411,7 @@ module Make (L : Log_intf.S)(F : Formula_intf.S)
report_unsat init0;
| a::b::_ ->
let name = fresh_name () in
let clause = make_clause ?tag name atoms size (history <> History []) history in
let clause = make_clause ?tag (init_name ^ "_" ^ name) atoms size (history <> History []) history in
Log.debug 10 "New clause : %a" St.pp_clause init0;
attach_clause clause;
Vec.push env.clauses clause;