addmultistart
 addmultistart | 
   
  Purpose
 
  
  Synopsis
 
 addmultistart(descr:string)
 addmultistart(descr:string, controls:array(set of string) of real)
 addmultistart(descr:string, initvalues:array(set of mpvar) of real)
 addmultistart(descr:string, initvalues:array(set of mpvar) of real, controls: array(set of string) of real)
 addmultistart(descr:string, controls:array(set of string) of real, initvalues:array(set of mpvar) of real)
 addmultistart(descr:string, preset:integer)
 addmultistart(descr:string, preset:integer, cnt:integer)
 addmultistart(descr:string, preset:integer, initvalues:array(set of mpvar) of real, controls:array(set of string) of real)
 addmultistart(descr:string, preset:integer, cnt:integer, initvalues:array(set of mpvar) of real, controls:array(set of string) of real)
 
  Arguments
 
 | 
     
     descr 
       | 
   
     
      Text description of the job. Used in reporting and in callbacks.
       | 
  
| 
     
     controls 
       | 
   
     
      An array containing the controls to be set for the loaded multistart job.
       | 
  
| 
     
     initvalues 
       | 
   
     
      An array containing initial values to be set for the loaded multistart job.
       | 
  
| 
     
     preset 
       | 
   
     
      The multistart preset of jobs to be loaded. Please see the
     Xpress NonLinear Reference Manual for the list of possible presets.
       | 
  
| 
     
     cnt 
       | 
   
     
      The upper bound on the number of jobs to be created, in case a preset is used.
       | 
  
  Further information
 
 
  Adds a job or a preset to the multistart job pool. Multistart jobs are automatically executed on the next minimize/maximize command, unless the
 XSLP_MULTISTART control is set to 0. Please refer to the
 Xpress NonLinear Reference Manual for a detailed description of multistart.
 
 
  Module
 
 
