We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49b468 commit df35321Copy full SHA for df35321
2 files changed
Project.toml
@@ -30,7 +30,9 @@ CUDA = "5.8.2"
30
CliqueTrees = "1"
31
Colors = "0.12.11, 0.13"
32
DocStringExtensions = "0.8,0.9"
33
+JuMP = "1.29.1"
34
LinearAlgebra = "<0.0.1, 1"
35
+MathOptInterface = "1.45.0"
36
PrecompileTools = "1.2.1"
37
Random = "<0.0.1, 1"
38
SparseArrays = "<0.0.1, 1"
docs/src/api.md
@@ -17,8 +17,14 @@ SparseMatrixColorings
17
coloring
18
fast_coloring
19
ColoringProblem
20
+```
21
+
22
+## Coloring algorithms
23
24
+```@docs
25
GreedyColoringAlgorithm
26
ConstantColoringAlgorithm
27
+OptimalColoringAlgorithm
28
```
29
## Result analysis
0 commit comments