Felipe Bofarull

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

Activity overview

Latest activity by Felipe Bofarull
  • Felipe Bofarull commented,

    from gurobipy import *import math#n = int(input('n = '))n = 4print(n)X = []for i in range(1,n+2): X.append(int(i))print(X)# Modeloof = Model()# Variablesa = of.addVar(vtype=GRB.CONTINUOUS, name=...

  • Felipe Bofarull created a post,

    constrain error, "model.pxi"

    Answered

    Hi, I am new to Gurobi and I don't know how to fix the error in #R3