summaryrefslogtreecommitdiff
path: root/src/theory/bv/bitblast/aig_bitblaster.h
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-04-09 17:22:07 -0700
committerGitHub <noreply@github.com>2021-04-09 17:22:07 -0700
commitf87f038c5f0821d0fefb01cea00bfdec6004da91 (patch)
treed948178e1c0d2dc459a976f0d187d2d41a5437c0 /src/theory/bv/bitblast/aig_bitblaster.h
parent550c49a7dd2b13ea29743458336f0c0a0fb6099a (diff)
Rename CVC4_ macros to CVC5_. (#6327)
Diffstat (limited to 'src/theory/bv/bitblast/aig_bitblaster.h')
-rw-r--r--src/theory/bv/bitblast/aig_bitblaster.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/bv/bitblast/aig_bitblaster.h b/src/theory/bv/bitblast/aig_bitblaster.h
index 2f4666a9b..37fac03af 100644
--- a/src/theory/bv/bitblast/aig_bitblaster.h
+++ b/src/theory/bv/bitblast/aig_bitblaster.h
@@ -40,7 +40,7 @@ class SatSolver;
namespace theory {
namespace bv {
-#ifdef CVC4_USE_ABC
+#ifdef CVC5_USE_ABC
class AigBitblaster : public TBitblaster<Abc_Obj_t*>
{
@@ -106,7 +106,7 @@ class AigBitblaster : public TBitblaster<Abc_Obj_t*>
Statistics d_statistics;
};
-#else /* CVC4_USE_ABC */
+#else /* CVC5_USE_ABC */
/**
* Dummy version of the AigBitblaster class that cannot be instantiated s.t. we
@@ -117,7 +117,7 @@ class AigBitblaster : public TBitblaster<Abc_Obj_t*>
AigBitblaster() = delete;
};
-#endif /* CVC4_USE_ABC */
+#endif /* CVC5_USE_ABC */
} // namespace bv
} // namespace theory
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback