Finding the Maximum Number of Node-disjoint Cycles
From: Glenn C. Rhoads (gcrhoads_at_yahoo.com)
Date: 12/12/03
- Next message: Craig Feinstein: "Re: Question: the modern/state-of-the-art P?=NP research"
- Previous message: randy: "Re: is this hard?"
- Next in thread: Sterten: "Re: Finding the Maximum Number of Node-disjoint Cycles"
- Reply: Sterten: "Re: Finding the Maximum Number of Node-disjoint Cycles"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 11 Dec 2003 18:31:47 -0800
I have an application where I need to find the maximum number
of node-disjoint cycles in an undirected graph. The problem
is NP-complete but the graph is small enough and "nice" enough
that it should be easily doable. I would appreciate it if
someone would point me to a description of a simple algorithm
for solving this problem.
The graph is a *subgraph*, of a two-dimensional mesh unioned
with one special node that is adjacent to every node on the
boundary of the mesh. The size of the mesh could be anywhere
from 5x5 through 10x10. The subgraph will contain all the
nodes but most of the potential edges will be absent. A
typical 10x10 case would contain say 5 nodes of degree 3,
one node of degree 4, a few isolated nodes, the special node
of degree of degree around 8 or 10, and every other node would
have degree 2. For such graphs, it is pretty simple to find
a maximal set of node disjoint cycles by hand, but I need to
repeat this process many times in a computer program.
- Next message: Craig Feinstein: "Re: Question: the modern/state-of-the-art P?=NP research"
- Previous message: randy: "Re: is this hard?"
- Next in thread: Sterten: "Re: Finding the Maximum Number of Node-disjoint Cycles"
- Reply: Sterten: "Re: Finding the Maximum Number of Node-disjoint Cycles"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|