Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

NetworkX (NX) is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. Features: * Includes standard graph-theoretic and statistical physics functions * Easy exchange of network algorithms between applications, disciplines ... [More] , and platforms * Includes many classic graphs and synthetic networks * Nodes and edges can be "anything" (e.g. time-series, text, images, XML records) * Exploits existing code from high-quality legacy software in C, C++, Fortran, etc. * Open source (encourages community input) * Unit-tested Additional benefits due to Python: * Allows fast prototyping of new algorithms * Easy to teach * Multi-platform * Allows easy access to almost any database [Less]

4.0
   
  0 reviews  |  8 users  |  44,843 lines of code  |  22 current contributors  |  Analyzed 28 days ago
 
 

graph-tool is a python module to help with statistical analysis of graphs. Its feature set includes support for both directed and undirected graphs with arbitrary vertex and edge properties, edge/vertex filtering, correlated random graph generation and community detection. It supports also ... [More] several statistical measurements, such as: degree histogram, combined degree histogram, vertex-vertex degree correlation, average nearest neighbours degree, vertex-edge-vertex correlation, clustering coefficients, extended clustering coefficient, assortativity coefficient, betweenness centrality, average distance, component statistics and reciprocity. The core algorithms are written in C++, making use of the Boost Graph Library, and template metaprogramming techniques, with performance in mind. [Less]

5.0
 
  0 reviews  |  4 users  |  51,064 lines of code  |  1 current contributor  |  Analyzed 1 day ago
 
 

This is another library for creating and manipulating graphs. There is simply no other graph library out there which can be handle graphs of the size the author is confronted with efficiently. Whenever possible igraph tries to be also user friendly and portable. igraph started as an additional ... [More] package to the GNU R statistical environment, and still some functions which are hard to implement in C are available only in R (like interactive graphics). Most functions are however now written in C and they can be compiled without R as a separate library. [Less]

5.0
 
  0 reviews  |  2 users  |  449,261 lines of code  |  4 current contributors  |  Analyzed 4 days ago
 
 

TSPSG is intended to generate and solve Travelling Salesman Problem (TSP) tasks. It uses the Branch and Bound method for solving. Its input is a number of cities and a matrix of city-to-city travel costs. The matrix can be populated with random values in a given range (which is useful for generating ... [More] tasks). The result is an optimal route, its price, step-by-step matrices of solving, and a solving graph. The task can be saved in an internal binary format and opened later. The result can be printed or saved as PDF, HTML, or ODF. TSPSG may be useful for teachers to generate test tasks or just for regular users to solve TSPs. Also, it may be used as an example of using Branch and Bound method to solve a particular task. [Less]

0
 
  0 reviews  |  1 user  |  5,854 lines of code  |  1 current contributor  |  Analyzed 2 days ago
 
 

QuickGraph 3.0 provides *generic* directed graph datastructures and algorithms for them. It also comes with algorithms such as depth first seach, breath first search, shortest path, network flow etc... and takes full advantage of the C# 3.0 features.

0
 
  0 reviews  |  1 user  |  643,001 lines of code  |  1 current contributor  |  Analyzed 1 day ago
 
 

WPFGraph is a tool to create animations of graph algorithms using a WPF based 3D rendering engine. You can create a graph by adding nodes and edges to the UI simply by using your mouse. Then you can execute a graph algorithm like Dijkstra on the created graph.

5.0
 
  0 reviews  |  1 user  |  47,771 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

This is for class project. May not be useful for you.

0
 
  0 reviews  |  0 users  |  2,556 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

A Graph visualization software focused on graph creation and dynamic animations showing some basic algorithms functioning. It has a plugin system which facilitates the introduction of new algorithms in the software.

0
 
  0 reviews  |  0 users  |  4,593 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

A Property Graph Algorithms Package

0
 
  0 reviews  |  0 users  |  5,119 lines of code  |  9 current contributors  |  Analyzed 9 days ago
 
 

GPath is an evolutionary graph search algorithm that tries to solve the single-source shortest path problem for a graph, in which each node has a coordinate attached. It's based on the idea of chemotaxis, the method by which many single and multi-cellular organisms find their food.

0
 
  0 reviews  |  0 users  |  455 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.