Graph Coloring with the least collision
From: Bilal Sallakh (afkar_at_mail2world.com)
Date: 01/20/04
- Next message: Alan Balmer: "Re: Mars Rover Controlled By Java"
- Previous message: COCOON 2004: "2nd CFP: COCOON 2004"
- Next in thread: gai luron: "Re: Graph Coloring with the least collision"
- Reply: gai luron: "Re: Graph Coloring with the least collision"
- Reply: Chip Klostermeyer: "Re: Graph Coloring with the least collision"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 20 Jan 2004 08:26:18 -0800
Finding the chromatic number of a graph is a famous NP-Complete
problem. Even
If we want to color an arbitrary undirected graph G with a fixed
number of colors, say k, wheather G is k-colorable or not.
How can we color G with the minimum number of collisions (violations
to the coloring criterion)?
Someone told me that the proble can be formulated as a linear program.
How?
Sure if it is, then the complexity is polynomial.
Another question is:
If a graph is k-colorable, then is the problem of finding a k-coloring
for the graph, NP-Complete?
- Next message: Alan Balmer: "Re: Mars Rover Controlled By Java"
- Previous message: COCOON 2004: "2nd CFP: COCOON 2004"
- Next in thread: gai luron: "Re: Graph Coloring with the least collision"
- Reply: gai luron: "Re: Graph Coloring with the least collision"
- Reply: Chip Klostermeyer: "Re: Graph Coloring with the least collision"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|