
BISWAJIT KAR
- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
Posts
Recent activity by BISWAJIT KAR-
Can we not solve 2 models in a single python file with Gurobipy?
AnsweredI have been running 2 models, namely m1 and m2. In one of them, I used constraints like y=m.addVars(list(product(P,N)),vtype=GRB.BINARY,name='Y'), which is working fine. and in model 2 named m1, I...