model for the graph coloring problem More...
Go to the source code of this file.
Namespaces | |
gcp | |
Functions | |
def | gcp (V, E, K) |
def | gcp_low (V, E, K) |
def | gcp_sos (V, E, K) |
def | make_data (n, prob) |
Variables | |
dictionary | color = {} |
dictionary | cpu = {} |
E | |
int | K = 10 |
def | model = gcp_low(V, E, K) |
list | models = [gcp, gcp_low, gcp_sos] |
int | N = 25 |
name = m.__name__ | |
tend = time.time() | |
tinit = time.time() | |
V | |
def | x = model.data |
model for the graph coloring problem
Definition in file gcp.py.