mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +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
|
@ -22,24 +22,24 @@ Revision History:
|
|||
#ifndef THEORY_DIFF_LOGIC_H_
|
||||
#define THEORY_DIFF_LOGIC_H_
|
||||
|
||||
#include"rational.h"
|
||||
#include"inf_rational.h"
|
||||
#include"inf_int_rational.h"
|
||||
#include"s_integer.h"
|
||||
#include"inf_s_integer.h"
|
||||
#include"smt_theory.h"
|
||||
#include"diff_logic.h"
|
||||
#include"arith_decl_plugin.h"
|
||||
#include"smt_justification.h"
|
||||
#include"map.h"
|
||||
#include"smt_params.h"
|
||||
#include"arith_eq_adapter.h"
|
||||
#include"smt_model_generator.h"
|
||||
#include"numeral_factory.h"
|
||||
#include"smt_clause.h"
|
||||
#include"theory_opt.h"
|
||||
#include"simplex.h"
|
||||
#include"simplex_def.h"
|
||||
#include "util/rational.h"
|
||||
#include "util/inf_rational.h"
|
||||
#include "util/inf_int_rational.h"
|
||||
#include "util/s_integer.h"
|
||||
#include "util/inf_s_integer.h"
|
||||
#include "smt/smt_theory.h"
|
||||
#include "smt/diff_logic.h"
|
||||
#include "ast/arith_decl_plugin.h"
|
||||
#include "smt/smt_justification.h"
|
||||
#include "util/map.h"
|
||||
#include "smt/params/smt_params.h"
|
||||
#include "smt/arith_eq_adapter.h"
|
||||
#include "smt/smt_model_generator.h"
|
||||
#include "smt/proto_model/numeral_factory.h"
|
||||
#include "smt/smt_clause.h"
|
||||
#include "smt/theory_opt.h"
|
||||
#include "math/simplex/simplex.h"
|
||||
#include "math/simplex/simplex_def.h"
|
||||
|
||||
// The DL theory can represent term such as n + k, where n is an enode and k is a numeral.
|
||||
namespace smt {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue