/[projects]/queensgui/src/solutionhash.h
ViewVC logotype

Diff of /queensgui/src/solutionhash.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2 by torben, Thu Jul 19 22:26:42 2007 UTC revision 3 by torben, Thu Jul 19 23:36:33 2007 UTC
# Line 29  Line 29 
29  /**  /**
30  @author Torben Nielsen  @author Torben Nielsen
31  */  */
32  class SolutionHash : public SolutionContainer  class ContainerHash : public SolutionContainer
33  {  {
34  private:  private:
35      static const int max_size = 256;      static const int max_size = 256;
# Line 44  private: Line 44  private:
44      int m_size;      int m_size;
45    
46  public:  public:
47          SolutionHash(GUIUpdate* update);          ContainerHash(GUIUpdate* update);
48    
49      ~SolutionHash();          ~ContainerHash();
50      void uniqueSolutions();      void uniqueSolutions();
51      int numSolutions();      int numSolutions();
52      int totalSolutions();      int totalSolutions();

Legend:
Removed from v.2  
changed lines
  Added in v.3

  ViewVC Help
Powered by ViewVC 1.1.20