mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 20:46:01 +00:00
print more
This commit is contained in:
parent
be488f75ab
commit
88a17ef33e
3 changed files with 18 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue