Click here to get back home

Do we need Graph::Clique module?

 HomeNewsGroups | Search | About
 comp.lang.perl.modules    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Do we need Graph::Clique module? Edward Wijaya 11-10-2004
Posted by Edward Wijaya on November 10, 2004, 2:58 pm
Please log in for more thread options
Hi,

I am planning to implement an extension to Greg Bacon's
implementation on clique reduction in a graph:

http://home.hiwaay.net/~gbacon/perl/clique.html

The main idea of this module is to take
input of edges and vertices from a graph,
and return all the k-cliques.

e.g:
@Vertices = (1, 2, 3, 4);
@Edges = ([1,2], [1,3], [2,3], [2,4], [3,4]);

Would return
123
234

I wonder if this kind of implementation already exist in CPAN,
and if this is useful to general CPAN audience?

As far as I know, Jarkko's Graph module doesn't support that.

Any comment and insight is very much expected.

Thanks so much for your time.

Regards,
Edward WIJAYA
SINGAPORE


Similar ThreadsPosted
Graph.0.69 Module---how to get a DAG from graph with cycles January 23, 2006, 2:50 pm
Name for a new Tk Graph module April 4, 2007, 6:17 am
GD::Graph - how to get rid of leading gap in line graph? October 1, 2004, 10:56 am
Perl GD::Graph module: bug? August 3, 2004, 8:42 pm
Graph Path Module April 14, 2008, 5:37 am
"diameter", "has_a_cycle" problems in Graph-0.76 module July 12, 2006, 4:32 am
GD::GRAPH two_axes December 8, 2004, 6:01 pm
GD::Graph isn't numeric etc. January 26, 2005, 7:43 pm
GD graph, Several Colors per Bar? May 30, 2005, 6:52 pm
GD::Graph => How to set maximum value manually on Y ? October 6, 2004, 6:35 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap