Shahrzad Valizadeh

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

アクティビティの概要

Shahrzad Valizadehさんの最近のアクティビティ
  • Shahrzad Valizadehさんがコメントを作成しました:

    Thank you so much Riley for your great comment and guidance. 

  • Shahrzad Valizadehさんがコメントを作成しました:

    Thank you Riley for your response. To clarify: I have a model that is infeasible, and I'm trying to solve it using the Two-Phase method. At the end of Phase One, the summation of artificial variabl...

  • Shahrzad Valizadehさんがコメントを作成しました:

    My question is, while the RMP is a minimization problem and a new variable with its corresponding coefficients is going to be added to the model, how will the constraints and objective function be ...

  • Shahrzad Valizadehさんが投稿を作成しました:

    Constraints in Gurobi

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

    i have the following lists list1: [(1, [43, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 9, 9, 0, 0, 0, 0, 0, 0, 7, 2, 2, 5, 0, 0, 0, 7, 6, 0, 3, 2, 4, 4, 0, 0, 0, 0, ...

  • Shahrzad Valizadehさんが投稿を作成しました:

    Constraint in Gurobi

    回答済み

    I have the following constraint in my model:   Through using the column generation, I'm going to add a new variable to the model. Definitely the coefficient corresponding to the new variable would...

  • Shahrzad Valizadehさんが投稿を作成しました:

    Constraints in Gurobi

    回答済み

    i have the following variable of: b = {}    for m in M:        for demand_index in range(100):            for t in range(tt):                b1["O+", "1", m, demand_index, t] = model.addVar(vtype=G...

  • Shahrzad Valizadehさんがコメントを作成しました:

    Thank you so much Riley for your comment. As I'm using:    state_OPM_term = gp.quicksum((b1["O+", "1", m, t] - (0.1 * gp.quicksum(b2["O+", "1", m, demand, t] for demand in D))* weights["O+", "1",...

  • Shahrzad Valizadehさんがコメントを作成しました:

    Thank you Riley for your prompt response.

  • Shahrzad Valizadehさんがコメントを作成しました:

  • Shahrzad Valizadehさんが投稿を作成しました:

    Constraints in Gurobi

    回答済み

    I have the following constraint:            model.addConstr(aux1["O+", "1", m, t] == demand - sum(i1["O+", "1", m, t] for m in range(1, m)))            model.addConstr(aux2["O+", "1", m, t] == gp.m...