Marc Van Barel

  • 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 Marc Van Barel
  • Marc Van Barel created a post,

    Modeling using a combination of logical and arithmetic operations

    Answered

    I tried to combine logical and arithmetic operations as follows: up = prob.addVars(M*P, R, name="Up", lb=0, ub=+1, vtype=GRB.CONTINUOUS)vp = prob.addVars(N*P, R, name="Vp", lb=0, ub=+1, vtype=GRB.C...