Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
Finalize Model_SUT mode after saving the model file
Browse files Browse the repository at this point in the history
  • Loading branch information
pderakhshanfar committed Jul 23, 2018
1 parent 2ffe015 commit ed0fd48
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ public void generateSolution() {
callseqsManager.report();
LoggingUtils.getEvoLogger().info("saving pool");
callseqsManager.savePool();
LoggingUtils.getEvoLogger().info("* Model is saved!");
System.exit(0);
// LoggingUtils.getEvoLogger().info("reading pool");
// callseqsManager.readPoolFromTheFile("CallSequencePoolJson.txt");
// LoggingUtils.getEvoLogger().info("reporting again");
Expand Down

0 comments on commit ed0fd48

Please sign in to comment.