storecut
| storecut | 
  Purpose
 
  Synopsis
 
function storecut(nodupl:integer, cuttype:integer, type:integer, linexp:linctr):integer
 
  Arguments
 
| 
     nodupl 
     | 
     Flag indicating how to deal with duplicate entries:
     
 | ||||||
| 
     cuttype 
     | 
     Integer number for identification of the cut
     | ||||||
| 
     type 
     | 
     Cut type (equation/inequality):
     
 | ||||||
| 
     linexp 
     | 
     Linear expression (= unbounded constraint)
     | 
  Return value
 
 Index number of the cut stored in the cut pool.
  Further information
 
 This function stores a cut into the cut pool without applying it to the problem at the current node. The cut has to be loaded into the problem with procedure
 loadcuts in order to become active at the current node.
 
  Related topics
 
  Module
 
 
