Ask Your Question
0

Graph database

asked 2012-11-05 15:14:47 +0200

G-Sage gravatar image

updated 2012-11-05 15:35:25 +0200

I know there is a built-in graph database. So, if I wanted to know the value of many different graph parameters for some small graph, I could just use the database to find them instead of having Sage calculate them. (or, at least in one case, Sage is actually unable to calculate them, e.g., Lovasz number).

But, I would like a similar thing for many of the named graphs built in to Sage (single graphs and families). Does anything exist? For example, if you try to calculate the chromatic number of the Higman Sims graph, it will take a very long time or may never finish. But, the value is likely known and it would be sweet if it were just built-in. Similarly, maybe the chromatic number of a complete multipartite graph. That is an obvious calculation but one that could take a very long time in Sage if there are many vertices. Is such a thing already built in? Or, is any one working on such things?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-11-05 17:51:06 +0200

Jason Grout gravatar image

There isn't a convenient database of graph parameters in Sage beyond the 7 (or optionally 8, IIRC)-vertex graphs. I don't think anyone is working on such a thing, but volunteers are certainly welcome to work on such a thing!

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2012-11-05 15:14:47 +0200

Seen: 287 times

Last updated: Nov 05 '12