summaryrefslogtreecommitdiff
path: root/src/theory/fp/theory_fp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/fp/theory_fp.h')
-rw-r--r--src/theory/fp/theory_fp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/fp/theory_fp.h b/src/theory/fp/theory_fp.h
index 16d984011..42c009893 100644
--- a/src/theory/fp/theory_fp.h
+++ b/src/theory/fp/theory_fp.h
@@ -75,7 +75,8 @@ class TheoryFp : public Theory {
//--------------------------------- end standard check
Node getModelValue(TNode var) override;
- bool collectModelInfo(TheoryModel* m) override;
+ bool collectModelInfo(TheoryModel* m,
+ const std::set<Node>& relevantTerms) override;
/** Collect model values in m based on the relevant terms given by
* relevantTerms */
bool collectModelValues(TheoryModel* m,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback