Initializing help system before first use

problem.getCPCutList

Purpose
Returns a list of cut indices from the cut pool.
Topic area
Cuts
Synopsis
cutind, viol = problem.getCPCutList(cuttype=0, interp=-1, delta=-xpress.infinity)
Arguments
cuttype 
The user defined type of the cuts to be returned.
interp 
Way in which the cut type is interpreted:
-1 
get all cuts;
treat cut types as numbers;
treat cut types as bit-vectors (compare the Optimizer Reference Manual) - get cut if any bit matches any bit set in cuttype;
treat cut types as bit-vectors (compare the Optimizer Reference Manual) - get cut if all bits match those set in cuttype.
delta 
Only those cuts with a signed violation greater than delta will be returned.
Return value
cutind 
Array containing the cuts.
viol 
Double array containing the values of the signed violations of the cuts.
Further information
1. The violated cuts can be obtained by setting the delta parameter to the size of the (signed) violation required. If unviolated cuts are required as well, delta may be set to -xpress.infinity which is defined in the library header file.
2. In case of a cut of type ' L', the violation equals the negative of the slack associated with the row of the cut. In case of a cut of type ' G', the violation equals the slack associated with the row of the cut. For cuts of type ' E', the violation equals the absolute value of the slack.
3. Please note that the violations returned are absolute violations, while feasibility is checked by the Optimizer in the scaled problem.
Related topics

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