Skip to content

Commit

Permalink
Updated SMTInterpol to 2.1-431-g374a72f
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldietsch committed Nov 28, 2017
1 parent 27ef92c commit 6eb8ea9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Tue, 28 Nov 2017 11:03:22 +0100
#Tue, 28 Nov 2017 12:28:07 +0100

version=2.1-429-gfab41a1
version=2.1-431-g374a72f
build.date=2017-11-28
build.year=2017
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,8 @@ private void addIndexEqualityReadOverWeakeq(WeakPathInfo mainPath) {
if (mainPath.mSharedIndex[color] != null && mainPath.mSharedIndex[color] == mStorePath.getIndex()) {
if (indexEqInfo.isALocal(color) && otherSelectOccur.isBorShared(color)) {
mInterpolants[color].add(mInterpolator.unquote(mIndexEquality));
} else if (indexEqInfo.isBLocal(color) && mDiseqInfo.isALocal(color)) {
mInterpolants[color].add(mTheory.not(mInterpolator.unquote(mIndexEquality)));
}
}
}
Expand Down

0 comments on commit 6eb8ea9

Please sign in to comment.