mirror of
https://github.com/Z3Prover/z3
synced 2025-09-04 00:58:07 +00:00
fix bugs reported by Filip Konecny <filip.konecny@epfl.ch> in PDR
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
780ad7cc17
commit
83add2bd9b
14 changed files with 176 additions and 34 deletions
|
@ -303,6 +303,7 @@ namespace pdr {
|
|||
mutable model_search m_search;
|
||||
lbool m_last_result;
|
||||
unsigned m_inductive_lvl;
|
||||
unsigned m_expanded_lvl;
|
||||
ptr_vector<core_generalizer> m_core_generalizers;
|
||||
stats m_stats;
|
||||
volatile bool m_cancel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue