problem.slpgetcoefformula
ntypes, factor, type, value = problem.slpgetcoefformula(row, col, parsed, type, value)
row
|
The row (i.e.
xpress.constraint object, index, or name) for the formula.
|
col
|
The column (i.e.
xpress.variable object, index, or name) for the formula.
|
parsed
|
Whether the formula is to be returned in internal unparsed format (
parsed=False) or parsed (reverse Polish) format (
parsed=True).
|
type
|
(optional) A list to populate with the token types for the formula.
|
value
|
(optional) A list to populate with the values corresponding to
type.
|
factor
|
The value of the constant factor multiplying the formula in the coefficient.
|
ntypes
|
The number of tokens available.
|
type
|
The token types for the formula.
|
value
|
The values corresponding to
type.
|
_, _, type, value = p.slpgetcoefformula(2, 3, False)
© 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.