The bipartite_visitor_error is thrown if an edge cannot be colored. More...
#include <bipartite.hpp>
Public Member Functions | |
bipartite_visitor_error (Vertex a, Vertex b) | |
const char * | what () const throw () |
Public Attributes | |
std::pair< Vertex, Vertex > | witnesses |
The bipartite_visitor_error is thrown if an edge cannot be colored.
The witnesses are the edges incident vertices.
|
inline |
|
inline |
std::pair<Vertex, Vertex> boost::detail::bipartite_visitor_error< Vertex >::witnesses |
Referenced by boost::find_odd_cycle().