3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-25 20:46:01 +00:00

print more

This commit is contained in:
Jakob Rath 2022-04-13 11:42:41 +02:00
parent be488f75ab
commit 88a17ef33e
3 changed files with 18 additions and 4 deletions

View file

@ -106,6 +106,7 @@ namespace polysat {
uint_set m_vars; // variable assignments used as premises
uint_set m_bail_vars;
friend class inference_logger;
scoped_ptr<inference_logger> m_logger;
// If this is not null_var, the conflict was due to empty viable set for this variable.