Browse Source

imported patch remove-mtbdd-ssexport-restriction.patch

tud-infrastructure-2018-10-12
Joachim Klein 7 years ago
parent
commit
0e9113fcc6
  1. 3
      prism/src/prism/Prism.java

3
prism/src/prism/Prism.java

@ -3368,9 +3368,6 @@ public class Prism extends PrismComponent implements PrismSettingsListener
// Do some checks
if (!(currentModelType == ModelType.CTMC || currentModelType == ModelType.DTMC))
throw new PrismException("Steady-state probabilities only computed for DTMCs/CTMCs");
if (fileOut != null && getEngine() == MTBDD)
// TODO: auto-switch?
throw new PrismException("Steady-state probability export not supported for MTBDD engine");
if (exportType == EXPORT_MRMC)
exportType = EXPORT_PLAIN; // no specific states format for MRMC
if (exportType == EXPORT_ROWS)

Loading…
Cancel
Save