﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	revision
356	MaxWeightedPerfectMatching re-run crash	Ben Strasser	Balazs Dezso	"Hello,

when calling run a second time after changing the referenced graph and weights the matching function may crash.

{{{
Graph g;
Graph::EdgeMap<int>w(g);
// fill g and w
MaxWeightedPerfectMatching<Graph> mm(g, w);
mm.run();
// modify g and w
mm.run();
for(EdgeIt i(g);i!=INVALID; ++i)
  mm.matching(i); // This can crash here
}}}

Version is the 1.1.2 Download from the main site."	defect	closed	critical	LEMON 1.2 release	core	release branch 1.1	fixed	MaxWeightedPerfectMatching run		
