Changes between Initial Version and Version 1 of Ticket #356
- Timestamp:
- 03/16/10 09:05:25 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #356
- Property Owner changed from Alpar Juttner to Balazs Dezso
-
Property
Priority
changed from
minor
tocritical
-
Property
Milestone
changed from
to
LEMON 1.2 release
-
Ticket #356 – Description
initial v1 3 3 when calling run a second time after changing the referenced graph and weights the matching function may crash. 4 4 5 {{{ 5 6 Graph g; 6 7 Graph::EdgeMap<int>w(g); … … 12 13 for(EdgeIt i(g);i!=INVALID; ++i) 13 14 mm.matching(i); // This can crash here 15 }}} 14 16 15 17 Version is the 1.1.2 Download from the main site.