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

Method Spec

examples/job-shop.cpp:154–158  ·  view source on GitHub ↗

Initialize

Source from the content-addressed store, hash-verified

152 public:
153 /// Initialize
154 Spec(const char* s) : data(find(s)), l(0), u(0), n(s) {
155 if (valid()) {
156 l = clower(); u = cupper();
157 }
158 }
159 /// Return lower bound
160 int lower(void) const {
161 return l;

Callers

nothing calls this directly

Calls 1

validFunction · 0.85

Tested by

no test coverage detected