mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 02:10:23 +00:00
initial outline of exponentiation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3032c9315d
commit
2ae476416c
4 changed files with 207 additions and 116 deletions
|
@ -465,6 +465,8 @@ public:
|
|||
|
||||
lbool check(vector<lemma>& l_vec);
|
||||
|
||||
void set_lemma_vec(vector<lemma>& l_vec) { m_lemma_vec = &l_vec; }
|
||||
|
||||
bool no_lemmas_hold() const;
|
||||
|
||||
lbool test_check(vector<lemma>& l);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue