[Lemon-commits] [lemon_svn] alpar: r2449 - hugo/trunk/lemon
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:52:43 CET 2006
Author: alpar
Date: Wed Jan 4 14:20:17 2006
New Revision: 2449
Modified:
hugo/trunk/lemon/dfs.h
hugo/trunk/lemon/lp_base.h
Log:
Doc updates
Modified: hugo/trunk/lemon/dfs.h
==============================================================================
--- hugo/trunk/lemon/dfs.h (original)
+++ hugo/trunk/lemon/dfs.h Wed Jan 4 14:20:17 2006
@@ -440,7 +440,8 @@
///Adds a new source node to the set of nodes to be processed.
///
- ///\bug dists are wrong (or at least strange) in case of multiple sources.
+ ///\warning dists are wrong (or at least strange)
+ ///in case of multiple sources.
void addSource(Node s)
{
if(!(*_reached)[s])
Modified: hugo/trunk/lemon/lp_base.h
==============================================================================
--- hugo/trunk/lemon/lp_base.h (original)
+++ hugo/trunk/lemon/lp_base.h Wed Jan 4 14:20:17 2006
@@ -945,7 +945,6 @@
///Set the objective function
///\param e is a linear expression of type \ref Expr.
- ///\bug The previous objective function is not cleared!
void setObj(Expr e) {
_clearObj();
for (Expr::iterator i=e.begin(); i!=e.end(); ++i)
More information about the Lemon-commits
mailing list