I am working on the lay outing algorithm, for this I need a data structure which should be able to store and access information about nodes, edges and clusters very efficiently.
Boost Subgraph structure handles at least data efficiently as per the research but anyone has idea how it is used and prepared? Please help me if any one has worked on such problem?