Started implementing a new PBQP solver, which should solve PBQPs and the problems...
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Thu, 2 Oct 2008 18:41:41 +0000 (18:41 +0000)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Thu, 2 Oct 2008 18:41:41 +0000 (18:41 +0000)
commitd01193ed5f4474a0f51b2b8dd809f5b39ac9b722
treece3f167f94dc2ed3ace16de7e09e5b4ff45f2f7a
Started implementing a new PBQP solver, which should solve PBQPs and the problems/bugs of the Scholz solver.

[r22420]
17 files changed:
heuristical.c [new file with mode: 0644]
heuristical.h [new file with mode: 0644]
kaps.c [new file with mode: 0644]
kaps.h [new file with mode: 0644]
matrix.c [new file with mode: 0644]
matrix.h [new file with mode: 0644]
matrix_t.h [new file with mode: 0644]
pbqp_edge.c [new file with mode: 0644]
pbqp_edge.h [new file with mode: 0644]
pbqp_edge_t.h [new file with mode: 0644]
pbqp_node.c [new file with mode: 0644]
pbqp_node.h [new file with mode: 0644]
pbqp_node_t.h [new file with mode: 0644]
pbqp_t.h [new file with mode: 0644]
vector.c [new file with mode: 0644]
vector.h [new file with mode: 0644]
vector_t.h [new file with mode: 0644]