summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/model_builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/model_builder.h')
-rw-r--r--src/theory/quantifiers/model_builder.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/theory/quantifiers/model_builder.h b/src/theory/quantifiers/model_builder.h
index e2f422a0a..7c720d604 100644
--- a/src/theory/quantifiers/model_builder.h
+++ b/src/theory/quantifiers/model_builder.h
@@ -95,6 +95,9 @@ public:
bool d_considerAxioms;
// set effort
void setEffort( int effort );
+protected: //helper functions
+ /** term has constant definition */
+ bool hasConstantDefinition( Node n );
public:
//options
virtual bool optUseModel();
@@ -177,6 +180,8 @@ protected:
private:
//get selection formula for quantifier body
Node getSelectionFormula( Node fn, Node n, bool polarity, int useOption );
+ //get a heuristic score for a selection formula
+ int getSelectionFormulaScore( Node fn );
//set selected terms in term
void setSelectedTerms( Node s );
//is usable selection literal
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback