3
0
Fork 0
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:
Nikolaj Bjorner 2023-01-23 17:38:34 -08:00
parent 3032c9315d
commit 2ae476416c
4 changed files with 207 additions and 116 deletions

View file

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