Skip to content

Commit eb383cd

Browse files
authored
Update src/optimal.jl
1 parent 23e518d commit eb383cd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/optimal.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Coloring algorithm that relies on mathematical programming with [JuMP](https://j
55
66
!!! warning
77
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.
89
910
!!! danger
1011
The coloring problem is NP-hard, so it is unreasonable to expect an optimal solution in reasonable time for large instances.

0 commit comments

Comments
 (0)