
Task representation for CROSH heuristic More...
Public Member Functions | |
| Task (void) | |
| Default constructor. More... | |
| Task (int j0, int m0, int p0) | |
| Constructor. More... | |
Public Attributes | |
| int | j |
| int | m |
| int | p |
Task representation for CROSH heuristic
Definition at line 80 of file open-shop.cpp.
|
inline |
Default constructor.
Definition at line 86 of file open-shop.cpp.
|
inline |
Constructor.
Definition at line 88 of file open-shop.cpp.
| int OpenShop::Task::j |
Definition at line 82 of file open-shop.cpp.
| int OpenShop::Task::m |
Definition at line 83 of file open-shop.cpp.
| int OpenShop::Task::p |
Definition at line 84 of file open-shop.cpp.