- nil {α σ : Type} {M : labeled_digraph α σ} {u : σ} : walk_labeled_digraph M u u []
- cons {α σ : Type} {M : labeled_digraph α σ} {u v w : σ} {a : α} {x : List α} (h : M.edge (u, v, a)) (p : walk_labeled_digraph M v w x) : walk_labeled_digraph M u w (a :: x)
Instances For
- nil {α σ : Type} {M : labeled_digraph α σ} {u : σ} : unlabeled_walk_labeled_digraph M u u
- cons {α σ : Type} {M : labeled_digraph α σ} {u v w : σ} (h : ∃ (a : α), M.edge (u, v, a)) (p : unlabeled_walk_labeled_digraph M v w) : unlabeled_walk_labeled_digraph M u w
Instances For
noncomputable def
walk_of_walk_labeled_digraph
{α σ : Type}
{M : labeled_digraph α σ}
{u w : σ}
{x : List α}
(wa : walk_labeled_digraph M u w x)
:
Equations
- One or more equations did not get rendered due to their size.