Ticket #1307 (new enhancement)

Opened 5 years ago

Last modified 19 months ago

graphs: Strongly regular graph database

Reported by: jason Owned by: rlm
Priority: major Milestone: sage-wishlist
Component: graph theory Keywords: database
Cc: mvngu Work issues:
Report Upstream: N/A Reviewers:
Authors: Merged in:
Dependencies: Stopgaps:

Description

From Chris Godsil's wishlist:

> 
>>> A database of small graphs. Put Ted Spence's strongly regular graphs
>>> into a
>>> database. (In this case the important thing is to have the graphs
>>> themselves,
>>> we would not necessarily need much data.)

Change History

comment:1 Changed 5 years ago by jason

  • Summary changed from [graphs] Strongly regular graph database to graphs: Strongly regular graph database

comment:2 Changed 5 years ago by rlm

  • Keywords database added; graphs removed
  • Owner changed from mhansen to rlm
  • Component changed from combinatorics to graph theory

comment:3 Changed 4 years ago by mvngu

  • Cc mvngu added

CC'ing myself

comment:4 Changed 4 years ago by ncohen

If it just consists in converting the 32,548 graphs with parameters (36-15-6-6) to some database, I could do that with a bit of scripting... I saw there was in SAGE_DATA a file graphs.db ( sqlite format ), and the trouble is that I do not know what it contains, how to open it, and how to build one myself if it is what you expect... Could I know a bit more about this ? :-)

comment:5 Changed 4 years ago by jason

I believe that database just contains the data that is exposed here:

 http://good.math.iastate.edu/grout/graphs/

You can download one of the many SQLITE GUI tools listed at  http://www.sqlite.org/cvstrac/wiki?p=ManagementTools and look at the database.

comment:6 Changed 4 years ago by ncohen

Thank you !!! I understand how it works now :-)

Well, so what about this database ? Do you think it would be a good idea to build a sqlite database for Sage with these graphs ? I do not know, for example, if this database will be compressed in any way, because there are a lot of graphs available and it could become a bit heavy.. Is there anything more efficient, in case the users needs to enumerate them all ?

comment:7 Changed 19 months ago by jason

  • Report Upstream set to N/A

Here is a worksheet showing how to convert the graphs on Ted's page to Sage graphs:  http://test.sagenb.org/home/pub/17/

Note: See TracTickets for help on using tickets.