Commit Graph

59 Commits

Author SHA1 Message Date
Jsor
69033fde71 Removed useless convenience constants 2014-04-08 04:24:17 -07:00
Jsor
961d01f014 Deleted a leading space in comments 2014-04-08 04:23:43 -07:00
Jsor
765f731e2b Merge branch 'mutable-changes' of github.com:gonum/graph 2014-04-08 02:19:50 -07:00
kortschak
a1864ef21c Remove DStarGraph
DStar is not currently implemented (see issue #2).
2014-04-08 13:45:50 +09:30
Jsor
4811564561 Minor interface fixes 2014-04-07 05:13:15 -07:00
Jsor
0d91d30d72 Added a function to vet a MutableGraph 2014-04-07 04:46:06 -07:00
Jsor
f1f532a06c Added a function to vet a MutableGraph 2014-04-07 04:44:46 -07:00
Jsor
b959882187 New mutable interfaces 2014-04-07 04:42:53 -07:00
kortschak
398e5b91bd Add LICENSE notices 2014-04-07 16:30:00 +09:30
kortschak
325c2a27ab Reduce stutter in labels
TODO There is more room for simplifying labels, but at the moment labels
are standing in for doc comments. When these are fleshed out another
sweep can be done.
2014-04-07 16:21:06 +09:30
Jsor
8dfc2790dd General spelling/typo fixes 2014-04-06 22:49:52 -07:00
Jsor
325fa790aa Added convenience constants to make Add and Remove edge clearer 2014-03-23 01:57:14 -07:00
Jsor
f2792ea6d6 Updated documentation 2014-03-23 00:36:21 -07:00
Jsor
8a081d6b4c Removed Degree from Graph since it was unused and updated comments 2014-03-23 00:29:47 -07:00
Jsor
81b984f586 Updated mutablegraph again 2014-03-22 21:20:33 -07:00
Jsor
94e9154a66 Updated cost functions 2014-03-22 21:12:49 -07:00
Jsor
6c3b0e9208 Cleaned up mutable graph 2014-03-22 21:08:46 -07:00
Jsor
a4621cb2c9 Updated top-level interface 2014-03-22 20:59:33 -07:00
Sonia Keys
d64152d9a4 break comments at 100 columns 2014-02-21 13:57:27 -05:00
Sonia Keys
a62b9c4064 reformat method comments to 80 columns 2014-02-19 15:41:31 -05:00
Sonia Keys
93defd9d09 reformat long method comments 2014-02-19 15:24:45 -05:00
Jsor
85640da69a CostFun->CostFunc 2014-02-06 04:29:26 -07:00
Jsor
203df0bf5c Added a cost function 2014-02-06 02:57:44 -07:00
Jsor
c3cea4ce45 Added directed edge lister 2014-02-05 15:34:46 -07:00
Jsor
a82764cde4 Initial interface change 2014-02-05 15:31:09 -07:00
Sonia Keys
185452fce2 split into new packages 2014-01-31 02:41:45 -05:00
Jsor
eb782866da Documentation 2014-01-16 23:02:02 -07:00
Jsor
8fb855a461 Changed deque test 2014-01-16 22:45:15 -07:00
Jsor
56cdaa5253 Moved some code to an internals file, updated Cost API spec 2014-01-16 22:17:45 -07:00
Jsor
83ff1648d1 Fixed graph setup with new interface 2014-01-16 21:13:13 -07:00
Jsor
f9486ac927 Is-closures added for basic graph 2014-01-16 20:57:27 -07:00
Jsor
1197dd4156 Fixed D-Star to use new split interface 2014-01-16 20:45:21 -07:00
Jsor
9eaf9da8e6 Added crunch, and some comments 2014-01-16 20:31:43 -07:00
Jsor
f21b147867 Split graph into directed/undirected; broke everything 2014-01-16 20:27:04 -07:00
Jsor
5ab9a3ab26 Fixed documentation bug 2014-01-10 00:09:40 -07:00
Jsor
27846c9b59 Updated graph to work with new xifo API 2014-01-08 23:18:22 -07:00
Jsor
9daf0ec655 Updated DisjointSet to use a faster method 2014-01-08 01:57:35 -07:00
Jsor
3865fdcaea Updated comments on Coster 2014-01-07 04:24:24 -07:00
Jsor
bf6f4a5769 Reorganized package, made graph toplevel 2014-01-07 00:26:22 -07:00
Jragonmiris
194a06a51e Reorganized package 2013-07-30 20:13:52 -07:00
Jsor
f85d20e261 Comments 2013-07-25 14:26:22 -07:00
Jsor
cbd7f2735e Fixed IsPath 2013-07-25 09:35:34 -07:00
Jsor
ef09c522a8 Added Tarjan's Strongly Connected Components algorithm 2013-07-25 09:15:52 -07:00
Jsor
89daac8a86 Documentation updates 2013-07-25 08:40:43 -07:00
Jsor
77f5976ed2 Fixed full connection test 2013-07-25 05:35:19 -07:00
Jsor
2c6094861d Decided to force HeuristicCoster to implement Coster 2013-07-25 04:57:20 -07:00
Jsor
bc66867a55 Added Johnson's Algorithm 2013-07-25 04:41:30 -07:00
Jsor
6c8fb97ec7 Splitted searches into their own file 2013-07-25 03:37:13 -07:00
Jsor
4c7f8d16f2 (Finally) Added Dijkstra's and Bellman-Ford 2013-07-25 03:33:38 -07:00
Jsor
e21bd51cf9 Updated comments a tad 2013-07-24 07:58:54 -07:00