JIONGJIAN CAI
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by JIONGJIAN CAI-
Hi Mario, Thank you very much for your help. Actually, my full model contains a quadartic constraint that hugely increase the difficulty of my problem(10000s to get the first feasible point). But l...
-
One way to use .sol file to set multiple MIP starts is by reading the .sol files and using the Start Attribute directly as follow, model.NumStart = 10# iterate over all MIP startsmodel.update()for ...