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