mirror of
https://github.com/Z3Prover/z3
synced 2025-05-09 00:35:47 +00:00
Cleanliness
This commit is contained in:
parent
8c80ed33fa
commit
fa68b00563
2 changed files with 9 additions and 11 deletions
|
@ -49,9 +49,9 @@ class lackr_model_constructor {
|
|||
private:
|
||||
struct imp;
|
||||
imp * m_imp;
|
||||
ast_manager & m_m;
|
||||
enum {CHECKED, CONFLICT, UNKNOWN} m_state;
|
||||
conflict_list m_conflicts;
|
||||
ast_manager& m_m;
|
||||
const ackr_info_ref m_info;
|
||||
|
||||
unsigned m_ref_count; // reference counting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue