branchobj.addbounds
| branchobj.addbounds | 
  Purpose
 
 
  Adds new bounds to a branch of a user branching object.
 
 
  Synopsis
 
  branchobj.addbounds (ibranch, bndtype, bndcol, bndval) 
 
  Arguments
 
 | 
     ibranch 
     | 
     The number of the branch to add the new bounds for. This branch must already have been created using
     branchobj.addbranches. Branches are indexed starting from zero.
     | ||||
| 
     bndtype 
     | 
     Character array indicating the type of bounds to add:
     
 | ||||
| 
     bndcol 
     | 
     Array containing the columns for the new bounds.
     | ||||
| 
     bndval 
     | 
     Array giving the bound values.
     | 
 
