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 7169F9B6A for ; Mon, 6 Feb 2012 11:18:24 +0000 (UTC) Received: (qmail 27319 invoked by uid 500); 6 Feb 2012 11:18:24 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 27153 invoked by uid 500); 6 Feb 2012 11:18:22 -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 27138 invoked by uid 99); 6 Feb 2012 11:18:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2012 11:18:22 +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; Mon, 06 Feb 2012 11:18:20 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 4133ECB8D6 for ; Mon, 6 Feb 2012 11:17:59 +0000 (UTC) Date: Mon, 6 Feb 2012 11:17:59 +0000 (UTC) From: "Thomas Neidhart (Commented) (JIRA)" To: issues@commons.apache.org Message-ID: <733377981.1754.1328527079268.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1141188226.30037.1324372290912.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (SANDBOX-348) Implement the Boruvka's algorithm 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-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13201226#comment-13201226 ] Thomas Neidhart commented on SANDBOX-348: ----------------------------------------- Ok, I have committed the changes with your suggestions in r1240978. > Implement the Boruvka's algorithm > --------------------------------- > > Key: SANDBOX-348 > URL: https://issues.apache.org/jira/browse/SANDBOX-348 > Project: Commons Sandbox > Issue Type: Sub-task > Components: Graph > Reporter: Simone Tripodi > Assignee: Simone Tripodi > Attachments: BoruvkaTestCase2.java, DefaultSpanningTreeAlgorithmSelector.java, SANDBOX-348-ConnectivityAlgo.patch, SANDBOX-348_Boruvka_algorithm_implementation.patch > > > The class {{org.apache.commons.graph.spanning.Boruvka}} contains an empty implementation of [Boruvka|http://en.wikipedia.org/wiki/Bor%C5%AFvka's_algorithm]'s algorithm, that needs to be filled. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira