Skip to content

Commit

Permalink
Code to export bisimulation minimised model (commented out).
Browse files Browse the repository at this point in the history
  • Loading branch information
davexparker committed Jun 10, 2024
1 parent 294a8b6 commit a7d9f8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prism/src/explicit/StateModelChecker.java
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,8 @@ public <Value> Result check(Model<Value> model, Expression expr) throws PrismExc
model = bisim.minimise(model, propNames, propBSs);
mainLog.println("Modified property: " + exprNew);
expr = exprNew;
//model.exportToPrismExplicitTra("bisim.tra");
//model.exportStates(Prism.EXPORT_PLAIN, modelInfo.createVarList(), new PrismFileLog("bisim.sta"));
}

// Do model checking and store result vector
Expand Down

0 comments on commit a7d9f8a

Please sign in to comment.