- integrated new PBQP solver into existing PBQP transformation, so it can be easily...
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Fri, 3 Oct 2008 18:07:15 +0000 (18:07 +0000)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Fri, 3 Oct 2008 18:07:15 +0000 (18:07 +0000)
commit724875e6dd0a014986b5b279266e40e0187aba2a
treea6ebcb308c4f7f988e7da79964c2586356e400ce
parent438147693e32e8ac80ff67ebff3097c5a3b24d27
- integrated new PBQP solver into existing PBQP transformation, so it can be easily compared to the Scholz solver
- you can switch between the solver using the "USE_KAPS" macro
- removed code that create a zero matrix for each pbqp edge, before the real edge costs are created

[r22440]
14 files changed:
html_dumper.c [new file with mode: 0644]
html_dumper.h [new file with mode: 0644]
kaps.c
kaps.h
matrix.c
matrix.h
matrix_t.h
pbqp_edge.c
pbqp_edge.h
pbqp_edge_t.h
pbqp_t.h
vector.c
vector.h
vector_t.h