|
|
@ -3325,8 +3325,11 @@ public class Prism extends PrismComponent implements PrismSettingsListener |
|
|
// print out or export probabilities |
|
|
// print out or export probabilities |
|
|
if (probs != null) |
|
|
if (probs != null) |
|
|
probs.print(tmpLog, fileOut == null, exportType == EXPORT_MATLAB, fileOut == null); |
|
|
probs.print(tmpLog, fileOut == null, exportType == EXPORT_MATLAB, fileOut == null); |
|
|
else |
|
|
|
|
|
|
|
|
else if( settings.getString(PrismSettings.PRISM_TRANSIENT_METHOD).equals("Fast adaptive uniformisation") ){ |
|
|
|
|
|
probsExpl.print(tmpLog, fileOut == null, exportType == EXPORT_MATLAB, true, false); |
|
|
|
|
|
} else { |
|
|
probsExpl.print(tmpLog, fileOut == null, exportType == EXPORT_MATLAB, fileOut == null, true); |
|
|
probsExpl.print(tmpLog, fileOut == null, exportType == EXPORT_MATLAB, fileOut == null, true); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
// print out computation time |
|
|
// print out computation time |
|
|
mainLog.println("\nTime for transient probability computation: " + l / 1000.0 + " seconds."); |
|
|
mainLog.println("\nTime for transient probability computation: " + l / 1000.0 + " seconds."); |
|
|
|