Browse Source

PS_NondetUntilInterval.cc: doc fix

master
Joachim Klein 8 years ago
parent
commit
b2f835545c
  1. 2
      prism/src/sparse/PS_NondetUntilInterval.cc

2
prism/src/sparse/PS_NondetUntilInterval.cc

@ -312,7 +312,7 @@ jint flags
helper.updateValueFromBelow(soln_below2[i], soln_below[i], (h1 > l1) ? d1 : yes_vec[i]);
}
// do matrix multiplication and min/max for above, optionally generate adversary
// do matrix multiplication and min/max for above (don't generate adversary, done above in "from below" iteration)
h1 = h2 = 0;
for (i = 0; i < n; i++) {
d1 = 0.0; // initial value doesn't matter

Loading…
Cancel
Save