Skip to content

Commit

Permalink
output: Recogize STATISTICALLY COMPLETED in lst-file
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardn committed Oct 30, 2018
1 parent 96ed69e commit 537a672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/output/problem/subproblem.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1486,7 +1486,7 @@ sub _read_term
$success = 1;
next;
}
if ( /(PORTION|OPTIMIZATION|BURN-IN|EXPECTATION ONLY PROCESS)( WAS | )COMPLETED/ ) {
if ( /(PORTION|OPTIMIZATION|BURN-IN|EXPECTATION ONLY PROCESS)( STATISTICALLY | WAS | )COMPLETED/ ) {
$self -> minimization_successful(1) unless ($found_fail or $no_check_minim );
$self->lstfile_pos($start_pos - 1) unless ($success);
$success = 1;
Expand Down

0 comments on commit 537a672

Please sign in to comment.