3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

updated include directives

This commit is contained in:
Arie Gurfinkel 2017-07-31 23:16:42 -04:00
parent ecd85b314c
commit 25c6480e6e
22 changed files with 169 additions and 153 deletions

View file

@ -22,7 +22,9 @@ Revision History:
#include "ast/ast.h"
#include "ast/rewriter/rewriter_types.h"
#include "util/params.h"
class model;
class model_core;
typedef rewriter_exception model_evaluator_exception;
@ -46,7 +48,7 @@ public:
void cleanup(params_ref const & p = params_ref());
void reset(params_ref const & p = params_ref());
unsigned get_num_steps() const;
};