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

Method valid

examples/bin-packing.cpp:63–65  ·  view source on GitHub ↗

Whether a valid specification has been found

Source from the content-addressed store, hash-verified

61 public:
62 /// Whether a valid specification has been found
63 bool valid(void) const {
64 return data != nullptr;
65 }
66 /// Return maximal capacity of a bin
67 int capacity(void) const {
68 return data[0];

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected