|
abc-master
|
Go to the source code of this file.
Data Structures | |
| struct | stats_struct |
| struct | solution_struct |
Macros | |
| #define | ABC__misc__espresso__mincov_int_h |
Typedefs | |
| typedef struct stats_struct | stats_t |
| typedef struct solution_struct | solution_t |
Functions | |
| solution_t * | solution_alloc () |
| void | solution_free () |
| solution_t * | solution_dup () |
| void | solution_accept () |
| void | solution_reject () |
| void | solution_add () |
| solution_t * | solution_choose_best () |
| solution_t * | sm_maximal_independent_set () |
| solution_t * | sm_mincov () |
| int | gimpel_reduce () |
| #define ABC__misc__espresso__mincov_int_h |
Definition at line 55 of file mincov_int.h.
| typedef struct solution_struct solution_t |
Definition at line 35 of file mincov_int.h.
| typedef struct stats_struct stats_t |
Definition at line 18 of file mincov_int.h.
| int gimpel_reduce | ( | ) |
| solution_t* sm_maximal_independent_set | ( | ) |
| solution_t* sm_mincov | ( | ) |
| void solution_accept | ( | ) |
| void solution_add | ( | ) |
| solution_t* solution_alloc | ( | ) |
Definition at line 17 of file solution.c.
| solution_t* solution_choose_best | ( | ) |
| solution_t* solution_dup | ( | ) |
| void solution_free | ( | ) |
| void solution_reject | ( | ) |