summaryrefslogtreecommitdiff
path: root/src/theory/arith/theory_arith.h
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2010-06-29 22:01:30 +0000
committerTim King <taking@cs.nyu.edu>2010-06-29 22:01:30 +0000
commitb1200db566d19132a3f0861eeef35f3c0aaa0a08 (patch)
tree9d7855232f833230ca5d92cb8948e5b894dff197 /src/theory/arith/theory_arith.h
parent200a0b748085004595a948fdea7c73a5ab45bdcf (diff)
This commit merges the decaying-rows branch into the main trunk.
Diffstat (limited to 'src/theory/arith/theory_arith.h')
-rw-r--r--src/theory/arith/theory_arith.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/theory/arith/theory_arith.h b/src/theory/arith/theory_arith.h
index c76923bee..ba9b5329d 100644
--- a/src/theory/arith/theory_arith.h
+++ b/src/theory/arith/theory_arith.h
@@ -232,6 +232,10 @@ private:
*/
bool assertionCases(TNode original, TNode assertion);
+ TNode findBasicRow(TNode variable);
+ bool shouldEject(TNode var);
+ void ejectInactiveVariables();
+ void reinjectVariable(TNode x);
//TODO get rid of this!
Node simulatePreprocessing(TNode n);
@@ -249,6 +253,7 @@ private:
Statistics d_statistics;
+
};
}/* CVC4::theory::arith namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback