Browse Source

fixed applying a custom row-grouping if there is none in high-level cex

tempestpy_adaptions
dehnert 7 years ago
parent
commit
66cb8c60d0
  1. 2
      src/storm/counterexamples/SMTMinimalLabelSetGenerator.h

2
src/storm/counterexamples/SMTMinimalLabelSetGenerator.h

@ -1599,7 +1599,7 @@ namespace storm {
// If the choice is valid, copy over all its elements.
if (choiceValid) {
if (!stateHasValidChoice) {
if (!stateHasValidChoice && customRowGrouping) {
transitionMatrixBuilder.newRowGroup(currentRow);
}
stateHasValidChoice = true;

Loading…
Cancel
Save