XPRSinitglobal
PurposeReinitialises 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.Synopsisint XPRS_CC XPRSinitglobal(XPRSprob prob);
Argument
prob The current problem.ExampleThe following initializes the global search before attempting to solve the problem again:XPRSinitglobal(prob); XPRSmaxim(prob,"g");Related topics
If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.