Abhishek Solomon

  • Gurobi-versary
  • Curious
  • Conversationalist
  • 合計アクティビティ 18
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 6

投稿

Abhishek Solomonによる最近のアクティビティ 最近のアクティビティ 投票
  • Facility Location Problem - Standard BIP vs QUBO

    ユーザーの入力を待っています。

    Hello, I'm fairly new to the optimization world, and working on a research project that involves comparison of solving times for the standard uncapacitated facility location problem, using the foll...

  • "string index out of range" error within quicksum

    ユーザーの入力を待っています。

    Hello, The below line of code gives me an "IndexError: string index out of range" error: for j in def_attributes:   m.addConstr(gp.quicksum(PlayerSelect[i]*current_fitness[i]*PlayerAttributes[i,j]...

  • Linearizing a quadratic objective function

    回答済み

    Hello, I'm fairly new to optimization and Gurobi. I have the following objective function to be mazimized: Xi and Xz are both decision variables. How do i linearize this? Thanks, Abhishek

  • Conditional constraints

    回答済み

    Hello, I'm fairly new to code/Gurobi - I'm trying to write the following constraint, and it does not look optimal to me. Is there a way of writing the following without having to use a, b and c? fo...

  • Help with a conditional constraint!

    回答済み

    Hello, I have the following code block: for i in locations:            for o in facilityoptions:               m.addConstr(gp.quicksum(ProductionQty[p,i,o]/yieldpersqft[p,o] for p in setproduce) <...

  • Help: GurobiError: Unrecognized argument to getAttr

    回答済み

    import gurobipy as gpfrom gurobipy import GRBimport mathnumiter = 10lambdak = 0alphak = 1.0zstar = 0betak = 2zstarvals = []lambdavals = [] zlkprev= math.infrediter = 1m = gp.Model('LagrangianRelaxa...