- Class AbsMap
- We need a unified way to handle the situation below:
- Class AlterableUGraphExtender
- This should be done some other way. Possibilities: template specialization (not very easy, if at all possible); some kind of enable_if boost technique?
- Class BaseGraphComponent
- This is not true. The minimal graph concept is the BaseIterableGraphComponent.
- Member lemon::concept::BpUGraph::Edge::operator< (Edge) const
- This is a technical requirement. Do we really need this?
- Member lemon::concept::BpUGraph::Node::operator< (Node) const
- This is a technical requirement. Do we really need this?
- Member lemon::concept::BpUGraph::UEdge::operator< (UEdge) const
- This is a technical requirement. Do we really need this?
- Member lemon::concept::GraphItem::operator< (GraphItem) const
- This is a technical requirement. Do we really need this?
- Member lemon::GraphToEps::run ()
- : Chech whether the graph is empty.
- Member lemon::ListGraph::Snapshot::~Snapshot ()
- Is it necessary?
- Member lemon::ListGraph::Snapshot::build ()
- What is this used for?
- Member lemon::ListGraph::Snapshot::clear ()
- What is this used for?
- Member lemon::LpCplex::_getColName (int col, std::string &name)
- Untested
- Member lemon::LpCplex::_getColName (int col, std::string &name)
- return code unchecked for error
- Member lemon::LpCplex::_setColName (int col, const std::string &name)
- Untested
- Member lemon::LpCplex::_setColName (int col, const std::string &name)
- return code unchecked for error
- Member lemon::LpSkeleton::_solve ()
- Wrong interface
- Member lemon::LpSkeleton::_getPrimal (int i)
- Wrong interface
- Member lemon::LpSkeleton::_getDual (int i)
- Wrong interface
- Member lemon::LpSkeleton::_getPrimalValue ()
- Wrong interface
- Member lemon::LpSkeleton::_getPrimalStatus ()
- Wrong interface
- Member lemon::LpSolverBase::row (Row r, Value l, const Expr &e, Value u)
- This is a temportary function. The interface will change to a better one.
- Member lemon::LpSolverBase::row (Row r, Value l, const Expr &e, Value u)
- EPSILON would be necessary here!!!
- Member lemon::LpSolverBase::addRow (Value l, const Expr &e, Value u)
- This is a temportary function. The interface will change to a better one.
- Member lemon::LpSolverBase::setObj (Expr e)
- Is should be called obj()
- Member lemon::concept::StaticGraph::Edge::operator< (Edge) const
- This is a technical requirement. Do we really need this?
- Member lemon::concept::StaticGraph::Node::operator< (Node) const
- This is a technical requirement. Do we really need this?
- Member lemon::concept::UGraph::Edge::operator< (Edge) const
- This is a technical requirement. Do we really need this?
- Member lemon::concept::UGraph::Node::operator< (Node) const
- This is a technical requirement. Do we really need this?
- Member lemon::concept::UGraph::UEdge::operator< (UEdge) const
- This is a technical requirement. Do we really need this?
- Class UnionFind
- It is not clear what the constructor parameter is used for.
Generated on Fri Feb 3 18:40:00 2006 for LEMON by
1.4.6