Ticket #6892: bron_kerbosch_all_cliques_fix.diff

File bron_kerbosch_all_cliques_fix.diff, 611 bytes (added by astukalov@…, 10 years ago)

patch to remove VertexIndexGraphConcept

  • bron_kerbosch_all_cliques.hpp

    old new  
    270270{
    271271    BOOST_CONCEPT_ASSERT(( IncidenceGraphConcept<Graph> ));
    272272    BOOST_CONCEPT_ASSERT(( VertexListGraphConcept<Graph> ));
    273     BOOST_CONCEPT_ASSERT(( VertexIndexGraphConcept<Graph> ));
    274273    BOOST_CONCEPT_ASSERT(( AdjacencyMatrixConcept<Graph> )); // Structural requirement only
    275274    typedef typename graph_traits<Graph>::vertex_descriptor Vertex;
    276275    typedef typename graph_traits<Graph>::vertex_iterator VertexIterator;