603:47e7773c7841 | 604:01bdac75994a |
---|---|
49 { | 49 { |
50 m_components.push_back (a); | 50 m_components.push_back (a); |
51 } | 51 } |
52 | 52 |
53 // Compare solutions | 53 // Compare solutions |
54 bool operator> (const Solution& other) const; | 54 bool isBetterThan (const Solution* other) const; |
55 | 55 |
56 private: | 56 private: |
57 QVector<Component> m_components; | 57 QVector<Component> m_components; |
58 }; | 58 }; |
59 | 59 |