Home
last modified time | relevance | path

Searched refs:not_complete (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/graph/
Dexception.hpp49 struct BOOST_SYMBOL_VISIBLE not_complete : public bad_graph struct
51 not_complete() : bad_graph("The graph must be complete.") {} in not_complete() function
Dmetric_tsp_approx.hpp286 BOOST_THROW_EXCEPTION(not_complete()); in visit_vertex()