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

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
 

Detailed Description

solve the graph coloring problem with fixed-k model

Definition in file gcp_fixed_k.py.