Re: [jgrapht-users] Suggestions for "shortest path with conditional nodes"?
Brought to you by:
barak_naveh,
perfecthash
From: <org...@io...> - 2015-04-13 21:01:04
|
On 2015-04-13T05:42:02 +0000 "Hoeltzcke, Claus-Dieter (EXTERN: Ethon)" <ext...@vo...> wrote: > Hi, > > use masks using the MaskFunctor<> interface. On 2015-04-13T10:26:30 -0700 John Sichi <js...@gm...> wrote: > You can use one of the subgraph implementations for this: > > http://jgrapht.org/javadoc/org/jgrapht/graph/Subgraph.html > http://jgrapht.org/javadoc/org/jgrapht/graph/MaskSubgraph.html > Interesting! Thanks all, this looks ideal. M |