Searched refs:ELAS_FS_MR (Results 1 – 2 of 2) sorted by relevance
10 typedef enum { ELAS_LINEAR = 0, ELAS_FS_NH = 2, ELAS_FS_MR = 2 } problemType; enumerator
60 …if ((app_ctx->problem_choice == ELAS_FS_NH || app_ctx->problem_choice == ELAS_FS_MR) && app_ctx->f… in ProcessCommandLineOptions()