Shesha Sreenivasamurthy

  • Curious
  • Conversationalist
  • 合計アクティビティ 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 ...