graph icon indicating copy to clipboard operation
graph copied to clipboard

Product graphs

Open cbbowen opened this issue 7 years ago • 2 comments

Views of two or more graphs as a single Cartesian or tensor product graph should be added.

cbbowen avatar May 08 '18 19:05 cbbowen

I would strongly vow for this feature. However I would not do this begin with, it would be much better if the library would offer subgraphs (e.g minimum spanning tree) which are itself ranges over the product of the function. This would very much embrace the power of ranges v3 over the principles of BGL (which you ported so nicely).

Fohlen avatar Jan 06 '19 22:01 Fohlen

f5028e0ca87fe82d97cad33c68d4577570a5831b added graph::tensor_product_view(...) which lays the foundation for, but it's not yet feature complete.

cbbowen avatar Jan 21 '19 06:01 cbbowen