﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	revision
265	Imrovements for the interface of the matching algorithms	Peter Kovacs	Peter Kovacs	"I have some idea and questions about the interface of the matching algorithms:
 1. I suggest two new query functions for `MaxMatching`:
  {{{
  const MatchingMap& matchingMap() const {
    return *_matching;
  }

  const SatusMap& decompositionMap() const {
    return *_status;
  }
  }}}
  And there should be doc for the public types `MatchingMap` and `StatusMap`, of course. (Maybe the later one could be called `DecompositionMap` or `decomposition()` could be renamed to `status()`.

 2. The first one of the above functions should also be introduced to the weighted matching classes.

 3. What about using `matchingWeight()` instead of `matchingValue()` in the two weighted matching classes?

 4. What about moving `MaxWeightedMatching` and `MaxWeightedPerfectMatching` to a separate source file `max_weighted_matching.h` instead of `max_matching.h`?
"	task	closed	major	LEMON 1.1 release	core	hg main	fixed			
