Initializing help system before first use

getgencons

Purpose
Returns the general constraints y = f(x1, ..., xn, c1, ..., cm) in a given range.
Synopsis
getgencons(prob, maxcols, maxvals, first, last)
Arguments
prob 
The current problem.
maxcols 
Maximum number of input columns to be retrieved.
maxvals 
Maximum number of constant values to be retrieved.
first 
First general constraint in the range.
last 
Last general constraint in the range.
Return value
A list with the following elements:
contype
Integer array of length at least last-first+1 which will be filled with the types of the general constraints:
_GENCONS_MAX (0)
indicates a maximum constraint;
_GENCONS_MIN (1)
indicates a minimum constraint;
_GENCONS_AND (2)
indicates an and constraint.
_GENCONS_OR (3)
indicates an or constraint;
_GENCONS_ABS (4)
indicates an absolute value constraint.
resultant
The indices of the output variables y
colstart
The start index of each general constraint in the colind array.
colind
The indices of the input variables xi
ncols
The number of input columns in the colind array.
valstart
The start index of each general constraint in the val array.
val
The constant values ci
nvals
The number of constant values in the val array.

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