We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719a12e commit 3b09c79Copy full SHA for 3b09c79
build/build.go
@@ -23,11 +23,11 @@
23
// to turn on caching for any component. This gives constant time
24
// performance for all basic operations on that component.
25
//
26
-// Example usage
+// Tutorial
27
28
-// The package examples show how to build graphs from standard components
29
-// using composition and filtering. They also demonstrate how to apply
30
-// a cost function to a virtual graph.
+// The Euclid and Maxflow examples show how to build graphs from
+// standard components using composition and filtering. They also
+// demonstrate how to apply a cost function to a virtual graph.
31
32
package build
33
0 commit comments