MCPcopy Create free account
hub / github.com/Gecode/gecode / valid

Method valid

examples/qcp.cpp:113–115  ·  view source on GitHub ↗

Whether a valid specification has been found

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected