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 8de3d3c commit 06d4674Copy full SHA for 06d4674
build/build.go
@@ -41,7 +41,10 @@ import (
41
// by composing and filtering a set of standard graphs, or by writing
42
// functions that describe the edges of a graph.
43
type Virtual struct {
44
+ // The `order` field is, in fact, a constant function.
45
+ // It returns the number of vertices in the graph.
46
order int
47
+
48
// The `edge` and `cost` functions define a weighted graph without self-loops.
49
//
50
// • edge(v, w) returns true whenever (v, w) belongs to the graph;
0 commit comments