#include <CppUnitLite/TestHarness.h>
#include <gtsam/base/Testable.h>
#include <gtsam/base/Vector.h>
#include <gtsam/base/debug.h>
#include <gtsam/discrete/DiscreteBayesNet.h>
#include <gtsam/discrete/DiscreteFactorGraph.h>
#include <gtsam/discrete/DiscreteMarginals.h>
#include <gtsam/inference/Symbol.h>
#include <iostream>
#include <string>
#include <vector>
#include "AsiaExample.h"
Go to the source code of this file.
Functions | |
int | main () |
TEST (DiscreteBayesNet, Asia) | |
TEST (DiscreteBayesNet, bayesNet) | |
TEST (DiscreteBayesNet, Dot) | |
TEST (DiscreteBayesNet, markdown) | |
TEST (DiscreteBayesNet, Sugar) | |
int main | ( | ) |
Definition at line 175 of file testDiscreteBayesNet.cpp.
TEST | ( | DiscreteBayesNet | , |
Asia | |||
) |
Definition at line 67 of file testDiscreteBayesNet.cpp.
TEST | ( | DiscreteBayesNet | , |
bayesNet | |||
) |
Definition at line 37 of file testDiscreteBayesNet.cpp.
TEST | ( | DiscreteBayesNet | , |
Dot | |||
) |
Definition at line 126 of file testDiscreteBayesNet.cpp.
TEST | ( | DiscreteBayesNet | , |
markdown | |||
) |
Definition at line 151 of file testDiscreteBayesNet.cpp.
TEST | ( | DiscreteBayesNet | , |
Sugar | |||
) |
Definition at line 111 of file testDiscreteBayesNet.cpp.