Bryce Kille

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

Posts

Recent activity by Bryce Kille Recent activity Votes
  • Prefix sum computation

    Answered

    Consider the following Gurobi model: import gurobipy as gbimport numpy as npN = 100x = np.random.randint(10, high=2*N, size=N)model = gb.Model("ACC")amp_i_vars = model.addVars(N, vtype=gb.GRB.BINAR...