XSLPsetcbmsjobstart
| XSLPsetcbmsjobstart | 
  Purpose
 
 
 Set a user callback to be called every time a new multistart job is created, and the pre-loaded settings are applied
 
 
  Synopsis
 
 int XSLP_CC XSLPsetcbmsjobstart(XSLPprob Prob, int (XSLP_CC *UserFunc)(XSLPprob myProb, void *myObject,void  *pJobObject,const char *JobDescription,int *Status), void *Object); 
 
  Arguments
 
 | 
     Prob 
     | 
     The current SLP problem.
     | 
| 
     UserFunc 
     | 
     The function to be called when a new multistart job is created
     | 
| 
     myProb 
     | 
     The problem passed to the callback function.
     | 
| 
     myObject 
     | 
     The user-defined object passed as
     Object to
     XSLPsetcbmsjobstart.
     | 
| 
     pJobObject 
     | 
     Job specific user-defined object, as specified in by the multistart job creating API functions.
     | 
| 
     JobDescription 
     | 
     The description of the problem as specified in by the multistart job creating API functions.
     | 
| 
     Status 
     | User return status variable: 0 - normal return, solve the job, 1 - disregard this job and continue, 2 - Stop multistart. | 
  Further information
 
 All mulit-start jobs operation on an independent copy of the original problem, and any modification to the problem is allowed, including structural changes. Please note however, that any modification will be carried over to the base problem, should a modified problem be declared the winner prob.
  Related topics
 
  
