You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Gurobi Optimization
Hello
How do we remove the MIP start given to Gurobi.
Am using .NET API using C# to assign MIP start. After Gurobi solves I want to re solve the model with a new MIP start. How do we delete the previous MIP start ?
Regards
Sujay
Michael Winkler
unread,
Jul 19, 2018, 9:24:21 AM7/19/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Gurobi Optimization
Hi Sujay,
assuming you use Gurobi 8.0 after solving you can call Reset(1) which deletes all previously generated solving information and additional non-fundamental model information such as MIP starts, variables hints, branching priorities, and lazy constraints information.