Tool for construction of graph with specified properties

97 Views Asked by At

Is there a tool (class of algorithms for graph generation) that can construct graph with specified properties. E.g. construct graph who is homeomorphic with both to K5 and K3,3. Construct planar graph with n vertices whose complement is planar too.

I imagine that such tool can be combination both of library of algorithms and ontology of notable graphs and facts about graphs. I guess it could be nightmare for academic education, but lot of practical application can require such tool.

Maybe there is ongoing open source project where we can contribute?

1

There are 1 best solutions below

0
On

Listing few opensource solutions:

  1. Sagemath can be used to analyse graphs

  2. GraphTea

.... and much more