Simplify vector_copy().
[libfirm] / heuristical.h
1 #ifndef KAPS_HEURISTICAL_H
2 #define KAPS_HEURISTICAL_H
3
4 #include "pbqp_t.h"
5
6 /**
7  * Create an empty PBQP instance with the given number of nodes.
8  */
9 pbqp* alloc_pbqp(int number_nodes);
10
11 /**
12  * Free the given PBQP.
13  */
14 void free_pbqp(pbqp *pbqp);
15
16 #endif /* KAPS_HEURISTICAL_H */