|
Sudoku Solver 1.0
|
#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 () |
| int main | ( | ) |
| bool test_cleanup_does_not_crash | ( | ) |
| bool test_empty_matrix | ( | ) |
| bool test_isFullyUncovered | ( | ) |
| bool test_no_solution | ( | ) |
| bool test_simple_matrix_with_solution | ( | ) |
| bool test_single_column_single_row | ( | ) |
| bool test_Wiki_example | ( | ) |