len(mussa.paths()) should equal the number of found paths
authorDiane Trout <diane@caltech.edu>
Thu, 14 Dec 2006 21:17:25 +0000 (21:17 +0000)
committerDiane Trout <diane@caltech.edu>
Thu, 14 Dec 2006 21:17:25 +0000 (21:17 +0000)
commitb34b06e3737e3ceb6ce85705c2861cb51d898628
tree8cbd27fc832b504e08d767b8dc794e46f82e5592
parent3c6a85e0f802fba6b3f6bc1a4c86e1711a4989ae
len(mussa.paths()) should equal the number of found paths
ticket:244
for some reason I was returning the number of sequences instead,
that is available as sequence_count.

Renamed size_t in NwayPaths to NwayPaths::size_type

Also I exported the various types of path size counts to the python layer
alg/nway_paths.cpp
alg/nway_paths.hpp
alg/test/test_nway.cpp
py/nway_paths.cpp
py/test/TestMussa.py