dancing_links.hpp
Go to the documentation of this file.
7 /****************************************************************************************************/
12 /****************************************************************************************************/
33 /****************************************************************************************************/
37 /****************************************************************************************************/
41 /****************************************************************************************************/
45 /****************************************************************************************************/
53 /****************************************************************************************************/
61 /****************************************************************************************************/
85 /****************************************************************************************************/
89 /****************************************************************************************************/
93 /****************************************************************************************************/
165 std::cout << adobe::indents(tab_count_m) << "<c" << toroid_m.column_index_of(toroid_m.down_of(c)) << ">" << std::endl;
174 std::cout << adobe::indents(tab_count_m) << "<r" << toroid_m.row_index_of(r) << ">" << std::endl;
185 std::cout << adobe::indents(tab_count_m) << "<c" << toroid_m.column_index_of(j) << ">" << std::endl;
192 std::cout << adobe::indents(tab_count_m) << "<p" << toroid_m.column_index_of(j) << ">" << std::endl;
217 std::cout << adobe::indents(tab_count_m) << "</c" << toroid_m.column_index_of(j) << ">" << std::endl;
224 std::cout << adobe::indents(tab_count_m) << "</p" << toroid_m.column_index_of(j) << ">" << std::endl;
231 std::cout << adobe::indents(tab_count_m) << "</r" << toroid_m.row_index_of(r) << ">" << std::endl;
238 std::cout << adobe::indents(tab_count_m) << "</c" << toroid_m.column_index_of(toroid_m.down_of(c)) << ">" << std::endl;
252 /****************************************************************************************************/
|