Re: Graph Theory: Cutting a Graph into Two in an Artificial Chemistry
- From: riderofgiraffes <mathforum.org_am@xxxxxxxxxxxxxx>
- Date: Fri, 01 Aug 2008 12:26:00 EDT
I don't have time to do this "properly", but the
general question for general graphs has the feel
of NP-Complete. However, your situation will have
many many more constraints on the graph. For
example, you won't have 6000 vertices, all mutually
connected.
It feels to me like the graphs you are interested
in will have only limited sorts of minimal cycles,
and each "atom" will have small degree. In that
case there are going to be clever branch-and-bound
searches that should work.
I don't, however, know of anything "off the shelf".
.
- Prev by Date: Re: Question about Apostol Text
- Next by Date: Re: How to pronounce Godel
- Previous by thread: Re: Graph Theory: Cutting a Graph into Two in an Artificial Chemistry
- Next by thread: Alternate proof of Th7.13 in Rudin's PMA?
- Index(es):
Relevant Pages
|