Initializing help system before first use

problem.nlpGetFormula

Purpose
Retrieve a single matrix formula as a formula split into tokens.
Topic area
Problem Information
Synopsis
type, value = problem.nlpGetFormula(row, parsed)
Arguments
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).
Return value
type 
Integer array containing the token types for the formula.
value 
Double array of values corresponding to type.
Further information
1. The type and value arrays are terminated by an xpress.constants.TOK_EOF token.
2. Argument row may contain xpress.constraint objects instead of indices.
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.