- 04 May, 2015 1 commit
-
-
Tiago Peixoto authored
This closes #222 and #223.
-
- 08 Jan, 2015 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 09 Sep, 2014 1 commit
-
-
Tiago Peixoto authored
-
- 03 Jan, 2014 1 commit
-
-
Tiago Peixoto authored
-
- 02 Jan, 2014 1 commit
-
-
Tiago Peixoto authored
-
- 01 Sep, 2013 1 commit
-
-
Tiago Peixoto authored
-
- 25 Jul, 2013 1 commit
-
-
Tiago Peixoto authored
Disable conversion of 'zero' and 'infinity' values in search functions when the distance type is 'python::object'
-
- 30 Apr, 2013 1 commit
-
-
Tiago Peixoto authored
This changes the way search visitors are wrapped, such that the original class remains unmodified. With the previous code, the original classes would be repeatedly modified, adding unnecessary overhead, and even possibly causing the number of nested calls to exceed the maximum threshold.
-
- 06 Jan, 2013 1 commit
-
-
Tiago Peixoto authored
-
- 26 Dec, 2012 2 commits
-
-
Tiago Peixoto authored
-
Tiago Peixoto authored
-
- 12 Jul, 2012 1 commit
-
-
Tiago Peixoto authored
Fix problem in search functions when 'zero' and 'infinity' values cannot be cleanly converted to property type
-
- 03 Jun, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 02 May, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 30 Apr, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 29 Apr, 2012 1 commit
-
-
Tiago Peixoto authored
-
- 03 Apr, 2012 1 commit
-
-
Tiago Peixoto authored
This includes user-defined types, as well as vector types and strings. This affects dijkstra_search(), astar_search() and bellman_ford_search().
-
- 21 Mar, 2012 1 commit
-
-
Tiago Peixoto authored
This also makes all Edge classes inherit from the same base class of the same name. This fixes tickets #94 and #95
-
- 02 Sep, 2011 1 commit
-
-
Tiago Peixoto authored
Images are now converted to png a posteriori for html output, but are used as pdf for latex.
-
- 02 Mar, 2011 1 commit
-
-
Tiago Peixoto authored
This fixes a leftover bug from the removal of the 'core' submodule.
-
- 10 Feb, 2011 1 commit
-
-
Tiago Peixoto authored
-
- 05 Dec, 2010 1 commit
-
-
Tiago Peixoto authored
This module contains several search algorithms and a visitor interface.
-