~dgleich/matlab-bgl/master

« back to all changes in this revision

Viewing changes to breadth_first_search.m

  • Committer: David Gleich
  • Date: 2008-09-29 22:06:39 UTC
  • mfrom: (1.1.19 work)
  • Revision ID: dgleich@stanford.edu-20080929220639-4ic8mxd20lu81dla
Incorporated misc. fixes and graph layout algorithms.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
%
53
53
% See also BFS
54
54
 
55
 
%
56
55
% David Gleich
57
 
% 16 May 2006
58
 
%
59
 
% 2006-05-31: Added full2sparse check 
60
 
%
61
 
% 2007-04-17
62
 
% Fixed documentation
63
 
%
 
56
% Copyright, Stanford University, 2006-2008
 
57
 
 
58
%% History
 
59
%  2006-05-15: Initial version
 
60
%  2006-05-31: Added full2sparse check 
 
61
%  2007-04-17: Fixed documentation
 
62
%% 
64
63
 
65
64
[trans check full2sparse] = get_matlab_bgl_options(varargin{:});
66
65
if (full2sparse && ~issparse(A))