Commit Graph

50050 Commits

Author SHA1 Message Date
Jeremy Siek
236ec9271f removed start_vertex()
[SVN r8624]
2001-01-17 05:53:22 +00:00
Jeremy Siek
921e1c5e72 discovering vertex v now, not u
[SVN r8623]
2001-01-17 04:27:15 +00:00
Jeremy Siek
c07a73c5ed changed the location of discover_vertex
[SVN r8622]
2001-01-17 04:26:38 +00:00
Jeremy Siek
0729606000 new file, example use of bfs
[SVN r8621]
2001-01-16 20:24:22 +00:00
Jeremy Siek
49963b1fec new file
[SVN r8620]
2001-01-16 19:46:27 +00:00
Jeremy Siek
a1ff2d652c just use portable property stule in edge_property.cpp, and go back
to using vecS as edge list in max_flow.cpp, now that it is safe to
do so: edge properties no longer stored directly in the vector.


[SVN r8619]
2001-01-16 02:21:12 +00:00
Jeremy Siek
b4a17adb48 a little cleanup
[SVN r8618]
2001-01-16 02:17:18 +00:00
Jeremy Siek
ff4a2d1e40 still under construction
[SVN r8617]
2001-01-16 02:13:20 +00:00
Jeremy Siek
bd30fbce49 get property #ifdef's around the property_num stuff
[SVN r8616]
2001-01-16 02:11:38 +00:00
Jeremy Siek
2a759c1b74 *** empty log message ***
[SVN r8615]
2001-01-16 02:08:36 +00:00
Jeremy Siek
7e9d3cd245 added some comments
[SVN r8614]
2001-01-16 01:44:10 +00:00
Jeremy Siek
c041c43bfb removed examine_edge()
[SVN r8613]
2001-01-16 01:35:30 +00:00
Jeremy Siek
65701b8d44 cleaned up a few things
[SVN r8612]
2001-01-16 01:30:32 +00:00
Jeremy Siek
e4aa85adf5 fixed resize() of distance_list
[SVN r8611]
2001-01-15 23:29:12 +00:00
Jeremy Siek
4290e3edd2 example from stanford graph base
[SVN r8610]
2001-01-15 23:25:56 +00:00
Jeremy Siek
9752e33968 fixed vertices(), needed to return an sgb_vertex_iterator
[SVN r8609]
2001-01-15 22:54:20 +00:00
Jens Maurer
585db67d68 re-run after removing libs/timer/timer.cpp
fix libs/rational/rational_example.cpp by working around missing Koenig lookup


[SVN r8608]
2001-01-15 21:22:09 +00:00
Jens Maurer
98b4a75b68 added note for mersenne_twister direct-init vs. copy-init semantic difference
[SVN r8607]
2001-01-15 21:15:03 +00:00
Beman Dawes
606c585046 Rename cs-win32.zip (lowercase)
[SVN r8606]
2001-01-15 19:41:43 +00:00
Jens Maurer
30c1bd8d29 re-run after removal of libs/timer/timer.cpp
and workaround for missing Koenig lookup to rational_example.cpp


[SVN r8605]
2001-01-15 19:14:20 +00:00
Jens Maurer
ea6159267b libs/timer/timer.cpp removed
fixed libs/random/random_test.cpp failed assertion


[SVN r8604]
2001-01-15 17:55:19 +00:00
Beman Dawes
4c02f89976 Fix broken link
[SVN r8603]
2001-01-15 17:13:18 +00:00
Jeremy Siek
dcf9056a67 changed slistS to listS to make it a portable test
[SVN r8602]
2001-01-15 03:39:30 +00:00
Jeremy Siek
3377e38561 opps, property_num is needed
[SVN r8601]
2001-01-15 03:21:36 +00:00
Jeremy Siek
d63d04b2cb fixed some warnings under g++
[SVN r8600]
2001-01-15 03:10:11 +00:00
Jeremy Siek
2267b1a774 fixed dispatch for MIPSpro workaround
[SVN r8599]
2001-01-15 02:51:45 +00:00
Beman Dawes
72e2e1dcc0 First commit with synchronized log file
[SVN r8598]
2001-01-15 01:09:46 +00:00
Jeremy Siek
7b5369b18d another MIPSpro workaround
[SVN r8597]
2001-01-14 21:10:44 +00:00
Jens Maurer
c7519a00e0 regression testers' names now have HTML links to the "people" section
[SVN r8596]
2001-01-14 20:21:03 +00:00
Jeremy Siek
4b16b30a99 also, advance_impl should take non-const Iter param
[SVN r8595]
2001-01-14 19:23:19 +00:00
Jeremy Siek
03759ea033 iter() should be i.iter()
[SVN r8594]
2001-01-14 19:21:29 +00:00
Jens Maurer
4c82817b40 add -G0 to MIPSpro compiler invocations to avoid GOT overflow
[SVN r8593]
2001-01-14 19:19:23 +00:00
Jens Maurer
fd1d9af97f When running only a single test, do not (by default) overwrite the default
HTML output file, but issue an error instead.


[SVN r8592]
2001-01-14 19:12:51 +00:00
Jens Maurer
c5d507abfc do not pessimize later versions of SGI MIPSpro and Compaq C++
[SVN r8591]
2001-01-14 18:53:58 +00:00
Jens Maurer
3a14afec8d copy-initialization instead of direct-initialization in tests
[SVN r8590]
2001-01-14 18:27:32 +00:00
Jeremy Siek
e6b1c637a1 fixed check_edge_added to properly account for when a parallel edge is added
[SVN r8589]
2001-01-14 01:51:23 +00:00
Jeremy Siek
e31952b0af added std:: to ofstream
[SVN r8588]
2001-01-14 01:31:26 +00:00
Jeremy Siek
81d23658bd added version number for MIPSpro
[SVN r8586]
2001-01-14 01:27:01 +00:00
Jeremy Siek
78244c558b MIPSpro port
[SVN r8585]
2001-01-14 01:15:10 +00:00
Jeremy Siek
d25fa0d482 MIPSpro port, avoid using operators that are not defined
[SVN r8584]
2001-01-14 01:14:39 +00:00
Jeremy Siek
c1de244c4c fixes for SGI MIPSpro C++ and STLport. Mostly had to do with members
being compiled even when they are not called. Still need fixes for
iterator adaptors


[SVN r8583]
2001-01-13 21:51:14 +00:00
Jeremy Siek
0bd3be91a3 no change
[SVN r8582]
2001-01-13 18:25:43 +00:00
Jeremy Siek
42a000136b added version 2 of add_vertex fo the vec_adj_list
[SVN r8581]
2001-01-13 18:25:24 +00:00
Jeremy Siek
18d339c7e0 added MutablePropertyGraph checks
[SVN r8580]
2001-01-13 18:24:57 +00:00
Jeremy Siek
a927150617 added second version of add_vertex()
[SVN r8579]
2001-01-13 18:19:21 +00:00
Jeremy Siek
3546991808 changed add_edge()
[SVN r8578]
2001-01-13 18:14:38 +00:00
Jeremy Siek
ec8feedcb6 add_edge() now returns a valid edge descriptor whether or not the
edge was added


[SVN r8577]
2001-01-13 18:09:39 +00:00
Jeremy Siek
c67d810b6b add_edge() now returns a valid edge descriptor whether or not the
edge is added


[SVN r8576]
2001-01-13 18:08:08 +00:00
Jeremy Siek
4d4e2c45a3 added a property object version of add_vertex()
[SVN r8575]
2001-01-13 17:54:24 +00:00
Jeremy Siek
e468d26b79 changed to use property object version of add_vertex()
[SVN r8574]
2001-01-13 17:53:53 +00:00