Jeremiah Willcock
|
fd3a5f46f5
|
Changed include guard
[SVN r55464]
|
2009-08-08 17:45:56 +00:00 |
|
Jeremiah Willcock
|
a1d6cf2106
|
Merged r55265, r55266, r55355, and r55356 from trunk, hopefully fixing VC++ problems; removed VC++ from csr_graph_test known failures for regression tests
[SVN r55357]
|
2009-08-02 02:46:12 +00:00 |
|
Jeremiah Willcock
|
c748a400e9
|
Removed #if 0ed out code
[SVN r55356]
|
2009-08-02 02:43:20 +00:00 |
|
Jeremiah Willcock
|
4af9462b74
|
Merged in r55353 from trunk
[SVN r55354]
|
2009-08-02 02:25:44 +00:00 |
|
Jeremiah Willcock
|
5eee5fa952
|
Added missing property iterator update
[SVN r55353]
|
2009-08-02 02:06:53 +00:00 |
|
Jeremiah Willcock
|
3b3977cd3e
|
Commented out (probably) redundant code
[SVN r55266]
|
2009-07-29 16:48:50 +00:00 |
|
Jeremiah Willcock
|
2566623af3
|
Changing to explicit property specializations for vertex_index_t and edge_index_t to try to work around VC++ bugs
[SVN r55265]
|
2009-07-29 16:33:59 +00:00 |
|
Jeremiah Willcock
|
1acdecb32f
|
Merged in r55156 from trunk; fixes to ER generator for large-scale graphs
[SVN r55157]
|
2009-07-25 23:30:30 +00:00 |
|
Jeremiah Willcock
|
483310f08a
|
Changed to use Boost.Iterator, and fixed precision and overflow issues in the sorted generator
[SVN r55156]
|
2009-07-25 19:41:01 +00:00 |
|
Jeremiah Willcock
|
30d0e0ea2a
|
Applied r55027 from trunk, except cycle_ratio_example.cpp which was already fixed
[SVN r55045]
|
2009-07-20 15:07:14 +00:00 |
|
Jeremiah Willcock
|
0b53b0b00a
|
Fixed tab issues found by inspect tool
[SVN r55027]
|
2009-07-19 15:32:27 +00:00 |
|
Andrew Sutton
|
083d6b83aa
|
Integrated new implementation of howard's cycle ratio algorithm. It's an
optimization and cleanup from the older version. Note that this breaks
source compatability in one instance.
[SVN r54999]
|
2009-07-17 14:56:19 +00:00 |
|
Andrew Sutton
|
925fd6a2d6
|
Adding edge-list requirements to write-grapviz function(s) and documentation,
fixing #3259.
[SVN r54995]
|
2009-07-17 13:02:17 +00:00 |
|
Andrew Sutton
|
0b60534904
|
Changed the default probability to the sorted_erdos_renyi_generator to 0.5
in order to avoid assertion.
Fixed a couple of warnings in rmat and small_world generators.
[SVN r54769]
|
2009-07-07 13:02:32 +00:00 |
|
Jeremiah Willcock
|
7552f02d05
|
Merged patches from messages 55-57 of #3134, plus r54737; refs #3134
[SVN r54738]
|
2009-07-07 00:32:10 +00:00 |
|
Nicholas Edmonds
|
394757f512
|
Added add_vertices and add_edges calls with global-to-local maps and resolved ambiguous overloads resulting from the new forms.
[SVN r54737]
|
2009-07-07 00:21:15 +00:00 |
|
Jeremiah Willcock
|
cdcb54e084
|
Made add_vertex and add_vertices work with new CSR interface; fixed add_edges stuff to work with edge properties; refs #3134
[SVN r54703]
|
2009-07-06 04:21:48 +00:00 |
|
Jeremiah Willcock
|
38dd3d15fa
|
Added add_edges() function with edge properties; refs #3134
[SVN r54684]
|
2009-07-05 20:35:44 +00:00 |
|
Jeremiah Willcock
|
d4078044ad
|
Added customizable source data type; refs #3134
[SVN r54596]
|
2009-07-02 20:17:27 +00:00 |
|
Jeremiah Willcock
|
b0e4e9fa01
|
Merged patches mentioned in comments 34-53 from ticket 3134 into release branch; refs #3134
[SVN r54540]
|
2009-06-30 17:08:49 +00:00 |
|
Jeremiah Willcock
|
2e70900dce
|
Fixed typo; refs #3134
[SVN r54539]
|
2009-06-30 16:57:26 +00:00 |
|
Jeremiah Willcock
|
de12ad6911
|
Allowed use of reserve_count_for_single_pass with old interface; refs #3134
[SVN r54538]
|
2009-06-30 16:55:07 +00:00 |
|
Nicholas Edmonds
|
414f2b1af0
|
Added a check to make sure edge source indices are in range for in-place CSR ctor
refs #3134
[SVN r54514]
|
2009-06-30 00:46:16 +00:00 |
|
Jeremiah Willcock
|
82c88cb90e
|
Added global-to-local maps to all filtered constructors; refs #3134
[SVN r54415]
|
2009-06-27 19:57:58 +00:00 |
|
Nicholas Edmonds
|
30602358e9
|
Changed default VertexProperty and EdgeProperty from void to no_property so that indexed_edge_property doesn't try to form references to void.
refs #3134
[SVN r54412]
|
2009-06-27 19:37:06 +00:00 |
|
Nicholas Edmonds
|
1645bd1bb9
|
Changed all instances of inherited_edge_properties::edge_property_type to inherited_edge_properties::edge_bundled as edge_property_type is always no_property for CSR.
refs #3134
[SVN r54389]
|
2009-06-26 23:52:13 +00:00 |
|
Jeremiah Willcock
|
2641f77ab6
|
Added global, filtered CSR constructors from sorted edge sets
[SVN r54386]
|
2009-06-26 23:06:38 +00:00 |
|
Jeremiah Willcock
|
90a8d79f4d
|
Added patches from Michael Hansen; refs #3134
[SVN r54337]
|
2009-06-25 16:24:20 +00:00 |
|
Jeremiah Willcock
|
71830942e6
|
Added capability to add sorted edge/property sets to CSR graphs; refs #3134
[SVN r54316]
|
2009-06-24 20:44:53 +00:00 |
|
Jeremiah Willcock
|
8be1112040
|
Added McGregor updates from Michael Hansen; refs #3134
[SVN r54315]
|
2009-06-24 20:31:50 +00:00 |
|
Jeremiah Willcock
|
5f402c0c31
|
Added changes from Michael; refs #3134
[SVN r54214]
|
2009-06-22 19:33:05 +00:00 |
|
Jeremiah Willcock
|
84a790d954
|
Added new code from Michael Hansen; refs #3134
[SVN r54069]
|
2009-06-18 22:21:12 +00:00 |
|
Jeremiah Willcock
|
872308b277
|
Merged in commits on trunk mentioned in comments 1-32 of #3134, plus r54059 not listed there; refs #3134
[SVN r54064]
|
2009-06-18 19:34:25 +00:00 |
|
Nicholas Edmonds
|
5a3490da07
|
Removed x87 floating point precision workarounds as this was moved to boost/graph/relax.hpp in r54044.
This commit refs ticket #3134 as it will need to be merged to the release branch.
[SVN r54059]
|
2009-06-18 18:29:53 +00:00 |
|
Jeremiah Willcock
|
711e647fd2
|
Fixed relax() to avoid floating point precision issues
[SVN r54044]
|
2009-06-18 01:21:10 +00:00 |
|
Jeremiah Willcock
|
fdfba32734
|
Added incremental add_edges function to new interface; refs #3134
[SVN r54023]
|
2009-06-17 21:05:06 +00:00 |
|
Jeremiah Willcock
|
9d5036e580
|
Added extra named parameters for McGregor maximal common subgraph algorithm; contributed by Michael Hansen; refs #3134
[SVN r53984]
|
2009-06-16 21:02:14 +00:00 |
|
Jeremiah Willcock
|
c5e0a6acd0
|
Fixed warnings; refs #3134
[SVN r53941]
|
2009-06-15 18:24:59 +00:00 |
|
Jeremiah Willcock
|
a5bbe074a6
|
Added header include to fix error; refs #3134
[SVN r53938]
|
2009-06-15 16:55:33 +00:00 |
|
Jeremiah Willcock
|
78a0de9f63
|
Turned off bundled properties for Sun CC due to compiler bug; refs #3134
[SVN r53913]
|
2009-06-15 00:55:35 +00:00 |
|
Jeremiah Willcock
|
c21d244bbb
|
Added newline to end of file; refs #3134
[SVN r53912]
|
2009-06-15 00:24:55 +00:00 |
|
Jeremiah Willcock
|
eacf5f1c6d
|
Reverted r53870 (unnecessary patch); refs #3134
[SVN r53911]
|
2009-06-15 00:19:08 +00:00 |
|
Jeremiah Willcock
|
d380695958
|
Changed sort_pair to try to appease VC++; refs #3134
[SVN r53870]
|
2009-06-13 16:22:20 +00:00 |
|
Jeremiah Willcock
|
6d6048c9a1
|
Added constructors from multi-pass unsorted, filtered edge lists; refs #3134
[SVN r53837]
|
2009-06-12 23:40:53 +00:00 |
|
Jeremiah Willcock
|
c523b99ddf
|
Added more special constructors for distributed CSR; refs #3134
[SVN r53836]
|
2009-06-12 21:07:38 +00:00 |
|
Jeremiah Willcock
|
4a03e4c700
|
Added constructors from unsorted single-pass ranges for CSR graph by caching data in vectors; refs #3134
[SVN r53835]
|
2009-06-12 20:56:54 +00:00 |
|
Jeremiah Willcock
|
cdf526c24d
|
Changed function types to enums and removed include of iostream; refs #3134
[SVN r53834]
|
2009-06-12 20:25:46 +00:00 |
|
Jeremiah Willcock
|
d249df4521
|
Made sort_pair a correct Strict Weak Ordering; refs #3134
[SVN r53829]
|
2009-06-12 18:40:10 +00:00 |
|
Jeremiah Willcock
|
97e86ebe5f
|
Fixed asserts and probability updates to handle floating point rounding errors better; refs #3134
[SVN r53806]
|
2009-06-12 02:02:07 +00:00 |
|
Jeremiah Willcock
|
5d033cb991
|
Sped up out_degree() and related functions for new interface
[SVN r53786]
|
2009-06-10 14:43:12 +00:00 |
|