Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TransitiveClosure ¶
type TransitiveClosure struct {
// contains filtered or unexported fields
}
func NewTransitiveClosure ¶
func NewTransitiveClosure(g *directed_graph.Digraph) *TransitiveClosure
func (*TransitiveClosure) Reachable ¶
func (tc *TransitiveClosure) Reachable(v, w int) bool
Click to show internal directories.
Click to hide internal directories.