XPRSinitglobal


Purpose
Reinitialises the global tree search. By default if XPRSglobal is interrupted and called again the global search will continue from where it left off. If XPRSinitglobal is called after the first call to XPRSglobal, the global search will start from the top node when XPRSglobal is called again.
Synopsis
int XPRS_CC XPRSinitglobal(XPRSprob prob);
Argument
prob 
The current problem.
Example
The following initializes the global search before attempting to solve the problem again:
XPRSinitglobal(prob);
XPRSmaxim(prob,"g");
Related topics
XPRSglobal, XPRSmaxim (MAXIM)/XPRSminim (MINIM).


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.