#4758 closed Bugs (fixed)
Dysfunctional generate_random_graph
Reported by: | Owned by: | Jeremiah Willcock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | graph |
Version: | Boost 1.44.0 | Severity: | Problem |
Keywords: | Cc: | Jeremiah Willcock, david_abrahams |
Description
The function generate_random_graph generates a graph with a different number of edges than I request. For instance, I request a network of 20 nodes and 20 non-parallel edges, but I get a network with 19 edges.
I'm attaching my test case.
Thanks,
Irek
Attachments (1)
Change History (6)
by , 12 years ago
comment:1 by , 12 years ago
Owner: | changed from | to
---|
Regretfully, I do not have time to fix this, or actually discuss whether this is bug, or what fix might be reasonable, so I'm unassigning this bug from myself.
I imagine this might have something to do with undirectness of the graph.
comment:2 by , 12 years ago
Status: | new → assigned |
---|
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 12 years ago
Note:
See TracTickets
for help on using tickets.
test case