#include <CppUnitLite/TestHarness.h>#include <gtsam/inference/Symbol.h>#include <gtsam_unstable/discrete/CSP.h>#include <stdarg.h>#include <iostream>#include <sstream>
Go to the source code of this file.
| Classes | |
| class | Sudoku | 
| A class that encodes Sudoku's as a CSP problem.  More... | |
| Macros | |
| #define | PRINT false | 
| Functions | |
| int | main () | 
| TEST (Sudoku, AJC_3star_Feb8_2012) | |
| TEST (Sudoku, easy) | |
| TEST (Sudoku, extreme) | |
| TEST (Sudoku, small) | |
| #define PRINT false | 
Definition at line 20 of file testSudoku.cpp.
| int main | ( | ) | 
Definition at line 260 of file testSudoku.cpp.
| TEST | ( | Sudoku | , | 
| AJC_3star_Feb8_2012 | |||
| ) | 
Definition at line 227 of file testSudoku.cpp.
| TEST | ( | Sudoku | , | 
| easy | |||
| ) | 
Definition at line 158 of file testSudoku.cpp.
| TEST | ( | Sudoku | , | 
| extreme | |||
| ) | 
Definition at line 190 of file testSudoku.cpp.
| TEST | ( | Sudoku | , | 
| small | |||
| ) | 
Definition at line 119 of file testSudoku.cpp.