File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
// / \file
10
10
// / AND-Inverter Graph
11
11
12
- #ifndef CPROVER_SOLVERS_PROP_AIG_H
13
- #define CPROVER_SOLVERS_PROP_AIG_H
12
+ #ifndef CPROVER_TRANS_NETLIST_AIG_H
13
+ #define CPROVER_TRANS_NETLIST_AIG_H
14
14
15
15
#include < map>
16
16
#include < set>
@@ -101,4 +101,4 @@ class aig_plus_constraintst : public aigt {
101
101
}
102
102
};
103
103
104
- #endif // CPROVER_SOLVERS_PROP_AIG_H
104
+ #endif // CPROVER_TRANS_NETLIST_AIG_H
Original file line number Diff line number Diff line change 6
6
7
7
\*******************************************************************/
8
8
9
- #ifndef CPROVER_SOLVERS_PROP_AIG_PROP_H
10
- #define CPROVER_SOLVERS_PROP_AIG_PROP_H
9
+ #ifndef CPROVER_TRANS_NETLIST_AIG_PROP_H
10
+ #define CPROVER_TRANS_NETLIST_AIG_PROP_H
11
11
12
12
#include < cassert>
13
13
@@ -112,4 +112,4 @@ class aig_prop_solvert : public aig_prop_constraintt {
112
112
std::vector<unsigned > &n_usage_count);
113
113
};
114
114
115
- #endif // CPROVER_SOLVERS_PROP_AIG_PROP_H
115
+ #endif // CPROVER_TRANS_NETLIST_AIG_PROP_H
You can’t perform that action at this time.
0 commit comments