3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-27 19:05:51 +00:00

create class lemma

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-02-10 21:40:47 -08:00
parent 4243bd3e2a
commit b2943c34f1
4 changed files with 119 additions and 131 deletions

View file

@ -41,5 +41,6 @@ public:
void add(unsigned j) { push_justification(j); }
bool empty() const { return m_explanation.empty(); }
size_t size() const { return m_explanation.size(); }
};
}