<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-12905</id>
	<title>Nabble - Graph Theory</title>
	<updated>2008-08-29T05:54:18Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/Graph-Theory-f12905.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Graph-Theory-f12905.html" />
	<subtitle type="html">Graph theory list hosted at nodak.edu.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-19219298</id>
	<title>algorithm for a weighted graph problem</title>
	<published>2008-08-29T05:54:18Z</published>
	<updated>2008-08-29T05:54:18Z</updated>
	<author>
		<name>dark_ink</name>
	</author>
	<content type="html">given a connected undirected graph with a positive weight assigned to each unordered pair of vertices and length assigned to each edge, find a connected sub graph
&lt;br&gt;with X minimized, where X is 
&lt;br&gt;&lt;img src=&quot;http://www.nabble.com/file/p19219298/c2e102f9b5ac5aede2666809cfc172d415fde230.gif&quot; border=&quot;0&quot; /&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/algorithm-for-a-weighted-graph-problem-tp19219298p19219298.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18144434</id>
	<title>Re: Polynomial algorithm for graph isomorphism?</title>
	<published>2008-06-26T15:07:56Z</published>
	<updated>2008-06-26T15:07:56Z</updated>
	<author>
		<name>Jarek Duda</name>
	</author>
	<content type="html">I though to search for counterexamples among cospectral graphs, Ted Spence and Gordon Royle advised me to check strongly regular graphs:
&lt;br&gt;&lt;a href=&quot;http://www.maths.gla.ac.uk/~es/srgraphs.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.maths.gla.ac.uk/~es/srgraphs.html&lt;/a&gt;&lt;br&gt;And ... all of them are counterexamples to all algorithms I've proposed...
&lt;br&gt;These invariants even doesn't recognize orbits for these graphs... they seem to be copletely resistant to combinatorial type invariants... which makes that I've started to doubt about that polynomial isomorphism is polynomial... </content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Polynomial-algorithm-for-graph-isomorphism--tp16953694p18144434.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17985066</id>
	<title>Re: Polynomial algorithm for graph isomorphism?</title>
	<published>2008-06-18T08:20:09Z</published>
	<updated>2008-06-20T11:06:08Z</updated>
	<author>
		<name>Jarek Duda</name>
	</author>
	<content type="html">Above invariants creates some blocking of vertexes with the same invariants - it's topological property.
&lt;br&gt;There will be always vertexes which are indistinguishable - for which there is automorphism transforming one into the other (which are in the same orbit), the question is if our blocking is blocking into orbits? And if the invariants determine uniquely transitive graphs (all vertexes have the same invariants)?
&lt;br&gt;&lt;br&gt;To create more invariants for vertex(i), we can take non diagonal elements of powers of the matrix, and forget about their order - sort them lexicographically. We can make it even smarter - use already found blocking - to the description of neighbor j {((A^k)_ij):k} include also the number of its block. Thanks of it we can find better blocking ... use it to get better ... it will stabilize in polynomial time.
&lt;br&gt;Finally we have all powers of adjacency matrix, but without exact permutation of terms inside some blocks. The permutation inside the block can be freely chosen, so we can assume that we know exactly the first lines of powers of the matrix for each block.
&lt;br&gt;&lt;br&gt;Finally we for example have: diagonal and the first line of powers of the matrix: n^2 + n(n-1) polynomial equations for elements of symmetric matrix ( n(n-1)/2 terms).
&lt;br&gt;We know that there is solution. The question is if is always unique?</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Polynomial-algorithm-for-graph-isomorphism--tp16953694p17985066.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16953694</id>
	<title>Polynomial algorithm for graph isomorphism?</title>
	<published>2008-04-28T23:00:48Z</published>
	<updated>2008-04-28T23:00:48Z</updated>
	<author>
		<name>Jarek Duda</name>
	</author>
	<content type="html">There are n^2 invariants for graphs, which can be computed in polynomial time - diagonal terms of n different powers of the adjacency matrix. 
&lt;br&gt;They tells the number of closed path from the vertex of given length - for example diagonal of second power gives degrees of vertexes (for unoriented graph). Higher powers describes vertex local topology deeper.
&lt;br&gt;Now vectors of these invariants for different vertexes can be sorted lexicographically, giving n^2 invariants up to isomorphism.
&lt;br&gt;&lt;br&gt;So if these invariants doesn't agree for two graphs - the aren't isomorphic.
&lt;br&gt;But question is if the invariants agree, they are isomorphic.
&lt;br&gt;I've showed that it should be in generic case: 
&lt;br&gt;&lt;a href=&quot;http://front.math.ucdavis.edu/0804.3615v1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://front.math.ucdavis.edu/0804.3615v1&lt;/a&gt;&lt;br&gt;&lt;br&gt;I'm looking for a counterexamples - two non isomorphic graphs with the same invariants. 
&lt;br&gt;How to look for them? Maybe there are none?
&lt;br&gt;&lt;br&gt;thanks
&lt;br&gt;Jarek Duda</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Polynomial-algorithm-for-graph-isomorphism--tp16953694p16953694.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15922114</id>
	<title>CFP: Nano-Net 2008</title>
	<published>2008-03-08T15:51:50Z</published>
	<updated>2008-03-08T15:51:50Z</updated>
	<author>
		<name>bushsf</name>
	</author>
	<content type="html">**************** Nano-Net 2008 *********************
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CALL FOR PAPERS
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;3rd International Conference on Nano-Networks
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Boston, USA, Sept 15-17, 2008
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.nanonets.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nanonets.org&lt;/a&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;Sponsors: Create-Net, ICST, EU (IST-FET), ENIAC
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Industry Sponsor: STMicroelectronics
&lt;br&gt;&amp;nbsp;
&lt;br&gt;*****************************************************
&lt;br&gt;For RSS feed on conference updates, register: &lt;a href=&quot;http://nano-net.blogspot.com/feeds/posts/default&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nano-net.blogspot.com/feeds/posts/default&lt;/a&gt;.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;SCOPE: The Nano-Net conference positions itself at the intersection of two worlds, namely, emerging nanotechnologies on one-side, and network/communication theory on the other side. The standing question that this conference will address is: &amp;nbsp;What are the new communication paradigms that derive from the transition from micro- to nano-scale devices? The related degrees of freedom and constraints associated with these new technologies will change our notions about efficient network and system design. Nano-Net provides a multidisciplinary forum for the discussion of new techniques in modeling, design, simulation, and fabrication of network and communication systems at the nano-scale.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;PAPERS: The conference invites original technical papers that have not been previously published and are not currently under review for publication elsewhere. Contributions addressing all subjects pertaining to nanotechnology &amp; networking are solicited.</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/CFP%3A-Nano-Net-2008-tp15922114p15922114.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15921644</id>
	<title>CFP: Nano-Net 2008</title>
	<published>2008-03-08T14:55:57Z</published>
	<updated>2008-03-08T14:55:57Z</updated>
	<author>
		<name>bushsf</name>
	</author>
	<content type="html">**************** Nano-Net 2008 *********************
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CALL FOR PAPERS
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp;3rd International Conference on Nano-Networks
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Boston, USA, Sept 15-17, 2008
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.nanonets.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nanonets.org&lt;/a&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;Sponsors: Create-Net, ICST, EU (IST-FET), ENIAC
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Industry Sponsor: STMicroelectronics
&lt;br&gt;&amp;nbsp;
&lt;br&gt;*****************************************************
&lt;br&gt;For RSS feed on conference updates, register: &lt;a href=&quot;http://nano-net.blogspot.com/feeds/posts/default&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://nano-net.blogspot.com/feeds/posts/default&lt;/a&gt;.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;SCOPE: The Nano-Net conference positions itself at the intersection of two worlds, namely, emerging nanotechnologies on one-side, and network/communication theory on the other side. The standing question that this conference will address is: &amp;nbsp;What are the new communication paradigms that derive from the transition from micro- to nano-scale devices? The related degrees of freedom and constraints associated with these new technologies will change our notions about efficient network and system design. Nano-Net provides a multidisciplinary forum for the discussion of new techniques in modeling, design, simulation, and fabrication of network and communication systems at the nano-scale.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;PAPERS: The conference invites original technical papers that have not been previously published and are not currently under review for publication elsewhere. Contributions addressing all subjects pertaining to nanotechnology &amp; networking are solicited. Suggested topics include, but are not limited to, the following:
&lt;br&gt;&amp;nbsp;
&lt;br&gt;* Applications for Nano-Networks
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Wireless nanoscale transmitters and receivers, nano-sensors and actuators, nanorobotics, medical and in-vivo imaging and sensing, lab on a chip, swarm micro and nano-inspection, embedding sensing, etc...
&lt;br&gt;&amp;nbsp;
&lt;br&gt;* Modeling, Simulation, Standards and Architectural Aspects of Nano-Networks 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Physical characterization/modeling of nano-scale interconnects and devices, Fault-tolerant and reliability of nano-devices, Self-healing properties of nano-networks, CAD flows for NoCs and MP-SoC platforms, NoC performance and trade-off analysis, Energy efficiency, Bio-inspired aspects
&lt;br&gt;&amp;nbsp;
&lt;br&gt;* Novel Information and Graph Theory Aspects of Nano-Networks
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Network architectures and topologies, Statistical mechanics approach to &amp;nbsp;nano-communications, Routing/addressing issues in nano-networks, Nano-coding, Applications of complex network theory, Self-organization in nano-scale systems, Modeling of Nano/Bio Communication Channels
&lt;br&gt;&amp;nbsp;
&lt;br&gt;* Device Physics and Interconnects
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Nano-technologies and devices for on-chip interconnects (CNTs, graphene nano-ribbons, semic., metallic and DNA-templated nanowires), Molecular, optical and wireless interconnects, Interconnects for non-charge-based devices, emerging 3D-interconnect technologies
&lt;br&gt;&amp;nbsp;
&lt;br&gt;* Nano-Robotics
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Communication systems and networking protocols for sub-inch robotic systems, including low-bandwidth coordination schemes for nano-robot teams and range and bearing devices for inter-robot relative positioning
&lt;br&gt;&amp;nbsp;
&lt;br&gt;* Bio-nano Applications
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Bio-Micro/Nanoelectronics, Molecular scale chemical and biosensors, Bio-MEMS technology, Data and power management, Nano-scale and molecular communications and information processing, Information theory analysis of biological communications, Molecular Computation using molecular cells, Chemical computing
&lt;br&gt;&amp;nbsp;
&lt;br&gt;SUBMISSION INSTRUCTIONS: Prospective authors are encouraged to submit a PDF version of the full paper in English. Papers are limited to 5 two-column pages, in a font no smaller than 10-points. Style guides and further information are available on the conference website: &lt;a href=&quot;http://www.nanonets.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.nanonets.org&lt;/a&gt;. Presentation will be either oral or in poster format, as deemed appropriate by the Technical Program Committee.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;PUBLICATION: All submitted papers will be subject to a rigorous peer-review. Accepted papers will be published by Springer in the Nano-Net Conference Proceedings, and made available online through Springer Lecture Notes in Computer Science (LNICST). Selected high-quality papers with a strong nanoscale device component will be reviewed for a Special Issue of the IEEE Transactions on Nanotechnology, in an extended version.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;WORKSHOP &amp; TUTORIAL PROPOSALS: Proposals for Special Sessions and Tutorials are encouraged. Potential Workshop and Tutorial organizers should submit a proposal of at most 5 pages, including scope/motivation of the session/tutorial, list of invited papers (still subject to peer-review) and short-bio of the organizer(s). Workshops should be submitted by e-mail to: goel@albany.edu, tutorials to: liyun@research.ge.com.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;IMPORTANT DATES
&lt;br&gt;===============
&lt;br&gt;Workshop Proposals: &amp;nbsp; &amp;nbsp; &amp;nbsp;May 2, 2008
&lt;br&gt;Paper Submissions: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;May 15, 2008
&lt;br&gt;Acceptance Notification: &amp;nbsp;June 30, 2008
&lt;br&gt;Camera-Ready Version: &amp;nbsp;July 31, 2008
&lt;br&gt;Nano-Net Conference: &amp;nbsp; &amp;nbsp; Sept. 15-17, 2008
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Program Chairs
&lt;br&gt;==============
&lt;br&gt;GENERAL CHAIR
&lt;br&gt;Stephen F Bush
&lt;br&gt;bushsf@research.ge.com
&lt;br&gt;General Electric, USA
&lt;br&gt;&amp;nbsp;
&lt;br&gt;TECHNICAL PROGRAM CHAIR
&lt;br&gt;Alexandre Schmid &amp;nbsp;
&lt;br&gt;EPFL, Switzerland
&lt;br&gt;&amp;nbsp;
&lt;br&gt;TECHNICAL PROGRAM CO-CHAIRS
&lt;br&gt;Alexander Sergienko
&lt;br&gt;Boston University, USA
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Kaustav Banerjee
&lt;br&gt;UCSB, USA
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Radu Marculescu
&lt;br&gt;CMU, USA
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Sumit Roy
&lt;br&gt;U Washington, USA
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Nikolaus Correll
&lt;br&gt;MIT, USA
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Tatsuya Suda
&lt;br&gt;UC Irvine, USA
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Sasitharan Balasubramaniam
&lt;br&gt;TSSG, Ireland
&lt;br&gt;&amp;nbsp;
&lt;br&gt;STEERING COMMITTEE
&lt;br&gt;Imrich Chlamtac (Chair)
&lt;br&gt;Create-Net, Italy
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Gian Mario Maggio
&lt;br&gt;Create-Net, Italy
&lt;br&gt;&amp;nbsp;
&lt;br&gt;WORKSHOP CHAIR
&lt;br&gt;Sanjay Goel
&lt;br&gt;UAlbany, USA
&lt;br&gt;&amp;nbsp;
&lt;br&gt;TUTORIAL CHAIR
&lt;br&gt;Yun Li
&lt;br&gt;General Electric, USA
&lt;br&gt;&amp;nbsp;
&lt;br&gt;STANDARDS CHAIR
&lt;br&gt;Dan Gamota Motorola, USA
&lt;br&gt;&amp;nbsp;
&lt;br&gt;PUBLICATIONS CHAIR
&lt;br&gt;Maggie Cheng
&lt;br&gt;Missouri S&amp;T, USA
&lt;br&gt;&amp;nbsp;
&lt;br&gt;FINANCE CHAIR
&lt;br&gt;Karen Decker
&lt;br&gt;ICST
&lt;br&gt;&amp;nbsp;
&lt;br&gt;LOCAL ARRANGEMENTS CHAIR
&lt;br&gt;Neil Gershenfeld MIT, USA
&lt;br&gt;&amp;nbsp;
&lt;br&gt;WEBMASTER
&lt;br&gt;Damira Pon
&lt;br&gt;UAlbany, USA
&lt;br&gt;&amp;nbsp;
&lt;br&gt;CONFERENCE COORDINATOR
&lt;br&gt;Dorothy Bany
&lt;br&gt;ICST</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/CFP%3A-Nano-Net-2008-tp15921644p15921644.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15605217</id>
	<title>maximum weighted matching in graphs</title>
	<published>2008-02-20T21:46:36Z</published>
	<updated>2008-02-20T21:46:36Z</updated>
	<author>
		<name>casper5375</name>
	</author>
	<content type="html">hi,
&lt;br&gt;does anyone know a maximum weighted matching algorithm for undirected non bipartite graphs. I want to implement it in java.pl........ help
&lt;br&gt;bye!</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/maximum-weighted-matching-in-graphs-tp15605217p15605217.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-14889399</id>
	<title>TMFCS-08 Final Call for papers</title>
	<published>2008-01-16T11:19:30Z</published>
	<updated>2008-01-16T11:19:30Z</updated>
	<author>
		<name>JohnEdward</name>
	</author>
	<content type="html">Final Call for papers
&lt;br&gt;&lt;br&gt;The 2008 International Conference on Theoretical and Mathematical Foundations of Computer Science (TMFCS-08) (website: www.PromoteResearch.org ) will be held during July 7-10 2008 in Orlando, FL, USA. We invite draft paper submissions and the deadline for paper submission is just few weeks from now. The conference will be held at the same time and place where several other major events are taking place. The website contains more details.
&lt;br&gt;&lt;br&gt;Sincerely
&lt;br&gt;John Edward
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/TMFCS-08-Final-Call-for-papers-tp14889399p14889399.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-14686129</id>
	<title>Convex graph ???</title>
	<published>2008-01-08T02:00:19Z</published>
	<updated>2008-01-08T02:00:19Z</updated>
	<author>
		<name>andriami</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I saw the term &amp;quot;convex graph&amp;quot; in an article. I know what means &amp;quot;convex
&lt;br&gt;function&amp;quot; but in graph theory, I have any idea what means &amp;quot;convex graph&amp;quot;.
&lt;br&gt;Does anyone have a definition for this term?
&lt;br&gt;&lt;br&gt;Thank you,</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Convex-graph-----tp14686129p14686129.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-14532525</id>
	<title>Searching for all the induced cycles in a graph</title>
	<published>2007-12-28T14:48:37Z</published>
	<updated>2007-12-28T14:48:37Z</updated>
	<author>
		<name>Joao Pedro</name>
	</author>
	<content type="html">Hi there! 
&lt;br&gt;&lt;br&gt;First of all I want to say that I'm not a mathematician and hope I will make myself clear.
&lt;br&gt;&lt;br&gt;My problem is the following: I have a planar graph G which doesn't have any bridges. For that graph I want to find the set of all induced cycles. I researched a bit on the terminology and I think those are the correct terms for what I have and want to do. I'm wondering if the problem is really NP-Hard and if there's any heuristics that can help me find the problem. Besides the graph I have some more information about it that might help: some of the paths in the graph are actually 1 degree curves. Said in other way, I have a bunch of 1 degree lines that intersect with each other and I want to find all those &amp;quot;small and independent&amp;quot; loops they define.
&lt;br&gt;Can anyone give me at least some clues/directions on where to get a good solution for it?</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Searching-for-all-the-induced-cycles-in-a-graph-tp14532525p14532525.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-14396212</id>
	<title>what kind of topics on graph</title>
	<published>2007-12-18T04:44:07Z</published>
	<updated>2007-12-18T04:44:07Z</updated>
	<author>
		<name>nteph</name>
	</author>
	<content type="html">hello,
&lt;br&gt;&lt;br&gt;now i am doing final project 4 my graduate from university..
&lt;br&gt;&lt;br&gt;and the title of my project is interactive teaching modul of graph Theory
&lt;br&gt;&lt;br&gt;i've some quetions coz i dont really know about graph theory..
&lt;br&gt;&lt;br&gt;could u help me??
&lt;br&gt;&lt;br&gt;1. what kind of primary topics on graph theory which have to be shown on my interactive modul?? coz im so confused bout topics on graph theory,, there are so many more topics right??
&lt;br&gt;&lt;br&gt;so what should i do?? what do you think? what are the important or primary topics which is explained??
&lt;br&gt;&lt;br&gt;thanks 4 ur attention..
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/what-kind-of-topics-on-graph-tp14396212p14396212.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-13227062</id>
	<title>Graph Theory characteristic polynomial problem</title>
	<published>2007-10-15T23:18:06Z</published>
	<updated>2007-10-15T23:18:06Z</updated>
	<author>
		<name>Stephen Kauffman</name>
	</author>
	<content type="html">This is a problem I'm having difficulty solving completely. It concerns a 
&lt;br&gt;graph of m vertices with at least one vertex of degree m-1, which is 
&lt;br&gt;neccessarily connected so its incidence matrix has rank m-1.
&lt;br&gt;&lt;br&gt;(i) If one considers an incidence matrix, Phi, &amp;nbsp;over a field of 
&lt;br&gt;characteristic 0, ie the incidence matrix of a directed graph where the 
&lt;br&gt;columns correspond to the edges and each column contains exactly one 1, 
&lt;br&gt;one -1, and remaining entries 0, (all zeroes for a loop). Any assignment of 
&lt;br&gt;edge orientations is acceptable here.
&lt;br&gt;&lt;br&gt;Now forming the Gram matrix, Phi Phi', for the type of graph above one 
&lt;br&gt;obtains the characteristic polynomial,
&lt;br&gt;&lt;br&gt;p(x) = x(a0 + a1 x + a2 x^2 + ... + x^m-2)(x-m)
&lt;br&gt;&lt;br&gt;where a0 = number of spanning trees = the product of the roots of the middle 
&lt;br&gt;factor.
&lt;br&gt;&lt;br&gt;The roots for this type graph seem always to be integers (for the few 
&lt;br&gt;examples I've tried), but I haven't been able to prove this.
&lt;br&gt;&lt;br&gt;(ii) Second this polynomial seems to be related to another characteristic 
&lt;br&gt;polynomial of a full rank ExE matrix that describes the system of 
&lt;br&gt;fundamental cut sets and cycles of the graph relative to any given spanning 
&lt;br&gt;tree.
&lt;br&gt;&lt;br&gt;The formation of this matrix is involved:
&lt;br&gt;1. Let Phi(i) be obtained by deleting the ith row.
&lt;br&gt;&lt;br&gt;2. Let G = -[(Phi(i)A' )^(-1)] [Phi(i)B'] where A' selects the columns of 
&lt;br&gt;Phi corresponding the branches of a given spanning tree, and B' selects the 
&lt;br&gt;columns corresponding to the chords. &amp;nbsp;G then is |T|x|T^C| and describes the 
&lt;br&gt;system of fundamental cuts and cycles.
&lt;br&gt;&lt;br&gt;3. Form the full rank ExE matrix, Theta = I + (A'GB - B'G'A) = I + S, where 
&lt;br&gt;the second terms on the right are skew symmetric. This is another way of 
&lt;br&gt;describing the system of fundamental cuts and cycles of a given spanning 
&lt;br&gt;tree. &amp;nbsp;I was able to show that the determinant of Theta is the number of 
&lt;br&gt;spanning trees by induction on the number of edges.
&lt;br&gt;&lt;br&gt;Now the characteristic polynomial of S has the form
&lt;br&gt;&lt;br&gt;f(y) = y^k(c0 + c2 y^2 + c4 y^4 + ... + y^2n)
&lt;br&gt;&lt;br&gt;where E = 2n + k and the the sum of the coefficients
&lt;br&gt;c0 + c1 + c4 + ... + 1 is the number of spanning trees.
&lt;br&gt;&lt;br&gt;If we rewrite the second factor as
&lt;br&gt;&lt;br&gt;h(x) = c0 + c1 x + c2 x^2 + ... + x^n
&lt;br&gt;&lt;br&gt;and pad h(x) with enough zero roots if neccessary so that its degree is m-2 
&lt;br&gt;where m is the number of vertices, then in regards to (i) above
&lt;br&gt;&lt;br&gt;p(x) = x h(1-x) (x-m)
&lt;br&gt;&lt;br&gt;But I can't prove this nor can I show that the roots of h(x) are also always 
&lt;br&gt;integers. Also we only have m-1 &amp;lt;= 2n+k &amp;lt;= m(m-1)/2, but this admits the 
&lt;br&gt;possibility that n &amp;gt; m-2 and in the few examples I've tried this never 
&lt;br&gt;happens. I've haven't tried many examples though.
&lt;br&gt;&lt;br&gt;I've posted a paper I've written, 
&lt;br&gt;&lt;a href=&quot;http://www.bcpl.net/~smkauffm/gtlawatersigned.pdf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.bcpl.net/~smkauffm/gtlawatersigned.pdf&lt;/a&gt;&amp;nbsp;, which discusses these 
&lt;br&gt;two seemingly related polynomials in section 5.1 page 18, and section 7.1 
&lt;br&gt;page 37.
&lt;br&gt;&lt;br&gt;Any ideas, or where the problem has been treated before?
&lt;br&gt;-- 
&lt;br&gt;Stephen Kauffman
&lt;br&gt;strangerland@gmail.com
&lt;br&gt;&lt;a href=&quot;http://himthealmightypowerhurled.blogspot.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://himthealmightypowerhurled.blogspot.net&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Graph-Theory-characteristic-polynomial-problem-tp13227062p13227062.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-9242715</id>
	<title>Nursing Jobs</title>
	<published>2007-02-28T18:31:08Z</published>
	<updated>2007-02-28T18:31:08Z</updated>
	<author>
		<name>jenfeb</name>
	</author>
	<content type="html">Nursing Jobs and Nursing Business Opportunities for nurses. &lt;a href=&quot;http://www.ultimatenursingjobs.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ultimatenursingjobs.com&lt;/a&gt;&amp;nbsp;Find hospital nursing jobs, nursing home jobs,home care jobs, industrial nursing jobs, traveling nursing jobs, per diem nursing jobs, nursing registry jobs, nursing agency jobs. Serving nurses and healthcare recruiters for their nursing job search. Free healthcare job postings and nursing jobs search for the nurses and recruiters. State specific job search and job postings for free. Online discussion, message boards for the nursing and the healthcare recruiter community. &amp;nbsp;State specific nursing job search and nursing job postings, and read updated nursing news in your state. &amp;nbsp;Also includes links and resources for nurses. visit &lt;a href=&quot;http://www.ultimatenursingjobs.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ultimatenursingjobs.com&lt;/a&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;jenfeb020607 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;jenfeb0204070715</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Nursing-Jobs-tp9242715p9242715.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-7500823</id>
	<title>Question on graph theory</title>
	<published>2006-11-22T21:52:21Z</published>
	<updated>2006-11-22T21:52:21Z</updated>
	<author>
		<name>tuzzi-i</name>
	</author>
	<content type="html">Four schools P,Q,R and S each has team A and team B in a tournament. The teams from the same school do not play against each other. At certain stage of the tournament, the numbers of games played by the teams, except team A of school P, are distinct. Determine the number of games played by team B of school P.</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Question-on-graph-theory-tp7500823p7500823.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-7215458</id>
	<title>3 steps to money!!!</title>
	<published>2006-11-07T01:53:51Z</published>
	<updated>2006-11-07T01:53:51Z</updated>
	<author>
		<name>nablukash</name>
	</author>
	<content type="html">Read up to the end the given clause,give only 3 minutes,you will lose nothing,reading still to anybody seriously has not damaged. I assure you - your financial position will sharply improve,if you only want it! I offer you a thing to which and itself concerned firstly skeptically.But unlike many similar offers is WORKS. understand,with what mistrust you read it - but continue,I ask,read up clause up to the end.You for certain saw similar Announcements the Internet now dazzles with them.But in that continually what TO EARN it is possible only owing to HONESTY and COMPULSION.The author not I,has found on business-forum.READING IT,YOU CAN CHANGE the LIFE! It has changed also mine! I have come across it at one forum absolutely casually and have decided to try.It is possible TO MAKE THOUSAND DOLLARS FOR COUPLE OF WEEKS AT the INVESTMENT ONLY 6$. I have reflected and have thought,that I basically lose nothing except for 6$ and have decided to try. Has established Internet - purse,has listed all participants of the Action on 1$. Also has started to dispatch these Announcements on different forums. &amp;nbsp;Within 2 days I was registered on 120 business forums and free-of-charge bulletin boards.Has opened the Internet - purse,and in it already nearby 30 $.Whence? Not clear picture,but all is equal for 1 month 30 $ it very little as the previous participants write - they for 1 month have earned tens thousand dollars. And suddenly after 1 month the most interesting has begun: on my purse began to come money every day, later 2 more weeks on mine to the account already were more than 1000$.After that I have sent the announcements on 120 forums. The result was stunning. After only 2 months,I have received 4700$ and money go every day. Each 10 minutes on my account acts on 1$. And this all only for the price in 6$! I was in very bad financial position and long could not find to myself suitable work before have come across this clause. have not believed, what it works, translations from all light I yet have not started to receive has bought everything, what it is necessary to me and it very opportunely, will agree?! My work now is every day for 2 hours on the Internet and ALL! And earnings such, that any the chief and even did not dream heads. Now I shall tell you as IT works, and most WHY! I promise you,that if you in accuracy will observe below the listed instructions you will start to receive much more money, than you thought, not applying on it of special efforts. Will agree, it is simple! It legally. And your contribution makes only 6$.IMPORTANT: IT NOT the DECEIT And THUS YOU RISK NOTHING, And it-WORKS!! ATTENTION! read IT FEW TIMES! Follow Instructions in ACCURACY and 6000 $ and will be yours within two months more!
&lt;br&gt;HERE THOSE 3 STEPS To SUCCESS:1.Be registered in system E-gold which is to the address of &lt;a href=&quot;http://www.egold.com,well&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.egold.com,well&lt;/a&gt;&amp;nbsp;familiarize with the given system - as it works. Then bring 6$ on the account (purse) Read through on a page ways of updating of a purse.
&lt;br&gt;2.Take first number of the account from the list and send on it 1$. It is easily done through &amp;quot;Spend&amp;quot; an option. Further, by analogy, send on 1$ on the following of 5 accounts.
&lt;br&gt;Accounts 
&lt;br&gt;3677778
&lt;br&gt;3740821
&lt;br&gt;3741000
&lt;br&gt;3742004
&lt;br&gt;3742169
&lt;br&gt;3743060
&lt;br&gt;Now ATTENTION!! After you have executed the STEP 2,Copy to yourself on a computer ALL this text from the beginning up to the end (it is possible in a format txt or still as to you it is convenient).In copied clause remove from this list, 1-st account and 1-st, which you move 2-nd account on a place have removed. 3-rd account on a place the second, 4-th account on a place of the third, etc. After enter in 6 line your account.
&lt;br&gt;3.Do in my clause what want change, but keep the main idea PLACE THIS clause at not less than 200 forums and news lines.
&lt;br&gt;Remember, the more you place, the above there will be your income, and this income will depend directly on you. Accommodation of this clause at 200 forums, even on the most seldom visited, guarantees to you the income 6 thousand $ is a MINIMUM! It is more than accommodations - more income at that in a geometrical progression. REMEMBER ЭТО-This business continues to exist and prosper only owing to HONESTY And GRAVITY of PARTICIPANTS. So, when you will reach the First position, you will have thousand dollars simply as the founder of the List! IT costs 6 $ and absolutely trifling work!! The main thing, that it works also it fine! &amp;nbsp;Borrow in it now - not putting off! TIME goes! HOW TO DISTRIBUTE the information in forums.
&lt;br&gt;1. We open google.com, yahoo.com, etc. 
&lt;br&gt;2. We write in a line of Search a phrase: &amp;quot; a forum to begin a new theme &amp;quot; or &amp;quot; a forum to begin a new theme work &amp;quot; (without inverted commas). The system will find thousand pages, references on which at once result on MILLIONS new themes of forums.
&lt;br&gt;And still: be not frightened, if suddenly on that site where you have wanted to place the announcement, already is one or the several similar. It once again confirms that this business really works!And now I to you shall tell,why you in any case actually lose nothing,but only win!We shall tell,from 200 Accommodations I shall receive only 5 Answers,i.e. will respond only 2,5 % of people (very-very small and low figure!!) Further These do 25 people on 200 accommodations with my account already on 4-th line (because enter the) and only 5 answer = my income - 125$! When you in the list already are not present (receipts have stopped or receipts very small) = Place this clause again at 200 forums! And ALL! You can present yourselves, that 1000 people from all world join the Internet and read these clauses every day!! Well, so? Whether you Will spend only 6$ to learn, whether IT works?, and if you will make all how I have described above is WILL WORK, I SWEAR to YOU! 
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/3-steps-to-money%21%21%21-tp7215458p7215458.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-7148019</id>
	<title>Grid</title>
	<published>2006-11-02T14:55:37Z</published>
	<updated>2006-11-02T14:55:37Z</updated>
	<author>
		<name>dgrimes</name>
	</author>
	<content type="html">Is there a name for an &amp;quot;n x n&amp;quot; grid with edges added so that it is 4-regular, non-planar. So all variables have an adjacent neighbor above, below and to its left and right. For vertices on the perimeter of degree 3 one edge is added linking it with its symmetrically equivalent perimeter vertex, i.e. if a vertex at the top of the grid has degree 3 then an edge is added linking it to the vertext at the bottom of its column of vertices in the graph, similarly for rows.
&lt;br&gt;So there are 2*n edges added to a normal &amp;quot;n x n&amp;quot; grid to make it so every vertex is of degree 4.
&lt;br&gt;I am trying to find out if there is a specific name for such a &amp;quot;grid&amp;quot;?</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Grid-tp7148019p7148019.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-2709033</id>
	<title>Re: What's kind of graph?</title>
	<published>2006-02-01T13:33:03Z</published>
	<updated>2006-02-01T13:33:03Z</updated>
	<author>
		<name>supeeti</name>
	</author>
	<content type="html">Hi
&lt;br&gt;&lt;br&gt;Thank you very much for your reply.
&lt;br&gt;&lt;br&gt;Please wait... I will be back with this question again.
&lt;br&gt;&lt;br&gt;OK?
&lt;br&gt;&lt;br&gt;thanks</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/What%27s-kind-of-graph--tp1853315p2709033.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-2694852</id>
	<title>Graph Component</title>
	<published>2006-01-31T21:17:21Z</published>
	<updated>2006-01-31T21:17:21Z</updated>
	<author>
		<name>nvrmind</name>
	</author>
	<content type="html">I've some doubts in graph components.
&lt;br&gt;The question as given below. See if you can give me some insight.
&lt;br&gt;Thnx
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;img src=&quot;http://www.nabble.com/file/p2694852/2276.jpeg&quot; border=&quot;0&quot; /&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Graph-Component-tp2694852p2694852.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-2694779</id>
	<title>Re: What's kind of graph?</title>
	<published>2006-01-31T21:05:28Z</published>
	<updated>2006-01-31T21:05:28Z</updated>
	<author>
		<name>nvrmind</name>
	</author>
	<content type="html">Supeeti
&lt;br&gt;I'm not sure if u still need a solution to this problem.
&lt;br&gt;If so let me know your requiremnts in detail .
&lt;br&gt;If you can make it more clear what is the requirement of your final graph?
&lt;br&gt;&lt;br&gt;thnx
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/What%27s-kind-of-graph--tp1853315p2694779.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-1853315</id>
	<title>What's kind of graph?</title>
	<published>2005-12-08T07:51:37Z</published>
	<updated>2005-12-08T07:51:37Z</updated>
	<author>
		<name>supeeti</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I have some problems with something that may be called &amp;quot;graph&amp;quot;.
&lt;br&gt;My program produces the results that look like the picture as follow
&lt;br&gt;&lt;br&gt;&lt;img src=&quot;http://www.nabble.com/file/p1853315/1911.jpeg&quot; border=&quot;0&quot; /&gt;&lt;br&gt;&lt;br&gt;In this picture, there are 4 results which each result is composed of data node. &amp;nbsp;There is only one direction from left to right, no loop.
&lt;br&gt;&lt;br&gt;The first question is, what kind of this graph? Directed graph or else?
&lt;br&gt;&lt;br&gt;Afther I have the results. I need to do something to get new result like the picture as following. &amp;nbsp;Someone said me &amp;quot;factorize&amp;quot;, I don't know.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;img src=&quot;http://www.nabble.com/file/p1853315/1912.jpeg&quot; border=&quot;0&quot; /&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;So, the second quesiton, Which technique or algorithm or methodology are used for &amp;quot;factorize&amp;quot;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;thanks</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/What%27s-kind-of-graph--tp1853315p1853315.html" />
</entry>

</feed>
