Differences between revisions 92 and 95 (spanning 3 versions)
Revision 92 as of 2006-10-20 08:13:02
Size: 1433
Editor: anonymous
Comment:
Revision 95 as of 2006-11-13 09:54:24
Size: 1906
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
 * On Friday, October 20th Robert Miller will be giving a talk in PDL C-401 at 4:00pm. The talk will address the state of affairs for existing software, share a few benchmarks, and discuss some implementation ideas.  * On Friday, October 20th Robert Miller gave a [http://sage.math.washington.edu/home/rlmill/talk_2001-10-20/2006-10-20SAGE.pdf talk] about the state of affairs for existing software which shared a few benchmarks and discussed some implementation ideas.
 * Emily Kirkman has begun working on a database of common graphs.
Line 24: Line 25:
=== Plotting ===
 * [http://sage.math.washington.edu:9001/graph_plotting Link]
 * So far: NetworkX graphics primitive
=== Database ===
 * [http://sage.math.washington.edu:9001/graph_database Link]
 * So far: Basic graph structures with intuitive graphics
 * Plan: Extensive educational docstrings and many, many more graph constructors
 * Need: Feedback!

TableOfContents

Introduction

The SAGE Graph Theory Project aims to implement Graph objects and algorithms in ["SAGE"].

The main people working on this project are Emily Kirkman, Robert Miller and Bobby Moretti.

Current Status

Wiki Pages

Survey of Existing Software

Benchmarks

  • [http://sage.math.washington.edu:9001/graph_benchmark Link]

  • Our initial tests are designed to compare the constructions and very basic functionality found in our survey of existing software. At this stage in the game, we are testing to find the best way to represent graph objects in SAGE.
  • We will post results on the wiki as we get them. And as always, we love feedback!

Plotting

Database

graph (last edited 2009-11-29 06:48:46 by newacct)