Oğuz Kınalı

  • 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 Oğuz Kınalı
  • Oğuz Kınalı created a post,

    Is there a rule to write addvar or addvars?

    Answered

    main.py from gurobipy import Model, GRB, quicksumn = 20bus_cap = 5bus_number = 4N = [i for i in range(1, n + 2)]N_f = [i for i in range(2, n + 2)]K = [k for k in range(1, bus_number + 1)]A = [(i, ...