Marina Csanady

  • Gurobi-versary
  • First Comment
  • First Question
  • 合計アクティビティ 7
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 3

投稿

Marina Csanadyによる最近のアクティビティ 最近のアクティビティ 投票
  • Subtour Elimination for several vehicles (VRP)

       Hi,I try to implement the Subtour Elimination constraint for a Vehice Routing Problem with the "callback methode". I tried to modify the code from tsp.py so it would work with several vehicles (...

  • Binary Variables were assigned a continous value

    回答済み

    I have a model with only binary or integer variables, but after solving my model, some variables are assigned a continous value. I cannot figure out why...I implemented the variables as follows. Af...

  • using "if" in addVars()

    回答済み

    I'm working on a  problem with a lot of variables. In fact to much variables to run in reasonable time. My first approach was to create all possible varibles and delete the unnecessary ones (via mo...