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. More... | |
Public Attributes | |
int | start |
int | job |
int | p |
Helper class for representing tasks when printing a solution.
Definition at line 268 of file open-shop.cpp.
Comparison of tasks based on start time, used for sorting.
Definition at line 274 of file open-shop.cpp.
int OpenShop::PrintTask::start |
Definition at line 270 of file open-shop.cpp.
int OpenShop::PrintTask::job |
Definition at line 271 of file open-shop.cpp.
int OpenShop::PrintTask::p |
Definition at line 272 of file open-shop.cpp.