mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 19:55:41 -05:00
Small change for clause names
This commit is contained in:
parent
3ec4f6f2e3
commit
a7951ea143
1 changed files with 1 additions and 1 deletions
|
|
@ -411,7 +411,7 @@ module Make (L : Log_intf.S)(F : Formula_intf.S)
|
||||||
report_unsat init0;
|
report_unsat init0;
|
||||||
| a::b::_ ->
|
| a::b::_ ->
|
||||||
let name = fresh_name () in
|
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;
|
Log.debug 10 "New clause : %a" St.pp_clause init0;
|
||||||
attach_clause clause;
|
attach_clause clause;
|
||||||
Vec.push env.clauses clause;
|
Vec.push env.clauses clause;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue