1.1 --- a/lemon/dfs.h Wed Jan 04 13:19:12 2006 +0000
1.2 +++ b/lemon/dfs.h Wed Jan 04 13:20:17 2006 +0000
1.3 @@ -440,7 +440,8 @@
1.4
1.5 ///Adds a new source node to the set of nodes to be processed.
1.6 ///
1.7 - ///\bug dists are wrong (or at least strange) in case of multiple sources.
1.8 + ///\warning dists are wrong (or at least strange)
1.9 + ///in case of multiple sources.
1.10 void addSource(Node s)
1.11 {
1.12 if(!(*_reached)[s])
2.1 --- a/lemon/lp_base.h Wed Jan 04 13:19:12 2006 +0000
2.2 +++ b/lemon/lp_base.h Wed Jan 04 13:20:17 2006 +0000
2.3 @@ -945,7 +945,6 @@
2.4 ///Set the objective function
2.5
2.6 ///\param e is a linear expression of type \ref Expr.
2.7 - ///\bug The previous objective function is not cleared!
2.8 void setObj(Expr e) {
2.9 _clearObj();
2.10 for (Expr::iterator i=e.begin(); i!=e.end(); ++i)