
Marcela Villa Marulanda
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Marcela Villa Marulanda-
Marcela Villa Marulanda commented,
Thanks, Eli... I'm gonna try out your suggestion.
-
Marcela Villa Marulanda created a post,
VRP model is infeasible
AnsweredGood day, I'm struggling with solving a VRP through MIP. I followed the general VRP model (except for time window constraints) as it is shown in El-Sherbeny & Nasser A (2010)*, but the result is i...
-
Marcela Villa Marulanda commented,
Hi Eli, it worked! Thank you very much.
-
Marcela Villa Marulanda created a post,
How can I get or print the LHS constraint values?
AnsweredHello, I'm getting started in using gurobi-python and need help. This is my first model and I want to print or get the values of the LHS_Constr (see below): from gurobipy import * pp3=Model()vrs=...