for i in *.[ch]; do sed -e 's/Copyrigth/Copyright/g' -i modeconv.h; done
[libfirm] / ir / adt / hungarian.h
2007-04-26 Matthias Braunlicense note added, cleaned up per-file doxygen comment...
2007-03-29 Matthias Braunmove backend into libfirm
2006-09-25 Christian Würdigchanged api
2006-09-20 Christian Würdigchanged solve function, return now 0 or negative on...
2006-09-13 Christian Würdigadded option to choose between perfect and normal matching
2006-09-13 Christian Würdigadded comment and cvs id
2006-09-13 Christian Würdigbipartite matching based on hungarian method