mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 12:35:59 +00:00
Remove bailout state from conflict
This commit is contained in:
parent
e2804c3db2
commit
cd83a6ec69
5 changed files with 0 additions and 28 deletions
|
@ -52,7 +52,6 @@ namespace polysat {
|
|||
unsigned m_num_decisions;
|
||||
unsigned m_num_propagations;
|
||||
unsigned m_num_conflicts;
|
||||
unsigned m_num_bailouts;
|
||||
unsigned m_num_restarts;
|
||||
unsigned m_num_viable_fallback; ///< how often did we query the univariate solver
|
||||
void reset() { memset(this, 0, sizeof(*this)); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue