|
|
|
@ -133,7 +133,9 @@ public class AccumulationTransformation<M extends ModelExplicit> implements Mode |
|
|
|
// Build the AccumulationContext |
|
|
|
AccumulationContext ctx = new AccumulationContext(accexp, rewards, mc); |
|
|
|
ctx.singleTrack = isSingleTrack && !forceMulti; |
|
|
|
ctx.simpleMethod = isSimple && !forceComplex && !forceMulti; |
|
|
|
ctx.simpleMethod = isSimple && !forceComplex; |
|
|
|
|
|
|
|
mc.getLog().println("Using optimizations single/simple " + ctx.singleTrack + "/" + ctx.simpleMethod); |
|
|
|
|
|
|
|
// Build the product |
|
|
|
clock.start("accumulation product construction"); |
|
|
|
|