Do you plan to release shortest_all_path generator in near future? I'd like to use that kind of algorithm in the project I am currently working on. I tried with current implementation of ShortestAllPaths.java, but it does not work for me (I receive AlgorithmException). Is it other way to traverse Eulerain graph (full coverage) in GraphWalker?