Commit Graph

365 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
28512a0402 Attempt at better NewNode 2014-04-08 04:19:37 -07:00
Jsor
52591c7f58 Removed mutable from concrete names 2014-04-08 04:00:00 -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
0a51c9a373 Fixed tests for new mutable interface 2014-04-07 05:36:34 -07:00
Jsor
e243c633a8 Fixed name of New function in mutdir 2014-04-07 05:33:25 -07:00
Jsor
c804f31ccf Fixed min span tree 2014-04-07 05:30:59 -07:00
Jsor
91bb21b88c Updated copy functions 2014-04-07 05:29:36 -07:00
Jsor
49f0d19c9d Fixed Johnson to use MutableDirectedGraph as dummy 2014-04-07 05:25:21 -07:00
Jsor
c4be57aab8 File name changes 2014-04-07 05:19:45 -07:00
Jsor
0293955eca Added mutable directed graph 2014-04-07 05:19:18 -07:00
Jsor
4811564561 Minor interface fixes 2014-04-07 05:13:15 -07:00
Jsor
b2074b2253 Refactoring to complete MutableGraph 2014-04-07 05:09:13 -07:00
Jsor
e60c8f451f Made Graph a MutableGraph 2014-04-07 05:06:31 -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
Jeff Juozapaitis
a425a0a2d1 Merge pull request #10 from gonum/house-keeping
Changes to reduce documentation clutter and add LICENSE details
2014-04-07 03:47:07 -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
kortschak
a7be303a5f Use single letter receiver labels
Given the locality of the use with the definition all the methods, more
than a single character seems unnecessary. This is in line with the
standard library convention for receiver naming.
2014-04-07 16:00:30 +09:30
Jeff Juozapaitis
b936bf39ef Merge pull request #8 from gonum/edge
All goals met, maybe reconsider MutableGraph interface further in the future into Directed/Undirected forms.
2014-04-06 22:51:08 -07:00
Jsor
8dfc2790dd General spelling/typo fixes 2014-04-06 22:49:52 -07:00
Jsor
dc3782d87b Swapped gr<->graph for package/variable names 2014-04-06 22:45:17 -07:00
Jsor
0af00ce508 Swapped gr<->graph for package/variable names 2014-04-06 22:43:10 -07:00
Jsor
325fa790aa Added convenience constants to make Add and Remove edge clearer 2014-03-23 01:57:14 -07:00
Jsor
50a835351b Improved error messages in TestIsPath 2014-03-23 01:15:12 -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
add1be68cc Fixed search tests 2014-03-22 23:39:50 -07:00
Jsor
ab84470988 Fixed EdgeTo bug 2014-03-22 23:38:59 -07:00
Jsor
a7664f2554 Updated floydw tests 2014-03-22 23:08:19 -07:00
Jsor
30136b0eb9 Converted main graph searched to use new edge API 2014-03-22 23:05:02 -07:00
Jsor
bd7c23dc1e Updated FloydWarshall 2014-03-22 22:45:52 -07:00
Jsor
c3098e1fab Fixed redundant declaration 2014-03-22 22:41:25 -07:00
Jsor
6d6e999d33 Updated internal functions 2014-03-22 22:39:53 -07:00
Jsor
4ddcd972e7 Updated tests 2014-03-22 22:26:49 -07:00
Jsor
116b792464 Removed coverage tests from tilegraph_test 2014-03-22 22:09:30 -07:00
Jsor
5f7cbaa192 Removed empty tests from gonumgraph_test 2014-03-22 22:09:02 -07:00
Jsor
f01d94e6ee Cleaned up TileGraph 2014-03-22 22:08:28 -07:00
Jsor
7be1f54dc9 Gofmt'd renamed edge and node 2014-03-22 22:06:30 -07:00
Jsor
a90605bdb5 Gofmt'd renamed edge and node 2014-03-22 21:56:38 -07:00
Jsor
ddc8d3a2e1 Updated gonum graph 2014-03-22 21:54:29 -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