quickgraph 3.3.50603.0.20100822
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/docs/QuickGraph.chm +0 -0
- data/lib/net-2.0/QuickGraph.Contracts.dll +0 -0
- data/lib/net-2.0/QuickGraph.Data.Contracts.dll +0 -0
- data/lib/net-2.0/QuickGraph.Data.XML +13 -0
- data/lib/net-2.0/QuickGraph.Data.dll +0 -0
- data/lib/net-2.0/QuickGraph.Graphviz.Contracts.dll +0 -0
- data/lib/net-2.0/QuickGraph.Graphviz.dll +0 -0
- data/lib/net-2.0/QuickGraph.Graphviz.xml +66 -0
- data/lib/net-2.0/QuickGraph.XML +8222 -0
- data/lib/net-2.0/QuickGraph.dll +0 -0
- data/lib/net-3.5/QuickGraph.Contracts.dll +0 -0
- data/lib/net-3.5/QuickGraph.Data.Contracts.dll +0 -0
- data/lib/net-3.5/QuickGraph.Data.XML +46 -0
- data/lib/net-3.5/QuickGraph.Data.dll +0 -0
- data/lib/net-3.5/QuickGraph.Graphviz.Contracts.dll +0 -0
- data/lib/net-3.5/QuickGraph.Graphviz.dll +0 -0
- data/lib/net-3.5/QuickGraph.Graphviz.xml +134 -0
- data/lib/net-3.5/QuickGraph.XML +8146 -0
- data/lib/net-3.5/QuickGraph.dll +0 -0
- data/lib/silverlight/QuickGraph.Silverlight.Contracts.dll +0 -0
- data/lib/silverlight/QuickGraph.Silverlight.dll +0 -0
- metadata +89 -0
Binary file
|
Binary file
|
Binary file
|
metadata
ADDED
@@ -0,0 +1,89 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: quickgraph
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 40058907
|
5
|
+
prerelease: false
|
6
|
+
segments:
|
7
|
+
- 3
|
8
|
+
- 3
|
9
|
+
- 50603
|
10
|
+
- 0
|
11
|
+
- 20100822
|
12
|
+
version: 3.3.50603.0.20100822
|
13
|
+
platform: ruby
|
14
|
+
authors:
|
15
|
+
- Jonathan de Halleux
|
16
|
+
autorequire:
|
17
|
+
bindir: bin
|
18
|
+
cert_chain: []
|
19
|
+
|
20
|
+
date: 2010-08-22 00:00:00 -06:00
|
21
|
+
default_executable:
|
22
|
+
dependencies: []
|
23
|
+
|
24
|
+
description: QuickGraph provides generic directed/undirected graph datastructures and algorithms for .Net 2.0 and up. QuickGraph comes with algorithms such as depth first seach, breath first search, A* search, shortest path, k-shortest path, maximum flow, minimum spanning tree, least common ancestors, etc... QuickGraph supports MSAGL, GLEE, and Graphviz to render the graphs, serialization to GraphML, etc...
|
25
|
+
email: emailme@bilsimser.com
|
26
|
+
executables: []
|
27
|
+
|
28
|
+
extensions: []
|
29
|
+
|
30
|
+
extra_rdoc_files: []
|
31
|
+
|
32
|
+
files:
|
33
|
+
- lib/net-2.0/QuickGraph.Contracts.dll
|
34
|
+
- lib/net-2.0/QuickGraph.Data.Contracts.dll
|
35
|
+
- lib/net-2.0/QuickGraph.Data.dll
|
36
|
+
- lib/net-2.0/QuickGraph.Data.XML
|
37
|
+
- lib/net-2.0/QuickGraph.dll
|
38
|
+
- lib/net-2.0/QuickGraph.Graphviz.Contracts.dll
|
39
|
+
- lib/net-2.0/QuickGraph.Graphviz.dll
|
40
|
+
- lib/net-2.0/QuickGraph.Graphviz.xml
|
41
|
+
- lib/net-2.0/QuickGraph.XML
|
42
|
+
- lib/net-3.5/QuickGraph.Contracts.dll
|
43
|
+
- lib/net-3.5/QuickGraph.Data.Contracts.dll
|
44
|
+
- lib/net-3.5/QuickGraph.Data.dll
|
45
|
+
- lib/net-3.5/QuickGraph.Data.XML
|
46
|
+
- lib/net-3.5/QuickGraph.dll
|
47
|
+
- lib/net-3.5/QuickGraph.Graphviz.Contracts.dll
|
48
|
+
- lib/net-3.5/QuickGraph.Graphviz.dll
|
49
|
+
- lib/net-3.5/QuickGraph.Graphviz.xml
|
50
|
+
- lib/net-3.5/QuickGraph.XML
|
51
|
+
- lib/silverlight/QuickGraph.Silverlight.Contracts.dll
|
52
|
+
- lib/silverlight/QuickGraph.Silverlight.dll
|
53
|
+
- docs/QuickGraph.chm
|
54
|
+
has_rdoc: true
|
55
|
+
homepage: http://quickgraph.codeplex.com/
|
56
|
+
licenses: []
|
57
|
+
|
58
|
+
post_install_message:
|
59
|
+
rdoc_options: []
|
60
|
+
|
61
|
+
require_paths:
|
62
|
+
- lib
|
63
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
64
|
+
none: false
|
65
|
+
requirements:
|
66
|
+
- - ">="
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
hash: 3
|
69
|
+
segments:
|
70
|
+
- 0
|
71
|
+
version: "0"
|
72
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
73
|
+
none: false
|
74
|
+
requirements:
|
75
|
+
- - ">="
|
76
|
+
- !ruby/object:Gem::Version
|
77
|
+
hash: 3
|
78
|
+
segments:
|
79
|
+
- 0
|
80
|
+
version: "0"
|
81
|
+
requirements: []
|
82
|
+
|
83
|
+
rubyforge_project: quickgraph
|
84
|
+
rubygems_version: 1.3.7
|
85
|
+
signing_key:
|
86
|
+
specification_version: 3
|
87
|
+
summary: QuickGraph 3.0 - Generic Graph Data Structures and Algorithms for .Net
|
88
|
+
test_files: []
|
89
|
+
|