Return duration of step \a j in job \a i
| 112 | } |
| 113 | /// Return duration of step \a j in job \a i |
| 114 | int duration(int i, int j) const { |
| 115 | return data[2 + i*machines()*2 + j*2 + 1]; |
| 116 | } |
| 117 | protected: |
| 118 | /// Find instance by name \a s |
| 119 | static const int* find(const char* s) { |
no outgoing calls
no test coverage detected