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:
parent
4243bd3e2a
commit
b2943c34f1
4 changed files with 119 additions and 131 deletions
|
@ -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(); }
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue