mirror of
https://github.com/Z3Prover/z3
synced 2025-07-31 08:23:17 +00:00
Contract bit information to large unit-intervals
This commit is contained in:
parent
0dae2d40b5
commit
3f8edb9aac
8 changed files with 346 additions and 118 deletions
|
@ -234,7 +234,7 @@ namespace polysat {
|
|||
m_lemmas.push_back(&cl);
|
||||
|
||||
SASSERT(!empty());
|
||||
logger().begin_conflict();
|
||||
logger().begin_conflict(cl.name());
|
||||
}
|
||||
|
||||
void conflict::init_by_viable_interval(pvar v) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue