summaryrefslogtreecommitdiff
path: root/src/theory/arith/theory_arith.h
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2012-06-14 20:59:14 +0000
committerTim King <taking@cs.nyu.edu>2012-06-14 20:59:14 +0000
commit66033cd2059d817cdeab5adc25f1397532a3fa78 (patch)
tree21aea6e8862c3868d5cecc449c951d64350dcca9 /src/theory/arith/theory_arith.h
parent2211b6969c43436eb25b003bbeae7494217777c8 (diff)
Fixing a bug related to explaining propagations with non-normalized witnesses.
Diffstat (limited to 'src/theory/arith/theory_arith.h')
-rw-r--r--src/theory/arith/theory_arith.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/theory/arith/theory_arith.h b/src/theory/arith/theory_arith.h
index 4983b0557..d3b0964cf 100644
--- a/src/theory/arith/theory_arith.h
+++ b/src/theory/arith/theory_arith.h
@@ -123,7 +123,11 @@ private:
}
} d_setupLiteralCallback;
-
+ /**
+ * A superset of all of the assertions that currently are not the literal for
+ * their constraint do not match constraint literals. Not just the witnesses.
+ */
+ context::CDHashMap<TNode, Constraint, TNodeHashFunction> d_assertionsThatDoNotMatchTheirLiterals;
/**
* (For the moment) the type hierarchy goes as:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback