Skip to content

Commit a331efe

Browse files
authored
Update vis.md (#159)
1 parent 1e83716 commit a331efe

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

docs/src/vis.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,13 @@ We demonstrate this on a bidirectional coloring.
6363
```@example img
6464
6565
S = sparse([
66-
1 1 1 1 1 1 1
67-
1 0 0 0 0 0 1
68-
1 0 0 0 0 0 1
69-
1 0 0 0 0 0 1
70-
1 1 1 1 1 1 1
66+
1 1 1 1 1 1 1 1 1
67+
1 0 0 0 0 0 0 0 1
68+
1 0 0 0 0 0 0 0 1
69+
1 0 0 0 0 0 0 0 1
70+
1 0 0 0 0 0 0 0 1
71+
1 0 0 0 0 0 0 0 1
72+
1 1 1 1 1 1 1 1 1
7173
])
7274
7375
problem_bi = ColoringProblem(; structure=:nonsymmetric, partition=:bidirectional)

0 commit comments

Comments
 (0)