None GMN

  • Gurobi-versary
  • First Question
  • First Comment
  • Total activity 5
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2

Posts

Recent activity by None GMN Recent activity Votes
  • Dual bound not moving

    Answered

    Hi I'm trying to solve a MIP problem with Gurobi and C++, but the process doesn't seem to go anywhere.  It looks like it's going to start on the branch and bound tree, but for about 3000 seconds al...

  • Retrieve root node value

    Hi I want to store the objective value for the solution of the root node relaxation. How can I do that? I've tried to find it with a callback: if (where ==GRB_CB_MIPNODE )) {std::cout<<"Root node =...