MCPcopy 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

JobShopBaseMethod · 0.80
nooverloadMethod · 0.80
printMethod · 0.80
JobShopSolveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected