Skip to content

Decoding the log file #1736

Answered by jajhall
waltek001 asked this question in Q&A
Apr 26, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

In short, no, but I got to the bottom of them recently when working on the MIP solver. and here's a key

  • B => Branching;
  • C => Central rounding;
  • F => Feasibility pump;
  • H => Heuristic;
  • I => Initial;
  • L => Sub-MIP
  • P => Empty MIP;
  • R => Randomized rounding;
  • S => Solve LP;
  • T => Evaluate node;
  • U => Unbounded;

To help decode this, but probably TMI, here are my detailed notes

bool HighsMipSolverData::addIncumbent(sol, solobj, source);

Use of source is only as the argument to HighsMipSolverData::printDisplayLine

When resolving the LP in HighsLpRelaxation

1281: source is ‘S’

When handling special cases in mip/HighsMipSolverData.cpp

79: Call from trySolution; source is passed in

bool HighsMipSolver…

Replies: 1 comment 1 reply

Comment options

jajhall
Apr 26, 2024
Maintainer Sponsor

You must be logged in to vote
1 reply
@waltek001
Comment options

Answer selected by waltek001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants