Bryce Kille

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 Bryce Kille
  • Bryce Kille created a post,

    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...