Commit 5b450d11 authored by Davis King's avatar Davis King

updated docs

parent f0962acf
...@@ -507,6 +507,8 @@ subject to the following constraint: ...@@ -507,6 +507,8 @@ subject to the following constraint:
where X is a set of integer valued variables and f(X) can be written where X is a set of integer valued variables and f(X) can be written
as the sum of functions which each involve only two variables from X. as the sum of functions which each involve only two variables from X.
</pre> </pre>
If the graph is tree-structured then this routine always gives the exact solution to the MAP problem.
However, for graphs with cycles, the solution may be approximate.
<br/> <br/>
<br/> <br/>
This function is an implementation of the NMPLP algorithm introduced in the This function is an implementation of the NMPLP algorithm introduced in the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment