mirror of
https://github.com/Z3Prover/z3
synced 2025-05-01 12:55:52 +00:00
bailout
This commit is contained in:
parent
56b33b1b3e
commit
39d42913cf
4 changed files with 13 additions and 18 deletions
|
@ -49,12 +49,6 @@ namespace polysat {
|
|||
return out;
|
||||
}
|
||||
|
||||
void conflict_core::set(std::nullptr_t) {
|
||||
SASSERT(empty());
|
||||
m_constraints.push_back({});
|
||||
m_needs_model = false;
|
||||
}
|
||||
|
||||
void conflict_core::set(signed_constraint c) {
|
||||
LOG("Conflict: " << c);
|
||||
SASSERT(empty());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue