Initializing help system before first use

XSLP_TRACEMASKOPS

Description
Controls the information printed for XSLP_TRACEMASK. The order in which the information is printed is determined by the order of bits in XSLP_TRACEMASKOPS.
Type
Integer
Values
Bit
Meaning
0 
The variable name is used as a mask, not as an exact fit.
1 
Use mask to trace rows.
2 
Use mask to trace columns.
3 
Use mask to trace cascaded SLP variables.
4 
Show row / column category.
5 
Trace slack values.
6 
Trace dual values.
7 
Trace row penalty multiplier.
8 
Trace variable values (as returned by the lineariation).
9 
Trace reduced costs.
10 
Trace slp value (value used in linearization and cascaded).
11 
Trace step bounds.
12 
Trace convergence status.
13 
Trace line search.
Default value
-1: all bits are set
Note

The following constants are provided for setting these bits:

Setting bit 0 XSLP_TRACEMASK_GENERALFIT
Setting bit 1 XSLP_TRACEMASK_ROWS
Setting bit 2 XSLP_TRACEMASK_COLS
Setting bit 3 XSLP_TRACEMASK_CASCADE
Setting bit 4 XSLP_TRACEMASK_TYPE
Setting bit 5 XSLP_TRACEMASK_SLACK
Setting bit 6 XSLP_TRACEMASK_DUAL
Setting bit 7 XSLP_TRACEMASK_WEIGHT
Setting bit 8 XSLP_TRACEMASK_SOLUTION
Setting bit 9 XSLP_TRACEMASK_REDUCEDCOST
Setting bit 10 XSLP_TRACEMASK_SLPVALUE
Setting bit 11 XSLP_TRACEMASK_STEPBOUND
Setting bit 12 XSLP_TRACEMASK_CONVERGE
Setting bit 13 XSLP_TRACEMASK_LINESEARCH

Affects routines