Jose Vindel
- Total activity 100
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 15
- Subscriptions 22
Posts
Recent activity by Jose Vindel-
Variable lb and ub active based on a binary variable
AnsweredRecently I was building an FBA model as part of my research. The variable is \(v_j\), it has lower and upper bounds, the LB and UB are dictionaries. In the first approach, I set the lb and ub as: m...
-
Adding Constraints
AnsweredHello, I got very confused when trying to add my constraints in the model I am trying to build in python, I am not sure if I have to set one of the terms as a variable or I can just simply call the...
-
TSP SYS
AnsweredHello, I am trying to understand the code on the TSP where cuts are added to eliminate subtours, but I still don't quite get the purpose of sys, I don't get len(sys.arg) > 2 does sys.arg returns...
-
Creating binary variables
AnsweredHello, I am quite new to Gurobi and currently I am facing some issues regarding a binary variable, probably the answer to this question might be obvious but I've circled with the idea for a bit no...