IBM ILOG Solver Debugger User's Manual > IlcVisualizeOption |
IlcVisualizeOption |
INDEX
![]() |
Type Definition
<ilsolver/debuggerbasics.h>
The type definition IlcVisualizeOption
is a visualization option that can be passed to IlcSolverDebugger.registerVariable
or IlcSchedulerDebugger.registerActivity
.
typedef unsigned int IlcVisualizeOption; typedef enum {IlcVisualizeDisabled = 0, IlcVisualizeDomain = 1, IlcVisualizeInterval = 2, IlcVisualizeValue = 4, IlcVisualizeBoolean = 8} IlcVisualizeOptionType;
IlcVisualizeOption
can take the above values.
© Copyright IBM Corp. 1987, 2009. Legal terms. | PREVIOUS NEXT |