#include <LeastCandidatesStrategy.h>
Inheritance diagram for LeastCandidatesStrategy:

Public Member Functions | |
| LeastCandidatesStrategy (const Puzzle &p) | |
| Constructs a LeastCandidatesStrategy for solving the given Puzzle. | |
| ~LeastCandidatesStrategy () | |
| Destructor. | |
| void | setStartCell (size_t &x, size_t &y) |
| Sets the start cell for this Strategy's Puzzle. | |
Private Member Functions | |
| LeastCandidatesStrategy (const LeastCandidatesStrategy &l) | |
| Copy constructor. | |
| LeastCandidatesStrategy & | operator= (const LeastCandidatesStrategy &l) |
| Assignment operator. | |
|
|
Copy constructor. Not implemented. |
|
|
Assignment operator. Not implemented. |
1.3.4