solve the graph coloring problem with fixed-k model More...
Go to the source code of this file.
Namespaces | |
| gcp_fixed_k | |
Functions | |
| def | gcp_fixed_k (V, E, K) |
| def | make_data (n, prob) |
| def | solve_gcp (V, E) |
Variables | |
| color | |
| E | |
| K | |
| V | |
solve the graph coloring problem with fixed-k model
Definition in file gcp_fixed_k.py.