João Paulo Biazotto

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

投稿

João Paulo Biazottoによる最近のアクティビティ 最近のアクティビティ 投票
  • Use Gurobi to check a solution feasibility

    回答済み

    Hello everyone.   I'm using Gurobi to optimize a PCARP problem. I have a set of constraints which are already implemented in python and all of them works fine.  Now I'm trying to implement a geneti...

  • Variables C in .lp file?

    回答済み

    Good Morning, I'm using gurobi to minimize a problem. I use "model.addVars(n,n)" to create my variables: x = model.addVars(m, n, i, j) Then, I use model.addVar to populate some of these vars (not a...