Home
last modified time | relevance | path

Searched refs:noOfFlights (Results 1 – 1 of 1) sorted by relevance

/dports/math/gecode/gecode-0916a1a/examples/
H A Dcrew.cpp77 extern const int noOfFlights;
97 : Script(opt), flight(*this,noOfFlights,IntSet::empty,0,noOfEmployees-1) { in Crew()
104 for (int i=0; i<noOfFlights; i++) { in Crew()
122 for (int i=0; i<noOfFlights-2; i++) { in Crew()
126 rel(*this, flight[noOfFlights-2] || flight[noOfFlights-1]); in Crew()
134 for (int i=0; i<noOfFlights; i++) { in print()
260 const int noOfFlights = sizeof(requiredCrew) / sizeof(Flight); variable