summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/quantifiers_modules.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-01-26 14:11:10 -0600
committerGitHub <noreply@github.com>2021-01-26 14:11:10 -0600
commit06e367c39bf080b9a82dea82ebdf8b9fb79409d5 (patch)
treeae10b1a8241473bb88cabf205af5372fda57b9f4 /src/theory/quantifiers/quantifiers_modules.h
parentca648afb2a7574991b1dc9817c1b8e2546548073 (diff)
Remove deprecated quantifiers modules (#5820)
Diffstat (limited to 'src/theory/quantifiers/quantifiers_modules.h')
-rw-r--r--src/theory/quantifiers/quantifiers_modules.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/theory/quantifiers/quantifiers_modules.h b/src/theory/quantifiers/quantifiers_modules.h
index e83a13ea7..5aa8cf1d5 100644
--- a/src/theory/quantifiers/quantifiers_modules.h
+++ b/src/theory/quantifiers/quantifiers_modules.h
@@ -18,7 +18,6 @@
#define CVC4__THEORY__QUANTIFIERS__QUANTIFIERS_MODULES_H
#include "theory/quantifiers/alpha_equivalence.h"
-#include "theory/quantifiers/anti_skolem.h"
#include "theory/quantifiers/conjecture_generator.h"
#include "theory/quantifiers/ematching/instantiation_engine.h"
#include "theory/quantifiers/fmf/bounded_integers.h"
@@ -81,8 +80,6 @@ class QuantifiersModules
std::unique_ptr<InstStrategyCegqi> d_i_cbqi;
/** quantifiers splitting */
std::unique_ptr<QuantDSplit> d_qsplit;
- /** quantifiers anti-skolemization */
- std::unique_ptr<QuantAntiSkolem> d_anti_skolem;
/** SyGuS instantiation engine */
std::unique_ptr<SygusInst> d_sygus_inst;
};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback