python wrap mussa, nwaypaths, and conservedpaths
authorDiane Trout <diane@caltech.edu>
Sat, 4 Mar 2006 09:02:28 +0000 (09:02 +0000)
committerDiane Trout <diane@caltech.edu>
Sat, 4 Mar 2006 09:02:28 +0000 (09:02 +0000)
commitf0f9cd4b6292561ed9e614c2f47f06a627fe8851
tree1c005f1547c3f0653cd52e5254032bee98efba47
parenta37d99e112bea87d572694f9d3a8ed933b2c9fb6
python wrap mussa, nwaypaths, and conservedpaths
provide a python interface to at least some of Mussa, NwayPaths, and
ConservedPaths so I can get some idea of how much more efficient a
graph representation for paths would be than the current linear structure.
(AKA how often is a a path segment shared?)
Makefile.noqt
alg/nway_paths.cxx
alg/nway_paths.hh
py/conserved_path.cxx [new file with mode: 0644]
py/module.cxx [new file with mode: 0644]
py/module.mk [new file with mode: 0644]
py/mussa.cxx [new file with mode: 0644]
py/nway_paths.cxx [new file with mode: 0644]