Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ jobs
Method
jobs
examples/job-shop.cpp:102–104 ·
view source on GitHub ↗
Return number of jobs
Source
from the content-addressed store, hash-verified
100
}
101
/// Return number of jobs
102
int jobs(void) const {
103
return data[0];
104
}
105
/// Return number of machines
106
int machines(void) const {
107
return data[1];
Callers
4
JobShopBase
Method · 0.80
nooverload
Method · 0.80
print
Method · 0.80
JobShopSolve
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected