Initializing help system before first use

storecuts

Purpose
Stores cuts into the cut pool, but does not apply them to the current node.
These cuts must be explicitly loaded into the matrix using loadcuts before they become active.
Synopsis
storecuts(
prob,
nodups,
cuttype,
rowtype,
rhs,
start,
colind,
cutcoef,
ncuts = x_max_vec_length(cuttype, rowtype, rhs)
)

Arguments
prob 
The current problem.
nodups 
0
do not exclude duplicates from the cut pool;
1
duplicates are to be excluded from the cut pool;
2
duplicates are to be excluded from the cut pool, ignoring cut type.
cuttype 
Integer array of length ncuts containing the cut types.
rowtype 
Character array of length ncuts containing the row types:
L
indicates a <= row;
E
indicates an = row;
G
indicates a >= row.
rhs 
Double array of length ncuts containing the right hand side elements for the cuts.
start 
Integer array containing offsets into the colind and dmtval arrays indicating the start of each cut.
colind 
Integer array of length start[ncuts] containing the column indices in the cuts.
cutcoef 
Double array of length start[ncuts] containing the matrix values for the cuts.
ncuts 
Number of cuts to add.
Return value
The pointers to the cuts .
Further information
Please refer to the C documentation for more details.

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