3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-09 00:35:47 +00:00

Cleanliness

This commit is contained in:
Christoph M. Wintersteiger 2016-02-10 14:39:33 +00:00
parent 8c80ed33fa
commit fa68b00563
2 changed files with 9 additions and 11 deletions

View file

@ -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