You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/conflicts.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ A conflict representation must implement the following functions:
15
15
3.[`noconflicts`](@ref): Returns a boolean indicating whether there occurs any conflict in the whole representation.
16
16
17
17
It is possible to have a [`SparseMatrixCSC`](https://docs.julialang.org/en/v1/stdlib/SparseArrays/#man-csc) from [`SparseArrays`](https://github.com/JuliaSparse/SparseArrays.jl) or a [`SimpleGraph`](https://juliagraphs.org/Graphs.jl/stable/core_functions/simplegraphs/#Graphs.SimpleGraphs.SimpleGraph) from [`Graphs.jl`](https://github.com/JuliaGraphs/Graphs.jl) as a conflict representation.
18
-
The graph conflict representation is tied to `GraphColoring` as an extension depending on [`Graphs.jl`](https://github.com/JuliaGraphs/Graphs.jl).
18
+
The graph conflict representation is tied to `GraphsColoring` as an extension depending on [`Graphs.jl`](https://github.com/JuliaGraphs/Graphs.jl).
19
19
20
20
The respective representation needs to support the [`conflicts`](@ref) function that returns
21
21
@@ -26,25 +26,25 @@ The respective representation needs to support the [`conflicts`](@ref) function
In Visual Studio Code the [Coverage Gutters](https://marketplace.visualstudio.com/items?itemName=ryanluker.vscode-coverage-gutters) plugin can be used to visualize the tested lines of the code by inserting the path of the *GraphColoring.lcov.info* file in the settings.
60
+
In Visual Studio Code the [Coverage Gutters](https://marketplace.visualstudio.com/items?itemName=ryanluker.vscode-coverage-gutters) plugin can be used to visualize the tested lines of the code by inserting the path of the *GraphsColoring.lcov.info* file in the settings.
0 commit comments