3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-01 12:55:52 +00:00
This commit is contained in:
Jakob Rath 2021-09-06 15:16:13 +02:00
parent 56b33b1b3e
commit 39d42913cf
4 changed files with 13 additions and 18 deletions

View file

@ -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());