abc-master
|
#include "espresso.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | set_pair (pPLA PLA) |
void | set_pair1 (pPLA PLA, bool adjust_labels) |
pcover | pairvar (pcover A, ppair pair) |
pcover | delvar (pcover A, paired) |
void | find_optimal_pairing (pPLA PLA, int strategy) |
int ** | find_pairing_cost (pPLA PLA, int strategy) |
void | print_pair (ppair pair) |
int | greedy_best_cost (int **cost_array_local, ppair *pair_p) |
ppair | pair_best_cost (int **cost_array_local) |
void | find_best_cost (ppair pair) |
void | pair_all (pPLA PLA, int pair_strategy) |
void | minimize_pair (ppair pair) |
void | generate_all_pairs (ppair pair, int n, pset candidate, int(*action)()) |
ppair | pair_new (int n) |
ppair | pair_save (ppair pair, int n) |
void | pair_free (ppair pair) |
Variables | |
static int | best_cost |
static int ** | cost_array |
static ppair | best_pair |
static pset | best_phase |
static pPLA | global_PLA |
static pcover | best_F |
static pcover | best_D |
static pcover | best_R |
static int | pair_minim_strategy |
void find_optimal_pairing | ( | pPLA | PLA, |
int | strategy | ||
) |
Definition at line 226 of file pair.c.
int** find_pairing_cost | ( | pPLA | PLA, |
int | strategy | ||
) |
Definition at line 263 of file pair.c.
Definition at line 593 of file pair.c.
int greedy_best_cost | ( | int ** | cost_array_local, |
ppair * | pair_p | ||
) |
Definition at line 387 of file pair.c.
void minimize_pair | ( | ppair | pair | ) |
Definition at line 518 of file pair.c.
void pair_all | ( | pPLA | PLA, |
int | pair_strategy | ||
) |
Definition at line 475 of file pair.c.
ppair pair_best_cost | ( | int ** | cost_array_local | ) |
Definition at line 429 of file pair.c.
ppair pair_new | ( | int | n | ) |
Definition at line 647 of file pair.c.
Definition at line 660 of file pair.c.
ABC_NAMESPACE_IMPL_START void set_pair | ( | pPLA | PLA | ) |
Definition at line 21 of file pair.c.