Skip to content

Commit

Permalink
[PSym] Minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-goel committed Oct 6, 2023
1 parent 08ce723 commit 7f27a8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private static void print_stats() {
double searchTime = TimeMonitor.getInstance().stopInterval();
searchScheduler.print_search_stats();
if (searchScheduler.isFinalResult && PSymGlobal.getResult().equals("correct for any depth")) {
PSymGlobal.setStatus("proved");
PSymGlobal.setStatus("verified");
}
StatWriter.log("time-search-seconds", String.format("%.1f", searchTime));
if (PSymGlobal.getConfiguration().isIterative()) {
Expand Down

0 comments on commit 7f27a8c

Please sign in to comment.