João Paulo Biazotto
- 合計アクティビティ 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...