-Almost nonexistant. But I'm working on it. In the meantime, I'll provide limited support
-by email. The following gives an overview of different methods and their properties
-(can be slightly obsolete):
-
-BP
- updates UpdateType SEQFIX,SEQRND,SEQMAX,PARALL
- tol double
- maxiter size_t
- verbose size_t
-MF
- tol double
- maxiter size_t
- verbose size_t
-HAK
- clusters MIN,DELTA,LOOP
- loopdepth
- doubleloop bool
- tol double
- maxiter size_t
- verbose size_t
-JTREE
- updates UpdateType HUGIN,SHSH
- verbose size_t
-MR
- updates UpdateType FULL,LINEAR
- inits InitType RESPPROP,CLAMPING,EXACT
- verbose size_t
-TREEEP
- type TypeType ORG,ALT
- tol double
- maxiter size_t
- verbose size_t
-LC
- cavity CavityType FULL,PAIR,PAIR2,UNIFORM
- updates UpdateType SEQFIX,SEQRND(,NONE)
- reinit bool
- cavainame string
- cavaiopts Properties
- tol double
- maxiter size_t
- verbose size_t
-
-
-
-Quick start
------------
+The code has been developed under Debian GNU/Linux with the GCC compiler suite.
+libDAI compiles successfully with g++ versions 4.1, 4.2 and 4.3.
+
+libDAI has also been successfully compiled with MS Visual Studio 2008 under Windows
+(but not all build targets are supported yet).
+
+
+Quick start (linux/cygwin)
+--------------------------