summaryrefslogtreecommitdiffstats
path: root/src/sat
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-07-07 20:14:12 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2012-07-07 20:14:12 -0700
commit1c33107cbb50705272682c2637d8faaeab4be61a (patch)
tree188bb58cb82f744407af2ee78b38a7aa37fd9336 /src/sat
parentb0ef0aaf0055d35f3836be18997dfd350e36054d (diff)
downloadabc-1c33107cbb50705272682c2637d8faaeab4be61a.tar.gz
abc-1c33107cbb50705272682c2637d8faaeab4be61a.tar.bz2
abc-1c33107cbb50705272682c2637d8faaeab4be61a.zip
Updating project settings to have simpler include paths.
Diffstat (limited to 'src/sat')
-rw-r--r--src/sat/bsat/satInterA.c2
-rw-r--r--src/sat/bsat/satInterB.c2
-rw-r--r--src/sat/bsat/satInterP.c2
-rw-r--r--src/sat/bsat/satMem.h2
-rw-r--r--src/sat/bsat/satProof.c6
-rw-r--r--src/sat/bsat/satSolver.h2
-rw-r--r--src/sat/bsat/satSolver2.h2
-rw-r--r--src/sat/bsat/satTruth.c2
-rw-r--r--src/sat/bsat/satTruth.h2
-rw-r--r--src/sat/bsat/satVec.h2
-rw-r--r--src/sat/cnf/cnf.h6
-rw-r--r--src/sat/cnf/cnfCut.c2
-rw-r--r--src/sat/cnf/cnfFast.c2
-rw-r--r--src/sat/cnf/cnfMan.c6
-rw-r--r--src/sat/csat/csat_apis.c8
-rw-r--r--src/sat/msat/msatInt.h2
-rw-r--r--src/sat/proof/pr.c2
17 files changed, 26 insertions, 26 deletions
diff --git a/src/sat/bsat/satInterA.c b/src/sat/bsat/satInterA.c
index 8b2ef8b7..39385026 100644
--- a/src/sat/bsat/satInterA.c
+++ b/src/sat/bsat/satInterA.c
@@ -24,7 +24,7 @@
#include <assert.h>
#include "satStore.h"
-#include "src/aig/aig/aig.h"
+#include "aig/aig/aig.h"
ABC_NAMESPACE_IMPL_START
diff --git a/src/sat/bsat/satInterB.c b/src/sat/bsat/satInterB.c
index 5a154aa0..3f7cbf4c 100644
--- a/src/sat/bsat/satInterB.c
+++ b/src/sat/bsat/satInterB.c
@@ -24,7 +24,7 @@
#include <assert.h>
#include "satStore.h"
-#include "src/aig/aig/aig.h"
+#include "aig/aig/aig.h"
ABC_NAMESPACE_IMPL_START
diff --git a/src/sat/bsat/satInterP.c b/src/sat/bsat/satInterP.c
index 2e3caeeb..ebcdc82f 100644
--- a/src/sat/bsat/satInterP.c
+++ b/src/sat/bsat/satInterP.c
@@ -24,7 +24,7 @@
#include <assert.h>
#include "satStore.h"
-#include "src/misc/vec/vec.h"
+#include "misc/vec/vec.h"
ABC_NAMESPACE_IMPL_START
diff --git a/src/sat/bsat/satMem.h b/src/sat/bsat/satMem.h
index 9dc9e692..f27f7c1e 100644
--- a/src/sat/bsat/satMem.h
+++ b/src/sat/bsat/satMem.h
@@ -25,7 +25,7 @@
/// INCLUDES ///
////////////////////////////////////////////////////////////////////////
-#include "src/misc/util/abc_global.h"
+#include "misc/util/abc_global.h"
ABC_NAMESPACE_HEADER_START
diff --git a/src/sat/bsat/satProof.c b/src/sat/bsat/satProof.c
index f7e08592..ca8f3716 100644
--- a/src/sat/bsat/satProof.c
+++ b/src/sat/bsat/satProof.c
@@ -19,9 +19,9 @@
***********************************************************************/
#include "satSolver2.h"
-#include "src/misc/vec/vec.h"
-#include "src/misc/vec/vecSet.h"
-#include "src/aig/aig/aig.h"
+#include "misc/vec/vec.h"
+#include "misc/vec/vecSet.h"
+#include "aig/aig/aig.h"
#include "satTruth.h"
ABC_NAMESPACE_IMPL_START
diff --git a/src/sat/bsat/satSolver.h b/src/sat/bsat/satSolver.h
index 62ad5e0c..cb9e5c39 100644
--- a/src/sat/bsat/satSolver.h
+++ b/src/sat/bsat/satSolver.h
@@ -29,7 +29,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
#include <assert.h>
#include "satVec.h"
-#include "src/misc/vec/vecSet.h"
+#include "misc/vec/vecSet.h"
ABC_NAMESPACE_HEADER_START
diff --git a/src/sat/bsat/satSolver2.h b/src/sat/bsat/satSolver2.h
index ffab91be..d1179422 100644
--- a/src/sat/bsat/satSolver2.h
+++ b/src/sat/bsat/satSolver2.h
@@ -29,7 +29,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
#include <assert.h>
#include "satVec.h"
-#include "src/misc/vec/vecSet.h"
+#include "misc/vec/vecSet.h"
ABC_NAMESPACE_HEADER_START
diff --git a/src/sat/bsat/satTruth.c b/src/sat/bsat/satTruth.c
index b2e7dda9..306887a1 100644
--- a/src/sat/bsat/satTruth.c
+++ b/src/sat/bsat/satTruth.c
@@ -19,7 +19,7 @@
***********************************************************************/
#include "satTruth.h"
-#include "src/misc/vec/vecSet.h"
+#include "misc/vec/vecSet.h"
ABC_NAMESPACE_IMPL_START
diff --git a/src/sat/bsat/satTruth.h b/src/sat/bsat/satTruth.h
index dcbf6526..d44bf617 100644
--- a/src/sat/bsat/satTruth.h
+++ b/src/sat/bsat/satTruth.h
@@ -29,7 +29,7 @@
#include <stdlib.h>
#include <string.h>
#include <assert.h>
-#include "src/misc/util/abc_global.h"
+#include "misc/util/abc_global.h"
ABC_NAMESPACE_HEADER_START
diff --git a/src/sat/bsat/satVec.h b/src/sat/bsat/satVec.h
index 61a45ca7..27eed39a 100644
--- a/src/sat/bsat/satVec.h
+++ b/src/sat/bsat/satVec.h
@@ -22,7 +22,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
#ifndef ABC__sat__bsat__satVec_h
#define ABC__sat__bsat__satVec_h
-#include "src/misc/util/abc_global.h"
+#include "misc/util/abc_global.h"
ABC_NAMESPACE_HEADER_START
diff --git a/src/sat/cnf/cnf.h b/src/sat/cnf/cnf.h
index 16aaa21f..1119db3e 100644
--- a/src/sat/cnf/cnf.h
+++ b/src/sat/cnf/cnf.h
@@ -31,9 +31,9 @@
#include <string.h>
#include <assert.h>
-#include "src/misc/vec/vec.h"
-#include "src/aig/aig/aig.h"
-#include "src/opt/dar/darInt.h"
+#include "misc/vec/vec.h"
+#include "aig/aig/aig.h"
+#include "opt/dar/darInt.h"
////////////////////////////////////////////////////////////////////////
/// PARAMETERS ///
diff --git a/src/sat/cnf/cnfCut.c b/src/sat/cnf/cnfCut.c
index fef199c7..ee9dcfa7 100644
--- a/src/sat/cnf/cnfCut.c
+++ b/src/sat/cnf/cnfCut.c
@@ -19,7 +19,7 @@
***********************************************************************/
#include "cnf.h"
-#include "src/bool/kit/kit.h"
+#include "bool/kit/kit.h"
ABC_NAMESPACE_IMPL_START
diff --git a/src/sat/cnf/cnfFast.c b/src/sat/cnf/cnfFast.c
index 93b3072b..c0202ad5 100644
--- a/src/sat/cnf/cnfFast.c
+++ b/src/sat/cnf/cnfFast.c
@@ -19,7 +19,7 @@
***********************************************************************/
#include "cnf.h"
-#include "src/bool/kit/kit.h"
+#include "bool/kit/kit.h"
ABC_NAMESPACE_IMPL_START
diff --git a/src/sat/cnf/cnfMan.c b/src/sat/cnf/cnfMan.c
index c3099d1e..10043882 100644
--- a/src/sat/cnf/cnfMan.c
+++ b/src/sat/cnf/cnfMan.c
@@ -19,9 +19,9 @@
***********************************************************************/
#include "cnf.h"
-#include "src/sat/bsat/satSolver.h"
-#include "src/sat/bsat/satSolver2.h"
-#include "src/misc/zlib/zlib.h"
+#include "sat/bsat/satSolver.h"
+#include "sat/bsat/satSolver2.h"
+#include "misc/zlib/zlib.h"
ABC_NAMESPACE_IMPL_START
diff --git a/src/sat/csat/csat_apis.c b/src/sat/csat/csat_apis.c
index 582dc1e7..38c9c7e2 100644
--- a/src/sat/csat/csat_apis.c
+++ b/src/sat/csat/csat_apis.c
@@ -16,11 +16,11 @@
***********************************************************************/
-#include "src/base/abc/abc.h"
-#include "src/proof/fraig/fraig.h"
+#include "base/abc/abc.h"
+#include "proof/fraig/fraig.h"
#include "csat_apis.h"
-#include "src/misc/st/stmm.h"
-#include "src/base/main/main.h"
+#include "misc/st/stmm.h"
+#include "base/main/main.h"
ABC_NAMESPACE_IMPL_START
diff --git a/src/sat/msat/msatInt.h b/src/sat/msat/msatInt.h
index a1d9e14d..d1e71371 100644
--- a/src/sat/msat/msatInt.h
+++ b/src/sat/msat/msatInt.h
@@ -32,7 +32,7 @@
#include <assert.h>
#include <math.h>
-#include "src/misc/util/abc_global.h"
+#include "misc/util/abc_global.h"
#include "msat.h"
ABC_NAMESPACE_HEADER_START
diff --git a/src/sat/proof/pr.c b/src/sat/proof/pr.c
index f559d851..7fbe3803 100644
--- a/src/sat/proof/pr.c
+++ b/src/sat/proof/pr.c
@@ -23,7 +23,7 @@
#include <string.h>
#include <assert.h>
-#include "src/misc/util/abc_global.h"
+#include "misc/util/abc_global.h"
#include "pr.h"
ABC_NAMESPACE_IMPL_START