Added missing declaration and include.
[libfirm] / heuristical.h
1 #ifndef KAPS_HEURISTICAL_H
2 #define KAPS_HEURISTICAL_H
3
4 #include "pbqp_t.h"
5
6 void solve_pbqp_heuristical(pbqp *pbqp);
7
8 void applyRI(pbqp *pbqp);
9
10 void back_propagate_RI(pbqp *pbqp, pbqp_node *node);
11
12 int node_is_reduced(pbqp_node *node);
13
14 #endif /* KAPS_HEURISTICAL_H */