PySCIPOpt  4.3.0
Python Interface for the SCIP Optimization Suite
gcp.py File Reference

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.clock()
 
 tinit = time.clock()
 
 V
 
def x = model.data
 

Detailed Description

model for the graph coloring problem

Definition in file gcp.py.