|
abc-master
|
#include "mincov_int.h"Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START solution_t * | solution_alloc () |
| void | solution_free (solution_t *sol) |
| solution_t * | solution_dup (solution_t *sol) |
| void | solution_add (solution_t *sol, int *weight, int col) |
| void | solution_accept (solution_t *sol, sm_matrix *A, int *weight, int col) |
| void | solution_reject (solution_t *sol, sm_matrix *A, int *weight, int col) |
| solution_t * | solution_choose_best (solution_t *best1, solution_t *best2) |
| void solution_accept | ( | solution_t * | sol, |
| sm_matrix * | A, | ||
| int * | weight, | ||
| int | col | ||
| ) |
Definition at line 62 of file solution.c.
| void solution_add | ( | solution_t * | sol, |
| int * | weight, | ||
| int | col | ||
| ) |
Definition at line 51 of file solution.c.
| ABC_NAMESPACE_IMPL_START solution_t* solution_alloc | ( | ) |
Definition at line 17 of file solution.c.
| solution_t* solution_choose_best | ( | solution_t * | best1, |
| solution_t * | best2 | ||
| ) |
Definition at line 95 of file solution.c.
| solution_t* solution_dup | ( | solution_t * | sol | ) |
Definition at line 38 of file solution.c.
| void solution_free | ( | solution_t * | sol | ) |
Definition at line 29 of file solution.c.
| void solution_reject | ( | solution_t * | sol, |
| sm_matrix * | A, | ||
| int * | weight, | ||
| int | col | ||
| ) |
Definition at line 84 of file solution.c.