mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 19:02:02 +00:00
make include paths uniformly use path relative to src. #534
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
71d80ab47f
commit
b19f94ae5b
1370 changed files with 5964 additions and 5901 deletions
|
@ -21,16 +21,16 @@ Notes:
|
|||
#ifndef OPT_SOLVER_H_
|
||||
#define OPT_SOLVER_H_
|
||||
|
||||
#include"inf_rational.h"
|
||||
#include"inf_eps_rational.h"
|
||||
#include"ast.h"
|
||||
#include"params.h"
|
||||
#include"solver_na2as.h"
|
||||
#include"smt_kernel.h"
|
||||
#include"smt_params.h"
|
||||
#include"smt_types.h"
|
||||
#include"theory_opt.h"
|
||||
#include"filter_model_converter.h"
|
||||
#include "util/inf_rational.h"
|
||||
#include "util/inf_eps_rational.h"
|
||||
#include "ast/ast.h"
|
||||
#include "util/params.h"
|
||||
#include "solver/solver_na2as.h"
|
||||
#include "smt/smt_kernel.h"
|
||||
#include "smt/params/smt_params.h"
|
||||
#include "smt/smt_types.h"
|
||||
#include "smt/theory_opt.h"
|
||||
#include "tactic/filter_model_converter.h"
|
||||
|
||||
namespace opt {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue