Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ set_nogood
Method
set_nogood
gecode/search/cpprofiler/message.hpp:177–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
}
176
177
void set_nogood(const std::string& nogood) {
178
_have_nogood = true;
179
_nogood = nogood;
180
}
181
182
void set_version(int32_t v) {
183
_have_version = true;
Callers
2
deserialize
Method · 0.80
sendNode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected