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 of length
     nbounds indicating the type of bounds to add:
     
 | ||||
| 
     bndcol 
     | 
     Array of length
     nbounds containing the columns for the new bounds.
     | ||||
| 
     bndval 
     | 
     Array of length
     nbounds giving the bound values.
     | 
 
