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

Diff of /queensgui/src/solution.h

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

revision 7 by torben, Fri Jul 20 01:22:53 2007 UTC revision 8 by torben, Fri Jul 20 16:58:04 2007 UTC
# Line 20  Line 20 
20  #ifndef SOLUTION_H  #ifndef SOLUTION_H
21  #define SOLUTION_H  #define SOLUTION_H
22    
 #include "config.h"  
23    
24  /**  /**
25  @author Torben Nielsen  @author Torben Nielsen
# Line 36  public: Line 35  public:
35          virtual Solution* copy() = 0;          virtual Solution* copy() = 0;
36    
37          virtual bool operator==(const Solution& sol) = 0;          virtual bool operator==(const Solution& sol) = 0;
         //virtual bool operator!=(const Solution& sol) = 0;  
38          virtual bool getMatrix(int x, int y) = 0;          virtual bool getMatrix(int x, int y) = 0;
39          virtual void setMatrix(int x, int y, bool val) = 0;          virtual void setMatrix(int x, int y, bool val) = 0;
40    

Legend:
Removed from v.7  
changed lines
  Added in v.8

  ViewVC Help
Powered by ViewVC 1.1.20