Click or drag to resize
AcyclicLP Methods

The AcyclicLP type exposes the following members.

Methods
  NameDescription
Public methodDistTo
Returns the length of a longest path from the source vertex s to vertex v.
Public methodHasPathTo
Is there a path from the source vertex s to vertex v?
Public methodStatic memberMainTest
Demo test the AcyclicLP data type.
Public methodPathTo
Returns a longest path from the source vertex s to vertex v.
Top
See Also