
Shesha Sreenivasamurthy
- 合計アクティビティ 32
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 7
投稿
Shesha Sreenivasamurthyによる最近のアクティビティ-
Debugging Model
回答済みThe model that have is fairly complex and it becomes infeasible when I add a constraint. However, logically that constraint should hold good. How can I debug it. It was suggested to use model.compu...
-
Taking remainders in gurobi
回答済みHi, I was interested in taking remainder in Gurobi and I referenced the following post. https://support.gurobi.com/hc/en-us/community/posts/5878990407185-How-to-take-the-remainder-of-the-variables-...
-
Speed up MIP.
回答済みHi, I have a model that has following characteristics Optimize a model with 1630 rows, 23392 columns and 4329 nonzerosModel fingerprint: 0x34ba5f74Model has 21 quadratic constraintsModel has 43782 ...
-
Using single decimal for continuous variables
回答済みI have an array of variables, that gives the percentage of people in each room and have a consistent that says their sum is 1. The solver give's me .33, .33, .34. If number of people (n) is say17, ...
-
Drawing Relation between two set of variables
回答済みGreetings, In my modeling, I have two set of variables. X[0..n] and Y[0..n]. X is independent of Y. But I want Y to be dependent on X. Using some optimality constraints, X [0..n] is getting popul...
-
Modeling overlap constraint.
進行中Hi, I am new to Gurobi and I am trying to implement overlap constraint. I have two sets of variables X[0..n] and Y[0..n]. X is independent of Y. X represents length and Y represents start. I want t...
-
Linear expression with MAX
回答済みI have a two set of 'n' variables. I would like a liner combination corresponding variables of the two sets. THis results in 'n' variables. I would like to compare the max resulting 'n' varianles ...