--- queensgui/src/solutionmatrix.h 2007/07/20 01:22:53 5 +++ queensgui/src/solutionmatrix.h 2010/04/23 05:57:28 655 @@ -26,7 +26,7 @@ /** @author Torben Nielsen */ -class SolutionMatrix : public Solution +/*class SolutionMatrix : public Solution { public: // functions @@ -40,7 +40,7 @@ Solution* copy(); bool operator==(const Solution& sol); - bool operator!=(const Solution& sol); + bool getMatrix(int x, int y); void setMatrix(int x, int y, bool val); @@ -51,6 +51,6 @@ protected: bool m_matrix[MAX_SIZE][MAX_SIZE]; explicit SolutionMatrix(const SolutionMatrix &input); -}; +};*/ #endif //SOLUTIONMATRIX_H