cmake/nsis/lemon.ico
 | author | 
 Peter Kovacs <kpeter@inf.elte.hu> | 
  | 
 Fri, 17 Apr 2009 09:54:14 +0200 | 
 | changeset 593 | 
 7ac52d6a268e | 
| parent 225 | 
c5a40fc54f1a
 | 
 | permissions | 
 -rw-r--r-- | 
 
Extend and modify the interface of matching algorithms (#265)
 - Rename decomposition() to status() in MaxMatching.
 - Add a new query function statusMap() to MaxMatching.
 - Add a new query function matchingMap() to all the three classes.
 - Rename matchingValue() to matchingWeight() in the weighted
   matching classes.