#include <vector>
#include <algorithm>
#include <map>
#include <dai/varset.h>
Go to the source code of this file.
Namespaces | |
namespace | dai |
Classes | |
class | dai::IndexFor |
Tool for looping over the states of several variables. More... | |
class | dai::Permute |
Tool for calculating permutations of linear indices of multi-dimensional arrays. More... | |
class | dai::multifor |
multifor makes it easy to perform a dynamic number of nested for loops. More... | |
class | dai::State |
Makes it easy to iterate over all possible joint states of variables within a VarSet. More... |