Sudoku Solver 1.0
Загрузка...
Поиск...
Не найдено
Файл test_dancing_links.cpp
#include <array>
#include "dancing_links/dancing_links_matrix.h"
#include "../test_utils.h"
#include <iostream>

Функции

bool test_empty_matrix ()
bool test_single_column_single_row ()
bool test_no_solution ()
bool test_simple_matrix_with_solution ()
bool test_isFullyUncovered ()
bool test_cleanup_does_not_crash ()
bool test_Wiki_example ()
int main ()

Функции

◆ main()

int main ( )

◆ test_cleanup_does_not_crash()

bool test_cleanup_does_not_crash ( )

◆ test_empty_matrix()

bool test_empty_matrix ( )

◆ test_isFullyUncovered()

bool test_isFullyUncovered ( )

◆ test_no_solution()

bool test_no_solution ( )

◆ test_simple_matrix_with_solution()

bool test_simple_matrix_with_solution ( )

◆ test_single_column_single_row()

bool test_single_column_single_row ( )

◆ test_Wiki_example()

bool test_Wiki_example ( )