Initializing help system before first use

branchobj.addBounds

Purpose
Adds new bounds to a branch of a user branching object.
Topic area
Branching Object
Synopsis
branchobj.addBounds(branch, bndtype, colind, bndval)
Arguments
branch: int 
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: list[str] 
Character array indicating the type of bounds to add:
Lower bound.
Upper bound.
colind: list[var] 
Integer array containing the column indices for the new bounds.
bndval: list[float] 
Double array giving the bound values.
Further information
Argument colind may contain either xpress.var objects or integer indices.
Related topics

© 2001-2026 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.