abc-master
|
#include "espresso.h"
Go to the source code of this file.
Macros | |
#define | NEW |
Functions | |
ABC_NAMESPACE_IMPL_START pcover | expand (INOUT pcover F, IN pcover R, IN bool nonsparse) |
void | expand1 (pcover BB, pcover CC, pcube RAISE, pcube FREESET, pcube OVEREXPANDED_CUBE, pcube SUPER_CUBE, pcube INIT_LOWER, int *num_covered, pcube c) |
void | essen_parts (pcover BB, pcover CC, pcube RAISE, pcube FREESET) |
void | essen_raising (pcover BB, pcube RAISE, pcube FREESET) |
void | elim_lowering (pcover BB, pcover CC, pcube RAISE, pcube FREESET) |
int | most_frequent (pcover CC, pcube FREESET) |
void | setup_BB_CC (pcover BB, pcover CC) |
void | select_feasible (pcover BB, pcover CC, pcube RAISE, pcube FREESET, pcube SUPER_CUBE, int *num_covered) |
bool | feasibly_covered (pcover BB, pcube c, pcube RAISE, pcube new_lower) |
void | mincov (pcover BB, pcube RAISE, pcube FREESET) |
pcover | find_all_primes (pcover BB, pcube RAISE, pcube FREESET) |
pcover | all_primes (pcover F, pcover R) |
#define NEW |
Definition at line 669 of file expand.c.
Definition at line 210 of file expand.c.
Definition at line 53 of file expand.c.
void expand1 | ( | pcover | BB, |
pcover | CC, | ||
pcube | RAISE, | ||
pcube | FREESET, | ||
pcube | OVEREXPANDED_CUBE, | ||
pcube | SUPER_CUBE, | ||
pcube | INIT_LOWER, | ||
int * | num_covered, | ||
pcube | c | ||
) |
Definition at line 135 of file expand.c.
Definition at line 560 of file expand.c.
void select_feasible | ( | pcover | BB, |
pcover | CC, | ||
pcube | RAISE, | ||
pcube | FREESET, | ||
pcube | SUPER_CUBE, | ||
int * | num_covered | ||
) |
Definition at line 404 of file expand.c.