João Paulo Biazotto
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by João Paulo Biazotto-
Use Gurobi to check a solution feasibility
AnsweredHello 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?
AnsweredGood 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...