Whether a valid specification has been found
| 111 | public: |
| 112 | /// Whether a valid specification has been found |
| 113 | bool valid(void) const { |
| 114 | return data != nullptr; |
| 115 | } |
| 116 | /// Initialize |
| 117 | Spec(const char* s) : data(find(s)) {} |
| 118 | /// Return problem size |