File List
Here is a list of all files with brief descriptions:
contrib/mul/mmn/mmn_add_all_loaders.cxx [code]Add all binary loaders and factory objects for mmn library
contrib/mul/mmn/mmn_add_all_loaders.h [code]
contrib/mul/mmn/mmn_analyze_graph.cxx [code]Analyze a graph to deduce the dependency order
contrib/mul/mmn/mmn_analyze_graph.h [code]Analyze a graph to deduce the dependency order
contrib/mul/mmn/mmn_arc.h [code]Representation of topological arc joining two vertices
contrib/mul/mmn/mmn_csp_solver.cxx [code]See if the Constraint Satisfaction Problem is satisfiable
contrib/mul/mmn/mmn_csp_solver.h [code]See if the Constraint Satisfaction Problem is satisfiable
contrib/mul/mmn/mmn_dependancy.h [code]Store information about which node a given node depends on
contrib/mul/mmn/mmn_diffusion_solver.cxx [code]Run diffusion algorithm to solve max sum problem
contrib/mul/mmn/mmn_diffusion_solver.h [code]Run diffusion algorithm over the graph
contrib/mul/mmn/mmn_dp_solver.cxx [code]Solve restricted class of Markov problems (trees and tri-trees)
contrib/mul/mmn/mmn_dp_solver.h [code]Solve restricted class of Markov problems (trees and tri-trees)
contrib/mul/mmn/mmn_graph_rep1.cxx [code]Representation of a graph, stored by links at each node
contrib/mul/mmn/mmn_graph_rep1.h [code]Representation of a graph, stored by links at each node
contrib/mul/mmn/mmn_lbp_solver.cxx [code]Run loopy belief propagation to estimate maximum marginal probabilities of all node states
contrib/mul/mmn/mmn_lbp_solver.h [code]Run loopy belief propagation over the graph
contrib/mul/mmn/mmn_make_tri_tree.cxx [code]Compute arcs defining a graph s.t
contrib/mul/mmn/mmn_make_tri_tree.h [code]Compute arcs defining a graph s.t
contrib/mul/mmn/mmn_order_cost.cxx [code]Functions to re-arrange cost data to match index rank
contrib/mul/mmn/mmn_order_cost.h [code]Functions to re-arrange cost data to match index rank
contrib/mul/mmn/mmn_parse_arcs.cxx [code]Parse in a set of arc definitions using names of nodes
contrib/mul/mmn/mmn_parse_arcs.h [code]Parse in a set of arc definitions using names of nodes
contrib/mul/mmn/mmn_solve.h [code]Find choice of nodes which minimises Markov problem
contrib/mul/mmn/mmn_solver.cxx [code]Base for classes which solve Markov Random Field problems
contrib/mul/mmn/mmn_solver.h [code]Base for classes which solve Markov Random Field problems
contrib/mul/mmn/mmn_triplet.h [code]Representation of three vertex indices, eg a triangle