mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
fix include paths
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
60110bb289
commit
a3c692c05f
|
@ -11,7 +11,7 @@ Copyright (c) 2016 Microsoft Corporation
|
|||
#include "tactic/bv/dt2bv_tactic.h"
|
||||
#include "tactic/tactic.h"
|
||||
#include "model/model_smt2_pp.h"
|
||||
#include "tactic/portfolio/fd_solver.h"
|
||||
#include "tactic/fd_solver/fd_solver.h"
|
||||
|
||||
static expr_ref mk_const(ast_manager& m, char const* name, sort* s) {
|
||||
return expr_ref(m.mk_const(symbol(name), s), m);
|
||||
|
|
|
@ -16,7 +16,7 @@ Copyright (c) 2015 Microsoft Corporation
|
|||
#include "ast/ast_util.h"
|
||||
#include "ast/pb_decl_plugin.h"
|
||||
#include "ast/rewriter/th_rewriter.h"
|
||||
#include "tactic/portfolio/fd_solver.h"
|
||||
#include "tactic/fd_solver/fd_solver.h"
|
||||
#include "solver/solver.h"
|
||||
|
||||
static void test1() {
|
||||
|
|
Loading…
Reference in a new issue