We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e83716 commit a331efeCopy full SHA for a331efe
1 file changed
docs/src/vis.md
@@ -63,11 +63,13 @@ We demonstrate this on a bidirectional coloring.
63
```@example img
64
65
S = sparse([
66
- 1 1 1 1 1 1 1
67
- 1 0 0 0 0 0 1
68
69
70
+ 1 1 1 1 1 1 1 1 1
+ 1 0 0 0 0 0 0 0 1
71
72
73
])
74
75
problem_bi = ColoringProblem(; structure=:nonsymmetric, partition=:bidirectional)
0 commit comments