[Lemon-commits] kpeter: r3491 - in lemon/trunk: . lemon
Lemon SVN
svn at lemon.cs.elte.hu
Thu Apr 17 23:46:07 CEST 2008
Author: kpeter
Date: Thu Apr 17 23:46:06 2008
New Revision: 3491
Removed:
lemon/trunk/lemon/ssp_min_cost_flow.h
Modified:
lemon/trunk/NEWS
lemon/trunk/lemon/Makefile.am
Log:
Remove SspMinCostFlow, since it is fully replaced by other classes.
Modified: lemon/trunk/NEWS
==============================================================================
--- lemon/trunk/NEWS (original)
+++ lemon/trunk/NEWS Thu Apr 17 23:46:06 2008
@@ -134,6 +134,7 @@
* removed "Type" suffix from typedefs
* lower case local variables
Removed
+ - SspMinCostFlow
- template Map template parameter from InvertableMaps
- union-find Item template parameter
- strict checking
Modified: lemon/trunk/lemon/Makefile.am
==============================================================================
--- lemon/trunk/lemon/Makefile.am (original)
+++ lemon/trunk/lemon/Makefile.am Thu Apr 17 23:46:06 2008
@@ -119,7 +119,6 @@
lemon/refptr.h \
lemon/simann.h \
lemon/smart_graph.h \
- lemon/ssp_min_cost_flow.h \
lemon/static_graph.h \
lemon/steiner.h \
lemon/sub_graph.h \
More information about the Lemon-commits
mailing list