mirror of
https://github.com/Z3Prover/z3
synced 2025-08-09 04:31:24 +00:00
preventing operations during MBQI search from being logged
This commit is contained in:
parent
bfb554c0b8
commit
279413412d
2 changed files with 8 additions and 4 deletions
|
@ -106,6 +106,8 @@ namespace smt {
|
|||
|
||||
unsigned m_final_check_idx; // circular counter used for implementing fairness
|
||||
|
||||
bool m_is_auxiliary; // used to prevent unwanted information from being logged.
|
||||
|
||||
// -----------------------------------
|
||||
//
|
||||
// Equality & Uninterpreted functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue