Create and register test
| 45 | public: |
| 46 | /// Create and register test |
| 47 | Construct(void) |
| 48 | : SetTest("Var::Construct",1,IntSet(0,0),false,0) {} |
| 49 | /// %Test whether \a x is solution |
| 50 | virtual bool solution(const SetAssignment&) const { |
| 51 | return true; |