YIHAN ZHOU
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by YIHAN ZHOU-
VRPTW Infeasible
AnsweredI was trying to code this model in python with gurobi, but I have some problems that caused the infeasible. Here is my code: from gurobipy import Model, GRB, quicksumimport numpy as npimport pan...