summaryrefslogtreecommitdiff
path: root/src/theory/arith/atom_database.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/atom_database.h')
-rw-r--r--src/theory/arith/atom_database.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/theory/arith/atom_database.h b/src/theory/arith/atom_database.h
index af7068ada..4da8d7975 100644
--- a/src/theory/arith/atom_database.h
+++ b/src/theory/arith/atom_database.h
@@ -96,9 +96,11 @@ public:
bool containsLeq(TNode atom) const;
bool containsGeq(TNode atom) const;
-
+ /** Check to make sure an lhs has been properly set-up. */
+ bool leftIsSetup(TNode left) const;
private:
+
VariablesSets& getVariablesSets(TNode left);
BoundValueSet& getBoundValueSet(TNode left);
EqualValueSet& getEqualValueSet(TNode left);
@@ -110,9 +112,6 @@ private:
/** Sends an implication (=> a b) to the PropEngine via d_arithOut. */
void addImplication(TNode a, TNode b);
- /** Check to make sure an lhs has been properly set-up. */
- bool leftIsSetup(TNode left) const;
-
/** Initializes the lists associated with a unique lhs. */
void setupLefthand(TNode left);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback