summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/quantifiers_modules.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-09-22 22:03:29 -0500
committerGitHub <noreply@github.com>2021-09-23 03:03:29 +0000
commit55d3b25f8d18495f92c0058df73f6ed80a369186 (patch)
tree4763600774d8c7491c63fd8194d8149e61924b69 /src/theory/quantifiers/quantifiers_modules.h
parentdbd1cf991f1333b0b2076bb11073b54a7c72a62a (diff)
Implement alpha equivalence proofs (#7066)
This is a modified version of #6137 which accounts for extended rewriting between quantified formulas that are considered alpha equivalent. It also generalizes the proof rule ALPHA_EQUIV. Notice that if we were to make this rule more pedantic, we would check for variable shadowing during substitution, although this is not currently done.
Diffstat (limited to 'src/theory/quantifiers/quantifiers_modules.h')
-rw-r--r--src/theory/quantifiers/quantifiers_modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/quantifiers_modules.h b/src/theory/quantifiers/quantifiers_modules.h
index 9878e79ae..a7c8fc576 100644
--- a/src/theory/quantifiers/quantifiers_modules.h
+++ b/src/theory/quantifiers/quantifiers_modules.h
@@ -34,7 +34,7 @@
namespace cvc5 {
namespace theory {
-
+
class QuantifiersEngine;
class DecisionManager;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback