File numerics/src/tools/enum_tool.h

Go to the source code of this file

Typedefs

typedef struct EnumerationStruct EnumerationStruct

Functions

EnumerationStruct *enum_init(int M)
int enum_next(int *zw, int size, EnumerationStruct *enum_struct)
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.

struct EnumerationStruct

Public Members

unsigned long long int current
unsigned long long int counter
unsigned long long int nb_cases
double progress