summaryrefslogtreecommitdiff
path: root/src/smt/process_assertions.h
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/smt/process_assertions.h
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/smt/process_assertions.h')
-rw-r--r--src/smt/process_assertions.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/smt/process_assertions.h b/src/smt/process_assertions.h
index ba5298abe..a4f16ab1d 100644
--- a/src/smt/process_assertions.h
+++ b/src/smt/process_assertions.h
@@ -107,12 +107,6 @@ class ProcessAssertions
* Number of calls of simplify assertions active.
*/
unsigned d_simplifyAssertionsDepth;
- /** recursive function definition abstractions for fmf-fun */
- std::map<Node, TypeNode> d_fmfRecFunctionsAbs;
- /** map to concrete definitions for fmf-fun */
- std::map<Node, std::vector<Node>> d_fmfRecFunctionsConcrete;
- /** List of defined recursive functions processed by fmf-fun */
- NodeList* d_fmfRecFunctionsDefined;
/** Spend resource r by the resource manager of this class. */
void spendResource(ResourceManager::Resource r);
/**
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback