Generated on Thu Apr 11 13:59:39 2019 for Gecode by doxygen 1.6.3

JobShopOptions Class Reference

Options for JobShop problems More...

List of all members.

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.

Detailed Description

Options for JobShop problems

Definition at line 179 of file job-shop.cpp.


Constructor & Destructor Documentation

JobShopOptions::JobShopOptions ( const char *  s  )  [inline]

Initialize options for example with name s.

Definition at line 197 of file job-shop.cpp.


Member Function Documentation

bool JobShopOptions::verbose ( void   )  const [inline]

Return whether to print schedule.

Definition at line 221 of file job-shop.cpp.

unsigned int JobShopOptions::probes ( void   )  const [inline]

Return number of probes.

Definition at line 225 of file job-shop.cpp.

unsigned int JobShopOptions::fail_probe ( void   )  const [inline]

Return number of failures per probe.

Definition at line 229 of file job-shop.cpp.

unsigned int JobShopOptions::time_probe ( void   )  const [inline]

Return time-out for probe.

Definition at line 233 of file job-shop.cpp.

unsigned int JobShopOptions::time_adjust ( void   )  const [inline]

Return time-out for adjust.

Definition at line 237 of file job-shop.cpp.

unsigned int JobShopOptions::time_solve ( void   )  const [inline]

Return time-out for solve.

Definition at line 241 of file job-shop.cpp.

double JobShopOptions::tbf ( void   )  const [inline]

Return tie-breaking factor.

Definition at line 245 of file job-shop.cpp.

virtual void JobShopOptions::help ( void   )  [inline, virtual]

Print help text for list of instances.

Reimplemented from Gecode::InstanceOptions.

Definition at line 249 of file job-shop.cpp.


The documentation for this class was generated from the following file: