Options for JobShop problems More...
Public Member Functions | |
JobShopOptions (const char *s) | |
Initialize options for example with name s. | |
bool | verbose (void) const |
Return whether to print schedule. | |
unsigned int | probes (void) const |
Return number of probes. | |
unsigned int | fail_probe (void) const |
Return number of failures per probe. | |
unsigned int | time_probe (void) const |
Return time-out for probe. | |
unsigned int | time_adjust (void) const |
Return time-out for adjust. | |
unsigned int | time_solve (void) const |
Return time-out for solve. | |
double | tbf (void) const |
Return tie-breaking factor. | |
virtual void | help (void) |
Print help text for list of instances. | |
![]() | |
InstanceOptions (const char *s) | |
Initialize options for script with name s. | |
void | parse (int &argc, char *argv[]) |
Parse options from arguments argv (number is argc) | |
void | instance (const char *s) |
Set default instance name. | |
const char * | instance (void) const |
Return instance name. | |
~InstanceOptions (void) | |
Destructor. | |
![]() | |
void | model (int v) |
Set default model value. | |
void | model (int v, const char *o, const char *h=NULL) |
Add model option value for value v, string o, and help h. | |
int | model (void) const |
Return model value. | |
void | symmetry (int v) |
Set default symmetry value. | |
void | symmetry (int v, const char *o, const char *h=NULL) |
Add symmetry option value for value v, string o, and help h. | |
int | symmetry (void) const |
Return symmetry value. | |
void | propagation (int v) |
Set default propagation value. | |
void | propagation (int v, const char *o, const char *h=NULL) |
Add propagation option value for value v, string o, and help h. | |
int | propagation (void) const |
Return propagation value. | |
void | ipl (IntPropLevel i) |
Set default integer propagation level. | |
IntPropLevel | ipl (void) const |
Return integer propagation level. | |
void | branching (int v) |
Set default branching value. | |
void | branching (int v, const char *o, const char *h=NULL) |
Add branching option value for value v, string o, and help h. | |
int | branching (void) const |
Return branching value. | |
void | decay (double d) |
Set default decay factor. | |
double | decay (void) const |
Return decay factor. | |
void | seed (unsigned int s) |
Set default seed value. | |
unsigned int | seed (void) const |
Return seed value. | |
void | step (double s) |
Set default step value. | |
double | step (void) const |
Return step value. | |
void | search (int v) |
Set default search value. | |
void | search (int v, const char *o, const char *h=NULL) |
Add search option value for value v, string o, and help h. | |
int | search (void) const |
Return search value. | |
void | solutions (unsigned int n) |
Set default number of solutions to search for. | |
unsigned int | solutions (void) const |
Return number of solutions to search for. | |
void | threads (double n) |
Set number of parallel threads. | |
double | threads (void) const |
Return number of parallel threads. | |
void | c_d (unsigned int d) |
Set default copy recomputation distance. | |
unsigned int | c_d (void) const |
Return copy recomputation distance. | |
void | a_d (unsigned int d) |
Set default adaptive recomputation distance. | |
unsigned int | a_d (void) const |
Return adaptive recomputation distance. | |
void | d_l (unsigned int d) |
Set default discrepancy limit for LDS. | |
unsigned int | d_l (void) const |
Return discrepancy limit for LDS. | |
void | node (unsigned int n) |
Set default node cutoff. | |
unsigned int | node (void) const |
Return node cutoff. | |
void | fail (unsigned int n) |
Set default failure cutoff. | |
unsigned int | fail (void) const |
Return failure cutoff. | |
void | time (unsigned int t) |
Set default time cutoff. | |
unsigned int | time (void) const |
Return time cutoff. | |
void | assets (unsigned int n) |
Set default number of assets in a portfolio. | |
unsigned int | assets (void) const |
Return slice size in a portfolio. | |
void | slice (unsigned int n) |
Set default slice size in a portfolio. | |
unsigned int | slice (void) const |
Return slice size in a portfolio. | |
void | restart (RestartMode r) |
Set default restart mode. | |
RestartMode | restart (void) const |
Return restart mode. | |
void | restart_base (double base) |
Set default restart base. | |
double | restart_base (void) const |
Return restart base. | |
void | restart_scale (unsigned int scale) |
Set default restart scale factor. | |
unsigned int | restart_scale (void) const |
Return restart scale factor. | |
void | nogoods (bool b) |
Set default nogoods posting behavior. | |
bool | nogoods (void) const |
Return whether nogoods are used. | |
void | nogoods_limit (unsigned int l) |
Set default nogoods depth limit. | |
unsigned int | nogoods_limit (void) const |
Return depth limit for nogoods. | |
void | relax (double d) |
Set default relax probability. | |
double | relax (void) const |
Return default relax probability. | |
void | interrupt (bool b) |
Set default interrupt behavior. | |
bool | interrupt (void) const |
Return interrupt behavior. | |
Options (const char *s) | |
Initialize options for script with name s. | |
void | mode (ScriptMode em) |
Set default mode. | |
ScriptMode | mode (void) const |
Return mode. | |
void | samples (unsigned int s) |
Set default number of samples. | |
unsigned int | samples (void) const |
Return number of samples. | |
void | iterations (unsigned int i) |
Set default number of iterations. | |
unsigned int | iterations (void) const |
Return number of iterations. | |
void | print_last (bool p) |
Set whether to print only last solution found. | |
bool | print_last (void) const |
Return whether to print only last solution found. | |
void | out_file (const char *f) |
Set default output file name for solutions. | |
const char * | out_file (void) const |
Get file name for solutions. | |
void | log_file (const char *f) |
Set default output file name for Gecode stats. | |
const char * | log_file (void) const |
Get file name for Gecode stats. | |
void | trace (int f) |
Set trace flags. | |
int | trace (void) const |
Return trace flags. | |
void | profiler_id (int i) |
Set profiler execution identifier. | |
int | profiler_id (void) const |
Return profiler execution id. | |
void | profiler_port (unsigned int p) |
Set profiler port. | |
unsigned int | profiler_port (void) const |
Return profiler execution id. | |
void | profiler_info (bool b) |
Whether solution info should be sent to profiler. | |
bool | profiler_info (void) const |
Return whether solution info should be sent to profiler. | |
![]() | |
BaseOptions (const char *s) | |
Initialize options for script with name s. | |
void | add (Driver::BaseOption &o) |
Add new option o. | |
void | parse (int &argc, char *argv[]) |
Parse options from arguments argv (number is argc) | |
const char * | name (void) const |
Return name of script. | |
void | name (const char *) |
Set name of script. | |
virtual | ~BaseOptions (void) |
Destructor. | |
Additional Inherited Members | |
![]() | |
class Gecode::Options::_I | inspect |
Script mode to run. | |
![]() | |
const char * | _inst |
Instance string. | |
![]() | |
Driver::StringOption | _model |
General model options. | |
Driver::StringOption | _symmetry |
General symmetry options. | |
Driver::StringOption | _propagation |
Propagation options. | |
Driver::IplOption | _ipl |
Integer propagation level. | |
Driver::StringOption | _branching |
Branching options. | |
Driver::DoubleOption | _decay |
Decay option. | |
Driver::UnsignedIntOption | _seed |
Seed option. | |
Driver::DoubleOption | _step |
Step option. | |
Driver::StringOption | _search |
Search options. | |
Driver::UnsignedIntOption | _solutions |
How many solutions. | |
Driver::DoubleOption | _threads |
How many threads to use. | |
Driver::UnsignedIntOption | _c_d |
Copy recomputation distance. | |
Driver::UnsignedIntOption | _a_d |
Adaptive recomputation distance. | |
Driver::UnsignedIntOption | _d_l |
Discrepancy limit for LDS. | |
Driver::UnsignedIntOption | _node |
Cutoff for number of nodes. | |
Driver::UnsignedIntOption | _fail |
Cutoff for number of failures. | |
Driver::UnsignedIntOption | _time |
Cutoff for time. | |
Driver::UnsignedIntOption | _assets |
Number of assets in a portfolio. | |
Driver::UnsignedIntOption | _slice |
Size of a portfolio slice. | |
Driver::StringOption | _restart |
Restart method option. | |
Driver::DoubleOption | _r_base |
Restart base. | |
Driver::UnsignedIntOption | _r_scale |
Restart scale factor. | |
Driver::BoolOption | _nogoods |
Whether to use no-goods. | |
Driver::UnsignedIntOption | _nogoods_limit |
Limit for no-good extraction. | |
Driver::DoubleOption | _relax |
Probability to relax variable. | |
Driver::BoolOption | _interrupt |
Whether to catch SIGINT. | |
Driver::StringOption | _mode |
Script mode to run. | |
Driver::UnsignedIntOption | _samples |
How many samples. | |
Driver::UnsignedIntOption | _iterations |
How many iterations per sample. | |
Driver::BoolOption | _print_last |
Print only last solution found. | |
Driver::StringValueOption | _out_file |
Where to print solutions. | |
Driver::StringValueOption | _log_file |
Where to print statistics. | |
Driver::TraceOption | _trace |
Trace flags for tracing. | |
Driver::IntOption | _profiler_id |
Use this execution id for the CP-profiler. | |
Driver::UnsignedIntOption | _profiler_port |
Connect to this port. | |
Driver::BoolOption | _profiler_info |
Whether solution information should be sent to the CPProfiler. | |
![]() | |
Driver::BaseOption * | fst |
First registered option. | |
Driver::BaseOption * | lst |
Last registered option. | |
const char * | _name |
Script name. | |
Options for JobShop problems
Definition at line 179 of file job-shop.cpp.
|
inline |
Initialize options for example with name s.
Definition at line 197 of file job-shop.cpp.
|
inline |
Return whether to print schedule.
Definition at line 221 of file job-shop.cpp.
|
inline |
Return number of probes.
Definition at line 225 of file job-shop.cpp.
|
inline |
Return number of failures per probe.
Definition at line 229 of file job-shop.cpp.
|
inline |
Return time-out for probe.
Definition at line 233 of file job-shop.cpp.
|
inline |
Return time-out for adjust.
Definition at line 237 of file job-shop.cpp.
|
inline |
Return time-out for solve.
Definition at line 241 of file job-shop.cpp.
|
inline |
Return tie-breaking factor.
Definition at line 245 of file job-shop.cpp.
|
inlinevirtual |
Print help text for list of instances.
Reimplemented from Gecode::InstanceOptions.
Definition at line 249 of file job-shop.cpp.