problem.loadbranchdirs
| problem.loadbranchdirs | 
  Purpose
 
 
  Loads directives into the current problem to specify which global entities the Optimizer should continue to branch on when a node solution is global feasible.
 
 
  Synopsis
 
  problem.loadbranchdirs (mcols, mbranch) 
 
  Arguments
 
 | 
     mcols 
     | 
     Array containing the column numbers. A negative value indicates a set number (the first set being -1, the second -2, and so on).
     | 
| 
     mbranch 
     | 
     Array containing either 0 or 1 for the entities given in
     mcols. Entities for which mbranch is set to 1 will be branched on until fixed before a global feasible solution is returned. If
     mbranch is
     None, the branching directive will be set for all entities in
     mcols.
     | 
  Related topics
 
  
