@@ -648,18 +648,18 @@ void HEkkPrimal::solvePhase2() {
648648
649649void HEkkPrimal::initialiseIterationInfo () {
650650 // integers
651- this ->variable_in = kHighsIllegalSimplexInterationIntValue ;
652- this ->move_in = kHighsIllegalSimplexInterationIntValue ;
653- this ->row_out = kHighsIllegalSimplexInterationIntValue ;
654- this ->variable_out = kHighsIllegalSimplexInterationIntValue ;
655- this ->move_out = kHighsIllegalSimplexInterationIntValue ;
651+ this ->variable_in = kHighsIllegalSimplexIterationIntValue ;
652+ this ->move_in = kHighsIllegalSimplexIterationIntValue ;
653+ this ->row_out = kHighsIllegalSimplexIterationIntValue ;
654+ this ->variable_out = kHighsIllegalSimplexIterationIntValue ;
655+ this ->move_out = kHighsIllegalSimplexIterationIntValue ;
656656 // doubles
657- this ->theta_dual = kHighsIllegalSimplexInterationDoubleValue ;
658- this ->theta_primal = kHighsIllegalSimplexInterationDoubleValue ;
659- this ->value_in = kHighsIllegalSimplexInterationDoubleValue ;
660- this ->alpha_col = kHighsIllegalSimplexInterationDoubleValue ;
661- this ->alpha_row = kHighsIllegalSimplexInterationDoubleValue ;
662- this ->numericalTrouble = kHighsIllegalSimplexInterationDoubleValue ;
657+ this ->theta_dual = kHighsIllegalSimplexIterationDoubleValue ;
658+ this ->theta_primal = kHighsIllegalSimplexIterationDoubleValue ;
659+ this ->value_in = kHighsIllegalSimplexIterationDoubleValue ;
660+ this ->alpha_col = kHighsIllegalSimplexIterationDoubleValue ;
661+ this ->alpha_row = kHighsIllegalSimplexIterationDoubleValue ;
662+ this ->numericalTrouble = kHighsIllegalSimplexIterationDoubleValue ;
663663}
664664
665665void HEkkPrimal::cleanup () {
@@ -2607,10 +2607,10 @@ void HEkkPrimal::iterationAnalysisData() {
26072607 analysis->leaving_variable = variable_out;
26082608 analysis->entering_variable = variable_in;
26092609 analysis->rebuild_reason = rebuild_reason;
2610- analysis->reduced_rhs_value = kHighsIllegalSimplexInterationDoubleValue ;
2611- analysis->reduced_cost_value = kHighsIllegalSimplexInterationDoubleValue ;
2612- analysis->edge_weight = kHighsIllegalSimplexInterationDoubleValue ;
2613- analysis->primal_delta = kHighsIllegalSimplexInterationDoubleValue ;
2610+ analysis->reduced_rhs_value = kHighsIllegalSimplexIterationDoubleValue ;
2611+ analysis->reduced_cost_value = kHighsIllegalSimplexIterationDoubleValue ;
2612+ analysis->edge_weight = kHighsIllegalSimplexIterationDoubleValue ;
2613+ analysis->primal_delta = kHighsIllegalSimplexIterationDoubleValue ;
26142614 analysis->primal_step = theta_primal;
26152615 analysis->dual_step = theta_dual;
26162616 analysis->pivot_value_from_column = alpha_col;
0 commit comments