I wonder how to set the options for multiple fault algorithm in SMILE for DIAG_Network. There is no documantation for that or nothing obvious in the DIAG_Network class.
Where to plug these options: ???
Code: Select all
// Approaches for multiple fault diagnosis
#define DSL_DIAG_MARGINAL 1
#define DSL_DIAG_INDEPENDENCE 2
#define DSL_DIAG_DEPENDENCE 4
// Selections of combinations to pursue
#define DSL_DIAG_PURSUE_ATLEAST_ONE_COMB 8
#define DSL_DIAG_PURSUE_ONLY_ONE_COMB 16
#define DSL_DIAG_PURSUE_ONLY_ALL_COMB 32