summaryrefslogtreecommitdiff
path: root/src/theory/model.h
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.nyu.edu>2012-10-12 12:38:54 +0000
committerClark Barrett <barrett@cs.nyu.edu>2012-10-12 12:38:54 +0000
commit7667f12084b66132c99279c94a7817cc58b012ce (patch)
tree17aa999a5be8e12550efc69fcae1a87f92db9aa2 /src/theory/model.h
parent22c270963b48dae4e306972026c8accf7c9a6765 (diff)
Latest changes to model code
Diffstat (limited to 'src/theory/model.h')
-rw-r--r--src/theory/model.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/model.h b/src/theory/model.h
index 50aa8b1b7..acfcb4849 100644
--- a/src/theory/model.h
+++ b/src/theory/model.h
@@ -249,6 +249,8 @@ protected:
virtual void processBuildModel(TheoryModel* m, bool fullModel);
/** normalize representative */
Node normalize(TheoryModel* m, TNode r, std::map<Node, Node>& constantReps, bool evalOnly);
+ bool isAssignable(TNode n);
+
public:
TheoryEngineModelBuilder(TheoryEngine* te);
virtual ~TheoryEngineModelBuilder(){}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback