Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MinCostMaxFlow ¶
type MinCostMaxFlow struct {
// contains filtered or unexported fields
}
func NewMinCostMaxFlow ¶
func NewMinCostMaxFlow(n int) *MinCostMaxFlow
func (*MinCostMaxFlow) AddEdge ¶
func (f *MinCostMaxFlow) AddEdge(src int, dst int, cost, cap int64)
func (*MinCostMaxFlow) Edges ¶
func (f *MinCostMaxFlow) Edges() []*Edge
Click to show internal directories.
Click to hide internal directories.