mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 20:35:51 +00:00
pretty printing
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4bcfcecbbb
commit
4066087138
4 changed files with 42 additions and 4 deletions
|
@ -34,7 +34,7 @@ namespace polysat {
|
|||
|
||||
void eq_constraint::narrow(solver& s) {
|
||||
SASSERT(!is_undef());
|
||||
LOG("Assignment: " << s.assignment());
|
||||
LOG("Assignment: " << assignments_pp(s));
|
||||
auto q = p().subst_val(s.assignment());
|
||||
LOG("Substituted: " << p() << " := " << q);
|
||||
if (q.is_zero()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue