summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/fmf
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-09-24 15:02:04 -0500
committerGitHub <noreply@github.com>2020-09-24 15:02:04 -0500
commit3538f6f4700b3fa357e1c767ee6cd42be87a78b8 (patch)
treecbc571c8a41e7ec330b6679b7f64b2920f1a939f /src/theory/quantifiers/fmf
parent3075a8e20dba6a784316714543c8a1b262459d9a (diff)
Function definition fmf preprocessing pass (#5064)
This defines the function definition finite model finding as a proper preprocessing pass. This is required for cleaning/fixing bugs in the preprocessor on proof-new. There are no intended behavior changes in this PR, although the code for the pass was updated to the new style guidelines.
Diffstat (limited to 'src/theory/quantifiers/fmf')
-rw-r--r--src/theory/quantifiers/fmf/model_builder.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/theory/quantifiers/fmf/model_builder.cpp b/src/theory/quantifiers/fmf/model_builder.cpp
index d41cd7310..796ee85fa 100644
--- a/src/theory/quantifiers/fmf/model_builder.cpp
+++ b/src/theory/quantifiers/fmf/model_builder.cpp
@@ -17,7 +17,6 @@
#include "options/quantifiers_options.h"
#include "theory/quantifiers/first_order_model.h"
#include "theory/quantifiers/fmf/model_engine.h"
-#include "theory/quantifiers/fun_def_process.h"
#include "theory/quantifiers/instantiate.h"
#include "theory/quantifiers/quant_rep_bound_ext.h"
#include "theory/quantifiers_engine.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback