mirror of
https://github.com/Z3Prover/z3
synced 2025-10-05 07:23:58 +00:00
fixing build break, adding fixedpoint object to C++ API
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fbf81c88a2
commit
338193548b
2 changed files with 37 additions and 9 deletions
|
@ -315,6 +315,8 @@ protected:
|
|||
template<bool ProofGen>
|
||||
void process_app(app * t, frame & fr);
|
||||
|
||||
bool constant_fold(app* t, frame& fr);
|
||||
|
||||
template<bool ProofGen>
|
||||
void process_quantifier(quantifier * q, frame & fr);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue