3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-07 07:45:46 +00:00

print clauses

This commit is contained in:
Jakob Rath 2021-09-13 17:09:44 +02:00
parent c082ea4357
commit 18710a86d7
4 changed files with 23 additions and 9 deletions

View file

@ -116,6 +116,7 @@ namespace polysat {
}
else {
m_constraint_table.insert(c1);
store(c1);
return c1;
}
}