- brute force solver need own back propagation
[libfirm] / pbqp_node.c
2009-12-22 Sebastian BuchwaldAdded file headers.
2008-12-07 Sebastian BuchwaldFixed another bug concerning copying an edge.
2008-12-06 Sebastian BuchwaldFixed another bug concerning copying an edge.
2008-12-06 Sebastian BuchwaldHack to handle edges correctly?
2008-12-06 Sebastian BuchwaldUse other mechanism to determine whether an edge is...
2008-12-06 Sebastian BuchwaldFixed copy&paste bug.
2008-12-06 Sebastian BuchwaldFixed some bugs concerning copying nodes.
2008-12-06 Sebastian BuchwaldConnect copied edges with the right (=copied) nodes.
2008-12-03 Sebastian BuchwaldAdded declaration and fixed call.
2008-12-01 Sebastian BuchwaldStarted first attempt for brute force solver.
2008-12-01 Sebastian BuchwaldAdded getter function for node degree.
2008-10-06 Sebastian Buchwald- implemented infinity propagation
2008-10-04 Sebastian Buchwald- fixed some bugs concerning vector addition
2008-10-04 Sebastian BuchwaldImplemented RI-Reduction (without back propagation).
2008-10-04 Sebastian Buchwald- enabled simplification of edges ("infinity propagatio...
2008-10-03 Sebastian BuchwaldContinued implementation of PBQP solver: Fixed errors...
2008-10-02 Sebastian BuchwaldStarted implementing a new PBQP solver, which should...