Options for Gist More...
#include <gist.hh>
Classes | |
class | _I |
Helper class storing inspectors. More... | |
Public Member Functions | |
Options (void) | |
Initialize with default values. More... | |
![]() | |
Options (void) | |
Initialize with default values. More... | |
Options | expand (void) const |
Expand with real number of threads. More... | |
Public Attributes | |
class Gecode::Gist::Options::_I | inspect |
![]() | |
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 | 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... | |
Static Public Attributes | |
static const Options | def |
Default options. More... | |
![]() | |
static const Options | def |
Default options. More... | |
Options for Gist
Note that the d and stop fields of the Search::Options class are not used by Gist.
|
inline |
class Gecode::Gist::Options::_I Gecode::Gist::Options::inspect |
|
static |