summaryrefslogtreecommitdiff
path: root/src/theory/arrays
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-09-10 18:38:16 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-09-10 18:38:16 +0200
commit07504bdc61fe1d18af2fabe56fcee89e531b033c (patch)
treee2bfddf7e0df15f1109afa598eb1e3754eab3e90 /src/theory/arrays
parent13438b29f61268fe93e96c11fed502bcce40427e (diff)
Models for codatatypes. Fixes bug 662.
Diffstat (limited to 'src/theory/arrays')
-rw-r--r--src/theory/arrays/theory_arrays.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arrays/theory_arrays.cpp b/src/theory/arrays/theory_arrays.cpp
index 8bdf38ca3..d872ab42c 100644
--- a/src/theory/arrays/theory_arrays.cpp
+++ b/src/theory/arrays/theory_arrays.cpp
@@ -757,7 +757,7 @@ void TheoryArrays::computeCareGraph()
// Get the model value of index and find all reads that read from that same model value: these are the pairs we have to check
// Also, insert this read in the list at the proper index
-
+
if (!x_shared.isConst()) {
x_shared = d_valuation.getModelValue(x_shared);
}
@@ -1032,7 +1032,7 @@ void TheoryArrays::check(Effort e) {
if (done() && !fullEffort(e)) {
return;
}
-
+
getOutputChannel().spendResource(options::theoryCheckStep());
TimerStat::CodeTimer checkTimer(d_checkTime);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback