#include <graph.hh>

Public Member Functions | |
| void | invalidate () |
| Invalidate the graph. | |
| bool | is_valid () const |
| Return true if this graph is valid. | |
| void mln::Graph< E >::invalidate | ( | ) | [inline] |
Invalidate the graph.
FIXME: does nothing!
| bool mln::Graph< E >::is_valid | ( | ) | const [inline] |
Return true if this graph is valid.
FIXME: currently it always returns true.
1.5.9