File numerics/src/tools/enum_tool.h¶
Go to the source code of this file
Typedefs
-
typedef struct EnumerationStruct
EnumerationStruct
¶
Functions
-
unsigned long long int
enum_compute_nb_cases
(int M)¶ Compute the total number of cases that should be enumerated.
- Parameters
M
: the size of the MCLP problem.
-
EnumerationStruct *
enum_init
(int M)¶
-
int
enum_next
(int *zw, int size, EnumerationStruct *enum_struct)¶
-
struct
EnumerationStruct