Skip to content

Commit 6eb8ea9

Browse files
committed
Updated SMTInterpol to 2.1-431-g374a72f
1 parent 27ef92c commit 6eb8ea9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#Tue, 28 Nov 2017 11:03:22 +0100
1+
#Tue, 28 Nov 2017 12:28:07 +0100
22

3-
version=2.1-429-gfab41a1
3+
version=2.1-431-g374a72f
44
build.date=2017-11-28
55
build.year=2017

trunk/source/SMTInterpol/src/de/uni_freiburg/informatik/ultimate/smtinterpol/interpolate/ArrayInterpolator.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,8 @@ private void addIndexEqualityReadOverWeakeq(WeakPathInfo mainPath) {
435435
if (mainPath.mSharedIndex[color] != null && mainPath.mSharedIndex[color] == mStorePath.getIndex()) {
436436
if (indexEqInfo.isALocal(color) && otherSelectOccur.isBorShared(color)) {
437437
mInterpolants[color].add(mInterpolator.unquote(mIndexEquality));
438+
} else if (indexEqInfo.isBLocal(color) && mDiseqInfo.isALocal(color)) {
439+
mInterpolants[color].add(mTheory.not(mInterpolator.unquote(mIndexEquality)));
438440
}
439441
}
440442
}

0 commit comments

Comments
 (0)