c++ Programming Glossary: iedgeset
Is there a library that provides a (directed) hypergraph implementation in C++? http://stackoverflow.com/questions/8348459/is-there-a-library-that-provides-a-directed-hypergraph-implementation-in-c ivertexset typedef std map rwe rwedge PE sub_allocator iedgeset typedef typename ivertexset iterator ivertexiter typedef typename.. typename ivertexset iterator ivertexiter typedef typename iedgeset iterator iedgeiter typedef typename ivertexset const_iterator.. ivertexset const_iterator civertexiter typedef typename iedgeset const_iterator ciedgeiter class vertex friend class hypergraph..
|