Commit Graph

365 Commits

Author SHA1 Message Date
Sonia Keys
e424892418 Cost returns +Inf with no sucessor relationship 2014-02-01 02:30:59 -05:00
Sonia Keys
bd81476fee in EdgeList, omit reciprocal edges for undirected graphs 2014-02-01 02:00:00 -05:00
Sonia Keys
1a3f0db9fb correct Degree computation for undirected graph 2014-02-01 01:35:14 -05:00
Sonia Keys
295eb07e10 in Neighbors(), correct map index for testing predecessors 2014-02-01 00:15:01 -05:00
Sonia Keys
23814f9c30 Merge branch 'tests' A start on a coverage test for GonumGraph. 2014-01-31 18:24:14 -05:00
Sonia Keys
cd3173aa29 coverage test. wip. 2014-01-31 18:22:32 -05:00
Sonia Keys
3fe31ab3f7 Merge branch 'bug-fix' Three bugs found while testing. 2014-01-31 18:04:18 -05:00
Sonia Keys
78f97c6539 make slices with 0 length 2014-01-31 17:27:59 -05:00
Sonia Keys
1e965ed025 correct sense of test for existing node 2014-01-31 15:49:10 -05:00
Sonia Keys
d78e21dc8d initialize nodeMap in NewGonumGraph and NewPreAllocatedGonumGraph 2014-01-31 13:10:53 -05:00
Sonia Keys
185452fce2 split into new packages 2014-01-31 02:41:45 -05:00
Sonia Keys
215626ee40 only build master branch 2014-01-31 02:30:23 -05:00
Sonia Keys
9d7ceafb77 Comment out failing DStarLite test.
Test commented to allow build to pass.
Issue 2 opened.  https://github.com/gonum/graph/issues/2
2014-01-30 23:42:09 -05:00
Jsor
53bbe80ce2 Added test that shows DStar needs fixing 2014-01-18 04:37:00 -07:00
Jsor
5020c2dd97 Added test for A* with no path 2014-01-18 03:53:59 -07:00
Jsor
8986a7e2c0 Added test for A* with no path 2014-01-18 03:51:39 -07:00
Jsor
1b8aa6e21f Added another A* test 2014-01-17 01:24:42 -07:00
Jsor
52736e6142 Documentation 2014-01-16 23:19:33 -07:00
Jsor
eb782866da Documentation 2014-01-16 23:02:02 -07:00
Jsor
7b6d3c0380 Changed formatting on setupFuncs 2014-01-16 22:48:06 -07:00
Jsor
c083422d0e Changed how we assert interface implementation 2014-01-16 22:46:08 -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
14060803d4 Made GonumGraph implement DirectedGraph and added tests for it 2014-01-16 21:53:29 -07:00
Jsor
d1a5a6ffca Added test for Deque interface 2014-01-16 21:43:49 -07:00
Jsor
ec27476241 Made TileGraph an UndirectedGraph 2014-01-16 21:42:46 -07:00
Jsor
db01d0e2ad Changed D-Star to use setupFuncs 2014-01-16 21:19:36 -07:00
Jsor
293e3996e9 Fixed searches with new directed API 2014-01-16 21:18:16 -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
96834e05a5 Merge branch 'master' of github.com:gonum/graph 2014-01-16 20:32:11 -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
Jeff Juozapaitis
3e6198969f Fixed README.md tavis badge to be correct 2014-01-15 15:57:27 -07:00
Jeff Juozapaitis
f53e1f50ae Merge pull request #1 from aybabtme/patch-1
Typo in Deque interface
2014-01-11 12:57:38 -08:00
Antoine Grondin
51693ab847 Typo in Deque interface 2014-01-11 15:56:04 -05:00
Jsor
5ab9a3ab26 Fixed documentation bug 2014-01-10 00:09:40 -07:00
Jsor
c62c6084ef Added tests for xifo 2014-01-08 23:36:34 -07:00
Jsor
27846c9b59 Updated graph to work with new xifo API 2014-01-08 23:18:22 -07:00
Jsor
99d5679f8e Updated stack/queue/deque API 2014-01-08 23:16:18 -07:00
Jsor
be82dd0545 Added test coverage for set (still need to test some pointer stuff but all major functionality is covered) 2014-01-08 04:31:08 -07:00
Jsor
45e3687c58 Added test coverage for set (still need to test some pointer stuff but all major functionality is covered) 2014-01-08 04:30:51 -07:00
Jsor
62ea9c8bfd Fixed bug in subset functions 2014-01-08 04:10:30 -07:00
Jsor
e7aa0556c5 Fixed bug in set elements 2014-01-08 03:27:23 -07:00
Jsor
46ea7dca61 Updated DisjointSet to use a faster method 2014-01-08 01:57:51 -07:00
Jsor
9daf0ec655 Updated DisjointSet to use a faster method 2014-01-08 01:57:35 -07:00
Jsor
bd1d50f86b Added git ignore to ignore coverage test profiles 2014-01-08 00:58:16 -07:00
Jsor
fa68868519 Updated travis to use go 1.2 since apparently heap.Fix is a go1.2 feature 2014-01-07 04:48:41 -07:00
Jsor
4cc534e38d Made D*Lite use heap.Fix since I just learned it existed 2014-01-07 04:44:02 -07:00