Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B6D4561C8 for ; Tue, 28 Jun 2011 12:22:41 +0000 (UTC) Received: (qmail 17841 invoked by uid 500); 28 Jun 2011 12:22:41 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 17753 invoked by uid 500); 28 Jun 2011 12:22:40 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 17691 invoked by uid 99); 28 Jun 2011 12:22:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 12:22:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2011 12:22:38 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8E0A44362D0 for ; Tue, 28 Jun 2011 12:22:17 +0000 (UTC) Date: Tue, 28 Jun 2011 12:22:17 +0000 (UTC) From: "Simone Tripodi (JIRA)" To: issues@commons.apache.org Message-ID: <2107236967.1512.1309263737578.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <588435580.4.1309215476939.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (SANDBOX-333) Graph coloring implementation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SANDBOX-333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simone Tripodi resolved SANDBOX-333. ------------------------------------ Resolution: Fixed Assignee: Simone Tripodi your patch has been successfully applied, thanks for such great contribution! see [r1140557|http://svn.apache.org/viewvc?view=revision&revision=1140557] > Graph coloring implementation > ----------------------------- > > Key: SANDBOX-333 > URL: https://issues.apache.org/jira/browse/SANDBOX-333 > Project: Commons Sandbox > Issue Type: Improvement > Components: Graph > Reporter: Marco Speranza > Assignee: Simone Tripodi > Priority: Minor > Attachments: GraphColoring.patch > > > Hi all, I just implemented a simple version of graph coloring problem. > This implementation contains the chromatic number ( is the minimal number of colors needed to color each vertex such that no two adjacent vertices share the same color) and also the coloring algorithm. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira