added comment and cvs id
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Wed, 13 Sep 2006 12:02:26 +0000 (12:02 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Wed, 13 Sep 2006 12:02:26 +0000 (12:02 +0000)
[r8239]

ir/adt/hungarian.h

index cc302e5..75d7c3e 100644 (file)
@@ -3,6 +3,7 @@
  **
  ** libhungarian by Cyrill Stachniss, 2004
  **
+ ** Added and adapted to libFirm by Christian Wuerdig, 2006
  **
  ** Solving the Minimum Assignment Problem using the
  ** Hungarian Method.
@@ -23,6 +24,8 @@
  ********************************************************************
  ********************************************************************/
 
+/* $Id$ */
+
 #ifndef _HUNGARIAN_H_
 #define _HUNGARIAN_H_