What's the simplest way to compute the genus of a graph using Mathematica? I have looked for a Genus function (even in the Combinatorica package), but I don't think there is one.
Note: Efficiency is not an issue for the moment. I am asking for a way to compute the genus, any way, preferably a simple way.

Graphobjects, but maybe you could adapt it for your use – rm -rf♦ Jun 3 '12 at 2:27GraphData[{"Complete", 12}, "Genus"]orGraphData["IcosahedralGraph", "Genus"]. And for some classes there are analytic closed formulas: mathworld.wolfram.com/GraphGenus.html – Vitaliy Kaurov Jun 3 '12 at 4:07Genusmethod somewhere, but that didn't work :) – becko Jun 5 '12 at 2:57