Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Topological ¶
type Topological struct {
// contains filtered or unexported fields
}
func NewTopologicalOrder ¶
func NewTopologicalOrder(g *directed_graph.Digraph) (*Topological, error)
func (*Topological) HasOrder ¶
func (t *Topological) HasOrder() bool
func (*Topological) IsDAG ¶
func (t *Topological) IsDAG() bool
func (*Topological) Order ¶
func (t *Topological) Order() stack.Stack
func (*Topological) Rank ¶
func (t *Topological) Rank(v int) int
Click to show internal directories.
Click to hide internal directories.