Muhammad ElSheikh
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Muhammad ElSheikh-
Muhammad ElSheikh commented,
the MIP model: https://www.dropbox.com/s/l7t6cyqmfcusiom/model.lp?dl=0
-
Muhammad ElSheikh created a post,
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...