mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +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,9 +21,9 @@ Revision History:
|
|||
#ifndef __MODEL_BASED_OPT_H__
|
||||
#define __MODEL_BASED_OPT_H__
|
||||
|
||||
#include "util.h"
|
||||
#include "rational.h"
|
||||
#include"inf_eps_rational.h"
|
||||
#include "util/util.h"
|
||||
#include "util/rational.h"
|
||||
#include "util/inf_eps_rational.h"
|
||||
|
||||
namespace opt {
|
||||
|
||||
|
|
|
@ -28,9 +28,9 @@ Notes:
|
|||
#ifndef NETWORK_FLOW_H_
|
||||
#define NETWORK_FLOW_H_
|
||||
|
||||
#include"inf_rational.h"
|
||||
#include"diff_logic.h"
|
||||
#include"spanning_tree.h"
|
||||
#include "util/inf_rational.h"
|
||||
#include "smt/diff_logic.h"
|
||||
#include "smt/spanning_tree.h"
|
||||
|
||||
namespace smt {
|
||||
|
||||
|
|
|
@ -20,9 +20,9 @@ Notes:
|
|||
#ifndef NETWORK_FLOW_DEF_H_
|
||||
#define NETWORK_FLOW_DEF_H_
|
||||
|
||||
#include"network_flow.h"
|
||||
#include"uint_set.h"
|
||||
#include"spanning_tree_def.h"
|
||||
#include "math/simplex/network_flow.h"
|
||||
#include "util/uint_set.h"
|
||||
#include "smt/spanning_tree_def.h"
|
||||
|
||||
namespace smt {
|
||||
|
||||
|
|
|
@ -17,9 +17,9 @@ Notes:
|
|||
|
||||
--*/
|
||||
|
||||
#include"simplex.h"
|
||||
#include"sparse_matrix_def.h"
|
||||
#include"simplex_def.h"
|
||||
#include "math/simplex/simplex.h"
|
||||
#include "math/simplex/sparse_matrix_def.h"
|
||||
#include "math/simplex/simplex_def.h"
|
||||
namespace simplex {
|
||||
template class simplex<mpz_ext>;
|
||||
template class simplex<mpq_ext>;
|
||||
|
|
|
@ -32,11 +32,11 @@ Notes:
|
|||
#ifndef SIMPLEX_H_
|
||||
#define SIMPLEX_H_
|
||||
|
||||
#include "sparse_matrix.h"
|
||||
#include "mpq_inf.h"
|
||||
#include "heap.h"
|
||||
#include "lbool.h"
|
||||
#include "uint_set.h"
|
||||
#include "math/simplex/sparse_matrix.h"
|
||||
#include "util/mpq_inf.h"
|
||||
#include "util/heap.h"
|
||||
#include "util/lbool.h"
|
||||
#include "util/uint_set.h"
|
||||
|
||||
namespace simplex {
|
||||
|
||||
|
|
|
@ -19,8 +19,8 @@ Notes:
|
|||
#ifndef SPARSE_MATRIX_H_
|
||||
#define SPARSE_MATRIX_H_
|
||||
|
||||
#include "mpq_inf.h"
|
||||
#include "statistics.h"
|
||||
#include "util/mpq_inf.h"
|
||||
#include "util/statistics.h"
|
||||
|
||||
namespace simplex {
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@ Notes:
|
|||
#ifndef SPARSE_MATRIX_DEF_H_
|
||||
#define SPARSE_MATRIX_DEF_H_
|
||||
|
||||
#include "sparse_matrix.h"
|
||||
#include "uint_set.h"
|
||||
#include "math/simplex/sparse_matrix.h"
|
||||
#include "util/uint_set.h"
|
||||
|
||||
namespace simplex {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue