Run diffusion algorithm to solve max sum problem. More...
#include "mmn_diffusion_solver.h"#include <mmn/mmn_csp_solver.h>#include <vcl_algorithm.h>#include <vcl_iterator.h>#include <vcl_sstream.h>#include <vcl_cmath.h>#include <vnl/vnl_vector_ref.h>#include <mbl/mbl_exception.h>#include <mbl/mbl_stl.h>#include <mbl/mbl_stl_pred.h>Go to the source code of this file.
Run diffusion algorithm to solve max sum problem.
See T Werner. A Linear Programming Approach to Max-sum problem: A review; IEEE Trans on Pattern Recog & Machine Intell, July 2007
Definition in file mmn_diffusion_solver.cxx.
1.7.5.1