summaryrefslogtreecommitdiff
path: root/src/theory/inference_id.h
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2021-07-14 18:54:33 -0700
committerGitHub <noreply@github.com>2021-07-15 01:54:33 +0000
commitbb6813731ef1059ab38cedcc5af026b6e75bd6be (patch)
tree42613e96a0e119fe21fadb8e031fd92c3dbfb50c /src/theory/inference_id.h
parentffdf7434ba53191546e13663764894852e8bc6dd (diff)
bv: Rename lazy solver to layered solver. (#6889)
Diffstat (limited to 'src/theory/inference_id.h')
-rw-r--r--src/theory/inference_id.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/inference_id.h b/src/theory/inference_id.h
index ebbccfd54..f32c80b68 100644
--- a/src/theory/inference_id.h
+++ b/src/theory/inference_id.h
@@ -173,10 +173,10 @@ enum class InferenceId
// ---------------------------------- bitvector theory
BV_BITBLAST_CONFLICT,
- BV_LAZY_CONFLICT,
- BV_LAZY_LEMMA,
BV_BITBLAST_INTERNAL_EAGER_LEMMA,
BV_BITBLAST_INTERNAL_BITBLAST_LEMMA,
+ BV_LAYERED_CONFLICT,
+ BV_LAYERED_LEMMA,
BV_EXTF_LEMMA,
BV_EXTF_COLLAPSE,
// ---------------------------------- end bitvector theory
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback