Originally posted by: SystemAdmin
[achterberg said:]
[quote author=prubin link=topic=1396.msg3952#msg3952 date=1254937441]
I know the advanced start indicator is on by default, but for a MIP doesn't this restarting still incur some overhead for repeating parts of the earlier search? The restart does not pick up with the search tree from the discovery of the previous incumbent, does it?
If you call CPXmipopt() again after it has been aborted due to some limit hit, it will continue with the existing search tree.
Therefore, you will not loose anything.
But please note that hitting a limit and resuming the search will usually have an impact on the search (in the sense that the solving process will take a different path), but this impact can be either negative, neutral, or positive; this is just random luck.
#CPLEXOptimizers#DecisionOptimization