Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ valid
Method
valid
examples/job-shop.cpp:98–100 ·
view source on GitHub ↗
Whether a valid specification has been found
Source
from the content-addressed store, hash-verified
96
public:
97
/// Whether a valid specification has been found
98
bool valid(void) const {
99
return data != nullptr;
100
}
101
/// Return number of jobs
102
int jobs(void) const {
103
return data[0];
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected