Purpose
 
 
  Returns the upper bounds on the columns in a given range.
 
 
  Synopsis
 
 
  problem.getub (ub, first, last) 
 
 
  Arguments
 
 
 
  
   | 
     ub 
     | 
     Array where the
     last - first + 1 upper bounds are to be placed.
     | 
  
   | 
     first 
     | 
     First column in the range.
     | 
  
   | 
     last 
     | 
     Last column in the range.
     | 
 
 
  Related topics