3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

fix build

This commit is contained in:
Jakob Rath 2021-09-13 13:37:17 +02:00
parent 6ffcea0bde
commit 412b6ffd4a
2 changed files with 7 additions and 1 deletions

View file

@ -146,6 +146,12 @@ namespace polysat {
m_constraints.shrink(j);
}
void conflict_core::set_bailout() {
SASSERT(!is_bailout());
m_bailout = true;
s().m_stats.m_num_bailouts++;
}
void conflict_core::resolve(constraint_manager const& m, sat::bool_var var, clause const& cl) {
// Note: core: x, y, z; corresponds to clause ~x \/ ~y \/ ~z
// clause: x \/ u \/ v