Find choice of nodes which minimises Markov problem. More...
#include <vnl/vnl_vector.h>
#include <mmn/mmn_arc.h>
#include <mmn/mmn_dependancy.h>
#include <vcl_vector.h>
Go to the source code of this file.
Functions | |
double | mmn_solve (const vcl_vector< vnl_vector< double > > &node_cost, const vcl_vector< vnl_matrix< double > > &pair_cost, const vcl_vector< mmn_dependancy > &deps, unsigned max_n_arcs, vcl_vector< unsigned > &x) |
Find choice of nodes which minimises Markov problem.
Definition in file mmn_solve.h.
double mmn_solve | ( | const vcl_vector< vnl_vector< double > > & | node_cost, |
const vcl_vector< vnl_matrix< double > > & | pair_cost, | ||
const vcl_vector< mmn_dependancy > & | deps, | ||
unsigned | max_n_arcs, | ||
vcl_vector< unsigned > & | x | ||
) |