mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
reducing dependencies on simplifier
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a206362cef
commit
e2b46257d6
18 changed files with 289 additions and 215 deletions
|
@ -48,7 +48,6 @@ Revision History:
|
|||
|
||||
#include "ast/ast.h"
|
||||
#include "ast/func_decl_dependencies.h"
|
||||
#include "ast/simplifier/simplifier.h"
|
||||
#include "smt/proto_model/proto_model.h"
|
||||
#include "util/cooperate.h"
|
||||
#include "tactic/tactic_exception.h"
|
||||
|
@ -107,7 +106,7 @@ namespace smt {
|
|||
|
||||
|
||||
public:
|
||||
model_finder(ast_manager & m, simplifier & s);
|
||||
model_finder(ast_manager & m);
|
||||
~model_finder();
|
||||
void set_context(context * ctx);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue