More refactoring.
[libfirm] / pbqp_edge.h
1 #ifndef KAPS_PBQP_EDGE_H
2 #define KAPS_PBQP_EDGE_H
3
4 #include "pbqp_t.h"
5
6 pbqp_edge *alloc_edge(pbqp *pbqp, int src_index, int tgt_index, pbqp_matrix *costs);
7
8 void delete_edge(pbqp_edge *edge);
9
10 #endif /* KAPS_PBQP_EDGE_H */