Umair Sindhu
- 合計アクティビティ 18
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 4
投稿
Umair Sindhuによる最近のアクティビティ-
Very long solving time
回答済みHi I am solving an optimization problem, which comprises of 481 variables and 160 equality constraints. Whereas my objective function is just a one-variable, and I am trying to minimize that. The ...
-
Modulo operation Constraint?
回答済みHi Can we model such a constraint that involves modulo operation? For example, y = x % 4.
-
How to deal with universal and existential quantifiers?
回答済みHi Can we input a problem that got a couple of universal and existential quantifiers directly to the Gurobi optimizer, or we need to reformulate it without quantifiers first, then process it? Cur...
-
How to formulate the nested summation constraint with couple of linear constraints?
Dear All I want to calculate the sum S(t,p) such that couple of linear inequalities. The summation is iterate over three variables I, j, and k. Whereas t and p are the inputs and fixed. And Delt...