Skip to content

Commit

Permalink
Update vis.md (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Nov 11, 2024
1 parent 1e83716 commit a331efe
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/src/vis.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,13 @@ We demonstrate this on a bidirectional coloring.
```@example img
S = sparse([
1 1 1 1 1 1 1
1 0 0 0 0 0 1
1 0 0 0 0 0 1
1 0 0 0 0 0 1
1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1
1 0 0 0 0 0 0 0 1
1 0 0 0 0 0 0 0 1
1 0 0 0 0 0 0 0 1
1 0 0 0 0 0 0 0 1
1 0 0 0 0 0 0 0 1
1 1 1 1 1 1 1 1 1
])
problem_bi = ColoringProblem(; structure=:nonsymmetric, partition=:bidirectional)
Expand Down

0 comments on commit a331efe

Please sign in to comment.