Initializing help system before first use

nlpgetformula

Purpose
Retrieve a single matrix formula as a formula split into tokens.
Synopsis
nlpgetformula(prob, row, parsed, maxtypes)
Arguments
prob 
The current SLP problem.
row 
Integer holding the row index for the formula.
parsed 
Integer indicating whether the formula of the row is to be returned in internal unparsed format ( parsed=0) or parsed (reverse Polish) format ( parsed=1).
maxtypes 
Maximum number of tokens to return, i.e., the length of the type and value arrays.
Return value
A list with the following elements:
ntypes
Will be set to the length of the formula, including the XSLP_EOF token.
type
Integer array to hold the token types for the formula.
value
Double array of values corresponding to type.

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