summaryrefslogtreecommitdiff
path: root/src/theory/valuation.h
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2011-07-05 16:21:50 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2011-07-05 16:21:50 +0000
commit7342d1ca87397f3d5beb2c04b819243303e69a7c (patch)
tree9e166f1884275be7d4b33b13b8bcfe9418e61033 /src/theory/valuation.h
parentaf25c3f8498198dd6dd114c3b4ef39af54611e1e (diff)
updated preprocessing and rewriting input equalities into inequalities for LRA
Diffstat (limited to 'src/theory/valuation.h')
-rw-r--r--src/theory/valuation.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/theory/valuation.h b/src/theory/valuation.h
index d46b9aab1..2346b6d32 100644
--- a/src/theory/valuation.h
+++ b/src/theory/valuation.h
@@ -51,20 +51,6 @@ public:
*/
Node getSatValue(TNode n) const;
- /**
- * Simplify a node. Intended to be used by a theory's simplify()
- * function to simplify subterms (TheoryEngine will cache the
- * results and make sure that the request is directed to the correct
- * theory).
- */
- Node simplify(TNode in, Substitutions& outSubstitutions);
-
- /**
- * Rewrite a node. Intended to be used by a theory to have the
- * TheoryEngine fully rewrite a node.
- */
- Node rewrite(TNode in);
-
};/* class Valuation */
}/* CVC4::theory namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback