Go to the source code of this file.
Definition at line 74 of file equiv.c.
77 register pcube *f1list, *f2list;
#define foreach_set(R, last, p)
pcube * cube1list(pcover A)
Definition at line 16 of file equiv.c.
19 int i, j, ipart, jpart, some_equiv;
29 for(i = 0; i < cube.part_size[cube.output]; i++) {
30 ipart = cube.first_part[cube.output] + i;
35 for(i = 0; i < cube.part_size[cube.output]-1; i++) {
36 for(j = i+1; j < cube.part_size[cube.output]; j++) {
37 ipart = cube.first_part[cube.output] + i;
38 jpart = cube.first_part[cube.output] + j;
41 (void) printf(
"# Outputs %d and %d (%s and %s) are equivalent\n",
45 (void) printf(
"# Outputs %d and NOT %d (%s and %s) are equivalent\n",
49 (void) printf(
"# Outputs NOT %d and %d (%s and %s) are equivalent\n",
53 (void) printf(
"# Outputs NOT %d and NOT %d (%s and %s) are equivalent\n",
61 (void) printf(
"# No outputs are equivalent\n");
64 for(i = 0; i < cube.part_size[cube.output]; i++) {
int check_equiv(pcover f1, pcover f2)
pcover complement(pcube *T)
pcover cof_output(pcover T, int i)
void makeup_labels(pPLA PLA)
pcube * cube1list(pcover A)