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

Diff of /queensgui/src/solutionmatrix.h

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

revision 5 by torben, Fri Jul 20 01:22:53 2007 UTC revision 655 by torben, Fri Apr 23 05:57:28 2010 UTC
# Line 26  Line 26 
26  /**  /**
27  @author Torben Nielsen  @author Torben Nielsen
28   */   */
29  class SolutionMatrix : public Solution  /*class SolutionMatrix : public Solution
30  {  {
31          public:          public:
32          // functions          // functions
# Line 40  class SolutionMatrix : public Solution Line 40  class SolutionMatrix : public Solution
40                  Solution* copy();                  Solution* copy();
41    
42                  bool operator==(const Solution& sol);                  bool operator==(const Solution& sol);
43                  bool operator!=(const Solution& sol);  
44                  bool getMatrix(int x, int y);                  bool getMatrix(int x, int y);
45                  void setMatrix(int x, int y, bool val);                  void setMatrix(int x, int y, bool val);
46    
# Line 51  class SolutionMatrix : public Solution Line 51  class SolutionMatrix : public Solution
51          protected:          protected:
52                  bool m_matrix[MAX_SIZE][MAX_SIZE];                  bool m_matrix[MAX_SIZE][MAX_SIZE];
53                  explicit SolutionMatrix(const SolutionMatrix &input);                  explicit SolutionMatrix(const SolutionMatrix &input);
54  };  };*/
55    
56  #endif //SOLUTIONMATRIX_H  #endif //SOLUTIONMATRIX_H

Legend:
Removed from v.5  
changed lines
  Added in v.655

  ViewVC Help
Powered by ViewVC 1.1.20