mirror of
https://github.com/Z3Prover/z3
synced 2025-10-09 17:31:57 +00:00
Commit
This commit is contained in:
parent
bdce957ac8
commit
56496ead2f
2 changed files with 11 additions and 1 deletions
|
@ -501,7 +501,6 @@ namespace sat {
|
|||
unsigned do_double(literal l, unsigned& base);
|
||||
unsigned double_look(literal l, unsigned& base);
|
||||
void set_conflict() { TRACE("sat", tout << "conflict\n";); m_inconsistent = true; }
|
||||
//void set_conflict() { TRACE("sat", tout << "conflict\n";); printf("CONFLICT\n"); m_inconsistent = true; }
|
||||
bool inconsistent() { return m_inconsistent; }
|
||||
|
||||
unsigned scope_lvl() const { return m_trail_lim.size(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue