Initializing help system before first use

getcplist

Purpose
Get a set of cut indices from the cut pool.
Synopsis
procedure getcplist(cuttype:integer,interpret:integer,delta:real, cuts:set of integer,viol:array(range) of real)
Arguments
cuttype 
Integer number for identification of the cut(s)
interpret 
The way in which the cut type is interpreted:
-1 
Get all cuts
Treat cut types as numbers
Treat cut types as bitmaps (get cut if any bit matches any bit set in cuttype)
Treat cut types as bitmaps (get cut if all bits match those set in cuttype)
delta 
Only return cuts with an absolute slack value greater than delta
cuts 
Set of cut indices in the cut pool
viol 
Array where the slack variables for the cuts will be returned
Further information
This procedure gets a set of cut indices from the cut pool. The set of indices is returned in the parameter cuts.
Related topics
Module

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