mirror of
https://github.com/Z3Prover/z3
synced 2025-05-05 23:05:46 +00:00
notes
This commit is contained in:
parent
6766c1c349
commit
64ce6cb5c1
3 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@ namespace polysat {
|
|||
// c1 is true, c2 is false
|
||||
SASSERT(c1.is_currently_true(s()));
|
||||
SASSERT(c2.is_currently_false(s()));
|
||||
LOG_H3("Resolving upon v" << v);
|
||||
LOG("c1: " << c1);
|
||||
LOG("c2: " << c2);
|
||||
pdd a = c1->to_eq().p();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue