Markus Gabl

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

Posts

Recent activity by Markus Gabl Recent activity Votes
  • Using a tuple as first part of a double indeces

    Answered

    Hi  I have a tuplelist  arcs = [(1,2),(3,4)] and a list uncer = [1,2] and I create a variable with a double index  v = model.addVars(arcs, uncer, vtype=GRB.BINARY, name="v") Now the indeces of the ...

  • Checking Solution and adding Cuts

    Answered

    Hi  I need to implement two features for solving a MILP  1) At every Node A callback should be performed where the current solution is checked to fulfill constraints, from a set of constraints (let...