graphthing 1.3.2-3 source package in Ubuntu

Changelog

graphthing (1.3.2-3) unstable; urgency=low

  * Fix desktop file encoding (Closes: #460325).
  * Bump Standards-Version to 3.8.4 (no changes needed).
  * Update my mail address.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  09 May 2010 13:51:05 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Maverick
Original maintainer:
Cyril Brulebois
Architectures:
any
Section:
math
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
graphthing_1.3.2.orig.tar.gz 140.0 KiB 9729c3c31c42ff5ae25c59cc0dc074e4dadcd561e01351212acd6ba2cc4f3a32
graphthing_1.3.2-3.diff.gz 4.1 KiB b377fe701675a34d2e85a2172f2dc51a62c24f91370fe8b3b0cc32bf5ebd648b
graphthing_1.3.2-3.dsc 1.2 KiB 95f24f31b3582eed8d50e9be94d8720fb8f21298c82f181fab527467450ded6b

Available diffs

View changes file

Binary packages built by this source

graphthing: tool to create, manipulate and study graphs

 Some of the features of GraphThing are:
 .
  * Adding, deleting and moving of vertices and edges.
  * Loading and saving of graphs.
  * Graph complements, induced subgraphs and line graphs.
  * Quick creation of many common graphs (complete, cycle, null, star, etc.).
  * Determination of shortest path, connectivity and Eulericity.
  * BFS, DFS and Minimum Spanning Tree.
  * Adjacency matrix (including exponents) and degree sequence.
  * Chromatic polynomial and chromatic number.
  * Network algorithms: Maximum network flow.
 .
 These `graphs' are mathematical objects that describe relationships between
 sets; they are not 2D plots, charts, or anything similar to that.
 .
 At the moment, only simple graphs and digraphs are supported; that is,
 no multiple edges or loops. Other than this, GraphThing can handle
 every type of graph.