Laura Lor

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

Activity overview

Latest activity by Laura Lor
  • Laura Lor created a post,

    How to include scalars in the objective using c++

    Answered

    Hi,  I have a problem in which I want to minimize (Ax + B(y + 1)) where A and B are scalars and x,y are boolean variables. I am using the function GRBaddvars(model, num_var, 0, NULL, NULL, NULL, ob...