mirror of
https://github.com/Z3Prover/z3
synced 2025-10-05 07:23:58 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
376076ea9b
commit
8f1c5239be
7 changed files with 61 additions and 35 deletions
|
@ -300,7 +300,7 @@ protected:
|
|||
void process_var(var * v);
|
||||
|
||||
template<bool ProofGen>
|
||||
void process_const(app * t);
|
||||
bool process_const(app * t);
|
||||
|
||||
template<bool ProofGen>
|
||||
bool visit(expr * t, unsigned max_depth);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue