source: liacs/ai/sudoku/latex/sudoku.aux@ 206

Last change on this file since 206 was 2, checked in by Rick van der Zwet, 15 years ago

Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)

File size: 2.3 KB
Line 
1\relax
2\citation{wikipedia}
3\select@language{english}
4\@writefile{toc}{\select@language{english}}
5\@writefile{lof}{\select@language{english}}
6\@writefile{lot}{\select@language{english}}
7\select@language{english}
8\@writefile{toc}{\select@language{english}}
9\@writefile{lof}{\select@language{english}}
10\@writefile{lot}{\select@language{english}}
11\@writefile{toc}{\contentsline {section}{\numberline {1}Introduction}{1}}
12\@writefile{toc}{\contentsline {subsection}{\numberline {1.1}History}{1}}
13\citation{wikipedia}
14\@writefile{toc}{\contentsline {subsection}{\numberline {1.2}Gameplay}{2}}
15\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces Sample sudoku}}{2}}
16\@writefile{toc}{\contentsline {section}{\numberline {2}Problem}{2}}
17\citation{wikipedia}
18\citation{wikipedia}
19\@writefile{toc}{\contentsline {section}{\numberline {3}Solution finding theories}{3}}
20\@writefile{toc}{\contentsline {subsection}{\numberline {3.1}Marking up}{3}}
21\@writefile{lof}{\contentsline {figure}{\numberline {2}{\ignorespaces Candidates for each empty cell have been entered. Some cells have only one candidate once obvious invalids have been excluded. Also, some mark with dots instead of numbers, simply using the position of the dot within the cell to distinguish them.\cite {wikipedia}}}{3}}
22\newlabel{marking_up}{{2}{3}}
23\citation{wikipedia}
24\citation{wikipedia}
25\@writefile{toc}{\contentsline {subsection}{\numberline {3.2}Scanning}{4}}
26\@writefile{lof}{\contentsline {figure}{\numberline {3}{\ignorespaces The 3×3 region in the top-left corner. The solver can eliminate all of the empty cells in the top-right corner which cannot contain a 5. This leaves only one possible cell (highlighted in green).\cite {wikipedia}}}{4}}
27\newlabel{scanning}{{3}{4}}
28\@writefile{toc}{\contentsline {subsection}{\numberline {3.3}Analysis}{5}}
29\newlabel{cplusplus}{{3.3}{5}}
30\@writefile{toc}{\contentsline {section}{\numberline {4}Implementation}{5}}
31\citation{gordon}
32\@writefile{toc}{\contentsline {section}{\numberline {5}Creating soduku's}{6}}
33\@writefile{toc}{\contentsline {section}{\numberline {6}Experiments}{6}}
34\@writefile{toc}{\contentsline {subsection}{\numberline {6.1}Solver}{6}}
35\@writefile{toc}{\contentsline {subsection}{\numberline {6.2}Generator}{6}}
36\bibcite{wikipedia}{1}
37\bibcite{gordon}{2}
38\@writefile{toc}{\contentsline {section}{\numberline {7}Conclusion}{7}}
39\citation{gordon}
Note: See TracBrowser for help on using the repository browser.