mirror of
https://github.com/Z3Prover/z3
synced 2025-10-07 08:21:56 +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
|
@ -19,26 +19,26 @@ Revision History:
|
|||
#ifndef SAT_SOLVER_H_
|
||||
#define SAT_SOLVER_H_
|
||||
|
||||
#include"sat_types.h"
|
||||
#include"sat_clause.h"
|
||||
#include"sat_watched.h"
|
||||
#include"sat_justification.h"
|
||||
#include"sat_var_queue.h"
|
||||
#include"sat_extension.h"
|
||||
#include"sat_config.h"
|
||||
#include"sat_cleaner.h"
|
||||
#include"sat_simplifier.h"
|
||||
#include"sat_scc.h"
|
||||
#include"sat_asymm_branch.h"
|
||||
#include"sat_iff3_finder.h"
|
||||
#include"sat_probing.h"
|
||||
#include"sat_mus.h"
|
||||
#include"sat_par.h"
|
||||
#include"params.h"
|
||||
#include"statistics.h"
|
||||
#include"stopwatch.h"
|
||||
#include"trace.h"
|
||||
#include"rlimit.h"
|
||||
#include "sat/sat_types.h"
|
||||
#include "sat/sat_clause.h"
|
||||
#include "sat/sat_watched.h"
|
||||
#include "sat/sat_justification.h"
|
||||
#include "sat/sat_var_queue.h"
|
||||
#include "sat/sat_extension.h"
|
||||
#include "sat/sat_config.h"
|
||||
#include "sat/sat_cleaner.h"
|
||||
#include "sat/sat_simplifier.h"
|
||||
#include "sat/sat_scc.h"
|
||||
#include "sat/sat_asymm_branch.h"
|
||||
#include "sat/sat_iff3_finder.h"
|
||||
#include "sat/sat_probing.h"
|
||||
#include "sat/sat_mus.h"
|
||||
#include "sat/sat_par.h"
|
||||
#include "util/params.h"
|
||||
#include "util/statistics.h"
|
||||
#include "util/stopwatch.h"
|
||||
#include "util/trace.h"
|
||||
#include "util/rlimit.h"
|
||||
|
||||
namespace sat {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue