Skip to content

Commit

Permalink
notify N/A when there is no max criterion area
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Nov 8, 2024
1 parent 45ab2f1 commit a863482
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ struct OuterLoopCurrentIterationData{
double external_loop_lambda = 0.;
double external_loop_lambda_min = 0.;
double external_loop_lambda_max = 0.;
std::string max_criterion_area;
std::string max_criterion_area_best_it;
std::string max_criterion_area = "N/A";
std::string max_criterion_area_best_it = "N/A";
};
/*! \struct
* struct that hold current Benders iteration
Expand Down

0 comments on commit a863482

Please sign in to comment.