We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e518d commit eb383cdCopy full SHA for eb383cd
1 file changed
src/optimal.jl
@@ -5,6 +5,7 @@ Coloring algorithm that relies on mathematical programming with [JuMP](https://j
5
6
!!! warning
7
This algorithm is only available when JuMP is loaded. If you encounter a method error, run `import JuMP` in your REPL and try again.
8
+ It only works for nonsymmetric, unidirectional colorings problems.
9
10
!!! danger
11
The coloring problem is NP-hard, so it is unreasonable to expect an optimal solution in reasonable time for large instances.
0 commit comments