- don't add trivial nodes when using new PBQP solver
[libfirm] / heuristical.c
1 #include "heuristical.h"
2 #include "html_dumper.h"
3
4 void solve_pbqp_heuristical(pbqp *pbqp)
5 {
6         if (pbqp->dump_file) {
7                 dump_input(pbqp);
8         }
9 }