85e13d98512c167908808d3209b9ea7283a847bf
[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 #endif /* KAPS_HEURISTICAL_H */