|
|
@ -462,7 +462,6 @@ public class NondetModelChecker extends NonProbModelChecker |
|
|
if (prism.getExportProductStates()) { |
|
|
if (prism.getExportProductStates()) { |
|
|
try { |
|
|
try { |
|
|
mainLog.println("\nExporting product state space to file \"" + prism.getExportProductStatesFilename() + "\"..."); |
|
|
mainLog.println("\nExporting product state space to file \"" + prism.getExportProductStatesFilename() + "\"..."); |
|
|
prism.exportTransToFile(modelProduct, true, Prism.EXPORT_PLAIN, new File(prism.getExportProductStatesFilename())); |
|
|
|
|
|
prism.exportStatesToFile(modelProduct, Prism.EXPORT_PLAIN, new File(prism.getExportProductStatesFilename())); |
|
|
prism.exportStatesToFile(modelProduct, Prism.EXPORT_PLAIN, new File(prism.getExportProductStatesFilename())); |
|
|
} catch (FileNotFoundException e) { |
|
|
} catch (FileNotFoundException e) { |
|
|
mainLog.printWarning("Could not export product state space to file \"" + prism.getExportProductStatesFilename() + "\""); |
|
|
mainLog.printWarning("Could not export product state space to file \"" + prism.getExportProductStatesFilename() + "\""); |
|
|
|