Sergio Vanegas
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 4
アクティビティの概要
Sergio Vanegasさんの最近のアクティビティ-
Sergio Vanegasさんがコメントを作成しました:
I solved it, thanks :) m.addConstrs((gp.quicksum(z[i,j,k,l] for i,j,l in pacientes_salas_hora)<=16 for k in cirujanos),name="fisico_total")
-
Sergio Vanegasさんが投稿を作成しました:
Continuity Problem
進行中Hi, I need to model the following constraint: The constraint basically ensures that a surgery must be done continuous over time. The variable x is BINARY and models if the surgery is been develope...
-
Sergio Vanegasさんが投稿を作成しました:
GurobiError: Unsupported type (<class 'gurobipy.TempConstr'>) for LinExpr addition argument
回答済みHi, I'm trying to add the following constraint but i get this error: GurobiError: Unsupported type (<class 'gurobipy.TempConstr'>) for LinExpr addition argument The summarized process is as follows...