Nicolas Schlegel
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
投稿
Nicolas Schlegelによる最近のアクティビティ-
Gurobi error 10009 : No Gurobi license, or license not started or set
回答済みHello, I am suddenly encountering error 10009 after a restart of my container where I run simulations. When running the simulation, it does detect the academic license and tells me "Academic licen...
-
Constraint with very large sparse matrices
回答済みHello, I am struggling to add a constraint to my model with very large sparse matrices. The constraint is in this linear form : constraint = model.addConstr((A @ B @ C @ (b - 0.5)) == alpha*S) He...