3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-04 18:30:24 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-08-23 13:13:27 -07:00
parent 85b4fc1865
commit 96587bf708
3 changed files with 49 additions and 9 deletions

View file

@ -62,6 +62,7 @@ namespace smt {
vector<literal_vector> m_id2justification;
unsigned m_num_scopes { 0 };
literal_vector m_lits;
enode_pair_vector m_eqs;
stats m_stats;
void force_push();