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

Method has_nogood

gecode/search/cpprofiler/message.hpp:193–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 const std::string& label() const { return _label; }
192
193 bool has_nogood(void) const { return _have_nogood; }
194 const std::string& nogood(void) const { return _nogood; }
195
196 // generic optional fields

Callers 1

serializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected