summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/full_model_check.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/full_model_check.h')
-rw-r--r--src/theory/quantifiers/full_model_check.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/quantifiers/full_model_check.h b/src/theory/quantifiers/full_model_check.h
index 6bb375c34..abe05d3c7 100644
--- a/src/theory/quantifiers/full_model_check.h
+++ b/src/theory/quantifiers/full_model_check.h
@@ -100,6 +100,7 @@ protected:
std::map< int, std::map< int, Node > >& changed_vals );
void makeIntervalModel( FirstOrderModelFmc * fm, Node op, std::vector< int > & indices, int index,
std::map< int, std::map< int, Node > >& changed_vals );
+ void convertIntervalModel( FirstOrderModelFmc * fm, Node op );
private:
void doCheck(FirstOrderModelFmc * fm, Node f, Def & d, Node n );
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback