Files
gonum/graph/flow/doc.go
Dan Kortschak 60a68a3a7f graph/flow: new package for (control) flow analysis
This is broken out from path to make room for the additional control
flow analysis routines that are currently being worked on.
2019-03-12 12:50:28 +10:30

7 lines
278 B
Go

// Copyright ©2019 The Gonum Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package flow provides control flow analysis functions.
package flow // import "gonum.org/v1/gonum/graph/flow"