ASSIGN
#undef ASSIGN
#define ASSIGN(d, s) (void) memcpy(d, s, m->g->nstates)
#define ASSIGN(d, s) ((d) = (s))
#define ASSIGN 4