forked from neilb/Graph-ReadWrite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
20 lines (14 loc) · 596 Bytes
/
Copy pathTODO
File metadata and controls
20 lines (14 loc) · 596 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TODO for Graph-ReadWrite
* add test cases for reading and writing attributes
* consider doing readers and writers for other graph formats:
- GraphML graphml.graphdrawing.org
- GXL http://www.gupro.de/GXL/
- GML http://www.infosun.fmi.uni-passau.de/Graphlet/GML/
- XGMML http://www.cs.rpi.edu/~puninj/XGMML/
- GDL http://www.aisee.com/gdl/nutshell/
(this is possibly exactly the same as the VCG format,
as aiSee is the commercial version of VCG))
* readers for formats we currently only have writers for:
- daVinci
- VCG
$Id: TODO,v 1.2 2005/01/02 19:05:29 neilb Exp $