libfirm
16 years agoFix too short allocations and missing initialisation when allocation/copying vectors.
Christoph Mallon [Fri, 3 Oct 2008 18:47:39 +0000 (18:47 +0000)]
Fix too short allocations and missing initialisation when allocation/copying vectors.

[r22442]

16 years ago- integrated new PBQP solver into existing PBQP transformation, so it can be easily...
Sebastian Buchwald [Fri, 3 Oct 2008 18:07:15 +0000 (18:07 +0000)]
- 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]

16 years agoFinished edge allocation.
Sebastian Buchwald [Fri, 3 Oct 2008 10:15:27 +0000 (10:15 +0000)]
Finished edge allocation.

[r22428]

16 years agoContinued implementation of PBQP solver: Fixed errors and warnings.
Sebastian Buchwald [Fri, 3 Oct 2008 00:03:53 +0000 (00:03 +0000)]
Continued implementation of PBQP solver: Fixed errors and warnings.

[r22425]

16 years agoStarted implementing a new PBQP solver, which should solve PBQPs and the problems...
Sebastian Buchwald [Thu, 2 Oct 2008 18:41:41 +0000 (18:41 +0000)]
Started implementing a new PBQP solver, which should solve PBQPs and the problems/bugs of the Scholz solver.

[r22420]