mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
updated include directives
This commit is contained in:
parent
ecd85b314c
commit
25c6480e6e
22 changed files with 169 additions and 153 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue