Initializing help system before first use

xpress.branchobj

Purpose

Class for branching objects. These objects are created by the user within a callback when directing a branch-and-bound solve toward different branching decisions.


Synopsis
b = xpress.branchobj(prob, branches=None, isoriginal=True)
Arguments
prob 
Problem object.
branches 
List or tuple of branching decisions. If it is a tuple, its members are constraints of distinct branches; if it is a list, its members must be either tuples of branching constraints, each tuple for a single branch (deprecated).
isoriginal 
False 
Column indices should refer to the current (presolved) node problem;
True 
Column indices should refer to the original matrix.
Further information
The branches argument is deprecated. Branches should be added after creating the branchobj using branchobj.addbranches and branchobj.addrows.

© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.