Commit f7cb3882 authored by Davis King's avatar Davis King

clarified spec

parent 3b4a2308
...@@ -355,7 +355,7 @@ namespace dlib ...@@ -355,7 +355,7 @@ namespace dlib
object defined at the top of this file, or, an implementation of object defined at the top of this file, or, an implementation of
dlib/directed_graph/directed_graph_kernel_abstract.h. dlib/directed_graph/directed_graph_kernel_abstract.h.
ensures ensures
- returns the sum of the outgoing edges from nodes with a label of SOURCE_CUT - returns the sum of the outgoing flows from nodes with a label of SOURCE_CUT
to nodes with a label != SOURCE_CUT. Note that for a directed_graph object, to nodes with a label != SOURCE_CUT. Note that for a directed_graph object,
the labels are stored in the node's data field. the labels are stored in the node's data field.
!*/ !*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment