Go to the source code of this file.
Variables | |
static INT | word_degree_default [4] = {3,4,5,6} |
static INT | cum_num_words_default [5] = {0,64,320,1344,5440} |
static INT | num_words_default [4] = {64,256,1024,4096} |
static INT | mod_words_default [32] |
static bool | sign_words_default [16] |
static INT | string_words_default [16] |
INT cum_num_words_default[5] = {0,64,320,1344,5440} [static] |
Definition at line 66 of file DynProg.cpp.
INT mod_words_default[32] [static] |
Initial value:
{1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1, 0,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0}
Definition at line 68 of file DynProg.cpp.
INT num_words_default[4] = {64,256,1024,4096} [static] |
Definition at line 67 of file DynProg.cpp.
bool sign_words_default[16] [static] |
Initial value:
{true,true,true,true,true,true,true,true, false,false,false,false,false,false,false,false}
Definition at line 72 of file DynProg.cpp.
INT string_words_default[16] [static] |
INT word_degree_default[4] = {3,4,5,6} [static] |
Definition at line 65 of file DynProg.cpp.