#include <gtsam_unstable/discrete/CSP.h>
#include <gtsam_unstable/discrete/Domain.h>
#include <CppUnitLite/TestHarness.h>
#include <fstream>
#include <iostream>
Go to the source code of this file.
Functions | |
int | main () |
TEST (CSP, AllDiff) | |
TEST (CSP, allInOne) | |
TEST (CSP, ArcConsistency) | |
TEST (CSP, BinaryAllDif) | |
TEST (CSP, SingleValue) | |
TEST (CSP, WesternUS) | |
int main | ( | ) |
Definition at line 264 of file testCSP.cpp.
Definition at line 66 of file testCSP.cpp.
TEST | ( | CSP | , |
allInOne | |||
) |
Definition at line 102 of file testCSP.cpp.
TEST | ( | CSP | , |
ArcConsistency | |||
) |
Definition at line 194 of file testCSP.cpp.
TEST | ( | CSP | , |
BinaryAllDif | |||
) |
Definition at line 44 of file testCSP.cpp.
TEST | ( | CSP | , |
SingleValue | |||
) |
Definition at line 20 of file testCSP.cpp.
TEST | ( | CSP | , |
WesternUS | |||
) |
Definition at line 140 of file testCSP.cpp.