JIONGJIAN CAI
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by JIONGJIAN CAI-
JIONGJIAN CAI commented,
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...
-
JIONGJIAN CAI commented,
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 ...
-
JIONGJIAN CAI created a post,
How to use the .sol files to set multiple MIP Starts?
AnsweredDear all, According to the following example given in this page(https://support.gurobi.com/hc/en-us/articles/360043834831-How-do-I-use-MIP-starts-), model.NumStart = 2# iterate over all MIP startsf...