internal/profile.Edge.Residual (field)

3 uses

	internal/profile (current package)
		graph.go#L98: 			e.Residual = true
		graph.go#L106: 	info := &Edge{Src: n, Dest: to, WeightDiv: dv, Weight: v, Residual: residual, Inline: inline}
		graph.go#L228: 	Residual bool