Muhammad ElSheikh
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Muhammad ElSheikh-
same model running twice using 48 and 32 threads, the first is infeasible and the other is feasible
AnsweredHi I have run an MIP model twice using 48 and 32 threads. I set "LazyConstraints=1" because I will use the callback to exclude some feasible solution. my code: from gurobipy import *def mycallback...