mirror of
https://github.com/Z3Prover/z3
synced 2025-10-14 19:50:19 +00:00
parent
c5f231acdf
commit
d520557ad9
6 changed files with 41 additions and 58 deletions
|
@ -285,15 +285,7 @@ namespace smt {
|
|||
d.set_justification(j);
|
||||
}
|
||||
|
||||
|
||||
void context::assign_core(literal l, b_justification j, bool decision) {
|
||||
#if 0
|
||||
// for debugging #1233
|
||||
if (l.var() == 11133 && l.sign()) {
|
||||
std::cout << l << "\n";
|
||||
UNREACHABLE();
|
||||
}
|
||||
#endif
|
||||
TRACE("assign_core", tout << (decision?"decision: ":"propagating: ") << l << " ";
|
||||
display_literal_verbose(tout, l); tout << " level: " << m_scope_lvl << "\n";
|
||||
display(tout, j););
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue