-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EmergenTheta Update #314
base: master
Are you sure you want to change the base?
EmergenTheta Update #314
Conversation
…y, add CfaMddCheckerTest
// VarDecl<IntType> tempVar = VarPoolUtil.requestInt(); | ||
for (Stmt stmt : nonDetStmt.getStmts()) { | ||
final Expr<BoolType> tempExpr = Eq( | ||
ExprUtils.applyPrimes(tempVar.getRef(), indexing), Int(count++)); | ||
final StmtUnfoldResult result = toExpr(stmt, indexing.inc(tempVar)); | ||
choices.add(And(tempExpr, And(result.exprs))); | ||
// final Expr<BoolType> tempExpr = Eq( | ||
// ExprUtils.applyPrimes(tempVar.getRef(), indexing), | ||
// Int(count++)); | ||
final StmtUnfoldResult result = toExpr(stmt, indexing /*.inc(tempVar)*/); | ||
choices.add(/*And(tempExpr, */ And(result.exprs) /*)*/); | ||
indexings.add(result.indexing); | ||
jointIndexing = jointIndexing.join(result.indexing); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this OK?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this is intentional, comments can even be removed
❗ Please run |
Benchexec test report for a selection of SV-Benchmarks (correct / incorrect / all):
|
This PR updates the Emergent portfolio for EmergenTheta.