XSLP_DAMP
| 
     
     Description
       | 
   
     
     Damping factor for updating values of variables
       | 
  
| 
     
     Type
       | 
   
     
     Double
       | 
  
| 
     
     Default value
       | 
   
     
     1
       | 
  
| 
     
     Note
       | 
   
     
     The damping factor sets the next
     assumed value for a variable based on the previous assumed value (
     X0) and the
     actual value (
     X1). The new assumed value is given by
       X1*XSLP_DAMP + X0*(1-XSLP_DAMP)  | 
  
| 
     
     Affects routines
       | 
   |
| 
     
     See also
       | 
   
     
      Xpress-SLP Solution Process,
     XSLP_DAMPEXPAND
     XSLP_DAMPMAX,
     XSLP_DAMPMIN,
     XSLP_DAMPSHRINK,
     XSLP_DAMPSTART
       | 
  
