Helper class for representing tasks when printing a solution. More...
Public Member Functions | |
bool | operator() (const PrintTask &t1, const PrintTask &t2) |
Comparison of tasks based on start time, used for sorting. | |
Public Attributes | |
int | start |
int | job |
int | p |
Helper class for representing tasks when printing a solution.
Comparison of tasks based on start time, used for sorting.
Definition at line 279 of file open-shop.cpp.
Definition at line 275 of file open-shop.cpp.
Definition at line 276 of file open-shop.cpp.
Definition at line 277 of file open-shop.cpp.