Jsor
cbd5b06d9a
Removed mutable from concrete names
2014-04-08 05:34:24 -07:00
Jsor
dba08f6548
Removed dead dijkstra code, fixes #13
2014-04-08 05:34:04 -07:00
Ian Davis
df704922e1
Removed testcases for missing Time unit
2014-04-08 13:08:02 +01:00
Ian Davis
5993474a55
Fixed unit for length
2014-04-08 13:07:47 +01:00
Jsor
6ca0310568
Updated documentation to make Add...Edge requirements clearer on nodes
2014-04-08 05:05:31 -07:00
Jsor
572c4426aa
Removed existence checks from AddNode (interface says new calls overwrite old ones)
2014-04-08 04:57:45 -07:00
Jsor
96462cd93d
Added util.go (was added earlier but forgot to add it to source control)
2014-04-08 04:45:32 -07:00
Jsor
ba55079ae1
Refactoring
2014-04-08 04:41:12 -07:00
Jsor
8a493f7b62
Refactoring
2014-04-08 04:40:23 -07:00
Jsor
6f3d288b1d
Directed->Undirected in MutableGraph (oops)
2014-04-08 04:33:32 -07:00
Jsor
b34d345277
EdgeBetween->UndirectedEdge (same for EdgeTo->DirectedEdge)
2014-04-08 04:31:44 -07:00
Jsor
4291fdac81
Removed EmptyGraph
2014-04-08 04:30:52 -07:00
Jsor
e926d1feb5
Fixed mutability assertion
2014-04-08 04:27:13 -07:00
Jsor
1e62a65768
Up and removed VetMutableGraph
2014-04-08 04:24:46 -07:00
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