
Common command line options. More...
Public Member Functions | |
| CommonOptions (const JobShopOptions &opt) | |
| Initialize. More... | |
Public Member Functions inherited from Gecode::Search::Options | |
| Options (void) | |
| Initialize with default values. More... | |
| Options | expand (void) const |
| Expand with real number of threads. More... | |
Additional Inherited Members | |
Public Attributes inherited from Gecode::Search::Options | |
| bool | clone |
| Whether engines create a clone when being initialized. More... | |
| double | threads |
| Number of threads to use. More... | |
| unsigned int | c_d |
| Create a clone after every c_d commits (commit distance) More... | |
| unsigned int | a_d |
| Create a clone during recomputation if distance is greater than a_d (adaptive distance) More... | |
| unsigned int | d_l |
| Discrepancy limit (for LDS) More... | |
| unsigned int | assets |
| Number of assets (engines) in a portfolio. More... | |
| unsigned int | slice |
| Size of a slice in a portfolio (in number of failures) More... | |
| unsigned int | nogoods_limit |
| Depth limit for extraction of no-goods. More... | |
| Stop * | stop |
| Stop object for stopping search. More... | |
| Cutoff * | cutoff |
| Cutoff for restart-based search. More... | |
| SearchTracer * | tracer |
| Tracer object for tracing search. More... | |
Static Public Attributes inherited from Gecode::Search::Options | |
| static const Options | def |
| Default options. More... | |
Common command line options.
Definition at line 350 of file job-shop.cpp.
|
inline |
Initialize.
Definition at line 353 of file job-shop.cpp.