Initializing help system before first use

XSLP_ANALYZE

Description
Bit map activating additional options supporting model / solution path analyzis
Type
Integer
Values
Bit
Meaning
0 
Add solutions of the linearizations to the solution pool.
1 
Add cascaded solutions to the solution pool.
2 
Add line search solutions to the solution pool.
3 
Include an extended iteration summary.
4 
Run infeasibility analysis on infeasible iterations.
5 
Save the solutions collected in the pool to disk.
6 
Write the linearizations to disk at every XSLP_AUTOSAVE iterations.
7 
Write the initial basis of the linearizations to disk at every XSLP_AUTOSAVE iterations.
8 
Create an XSLP save file at every XSLP_AUTOSAVE iterations.
Default value
0
Note
The solution pool can be accessed using the memory attribute XSLP_SOLUTIONPOOL. Normally, the value of this control does not affect the solution process itself. However, bit 3 (extended summary) will cause SLP to do more function evaluations, and the presence of non-deterministic user functions might cause changes in the solution process. These options are off by default due to performance considerations.

The following constants are provided for setting these bits:

Setting bit 0 XSLP_ANALYZE_RECORDLINEARIZATION
Setting bit 1 XSLP_ANALYZE_RECORDCASCADE
Setting bit 2 XSLP_ANALYZE_RECORDLINESEARCH
Setting bit 3 XSLP_ANALYZE_EXTENDEDFINALSUMMARY
Setting bit 4 XSLP_ANALYZE_INFEASIBLE_ITERATION
Setting bit 5 XSLP_ANALYZE_AUTOSAVEPOOL
Setting bit 6 XSLP_ANALYZE_SAVELINEARIZATIONS
Setting bit 7 XSLP_ANALYZE_SAVEITERBASIS
Setting bit 8 XSLP_ANALYZE_SAVEFILE

See also

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