Methods for branching objects
The following pages present the methods of the branchobj class, i.e., the methods used when creating and manipulating branching objects. Their invocation can be as follows:
import xpress as xp
b = xp.branchobj ()
b.addbranches (3)
    
 
