Search configuration
More...
|
const bool | clone = true |
| Whether engines create a clone when being initialized. More...
|
|
const double | threads = 1.0 |
| Number of threads to use. More...
|
|
const unsigned int | c_d = 8 |
| Create a clone after every c_d commits (commit distance) More...
|
|
const unsigned int | a_d = 2 |
| Create a clone during recomputation if distance is greater than a_d (adaptive distance) More...
|
|
const unsigned int | steal_limit = 3 |
| Minimal number of open nodes for stealing. More...
|
|
const unsigned int | initial_delay = 5 |
| Initial delay in milliseconds for all but first worker thread. More...
|
|
const unsigned int | nogoods_limit = 128 |
| Depth limit for no-good generation during search. More...
|
|
const bool Gecode::Search::Config::clone = true |
Whether engines create a clone when being initialized.
Definition at line 93 of file search.hh.
const double Gecode::Search::Config::threads = 1.0 |
Number of threads to use.
Definition at line 95 of file search.hh.
const unsigned int Gecode::Search::Config::c_d = 8 |
Create a clone after every c_d commits (commit distance)
Definition at line 97 of file search.hh.
const unsigned int Gecode::Search::Config::a_d = 2 |
Create a clone during recomputation if distance is greater than a_d (adaptive distance)
Definition at line 99 of file search.hh.
const unsigned int Gecode::Search::Config::steal_limit = 3 |
Minimal number of open nodes for stealing.
Definition at line 102 of file search.hh.
const unsigned int Gecode::Search::Config::initial_delay = 5 |
Initial delay in milliseconds for all but first worker thread.
Definition at line 104 of file search.hh.
const unsigned int Gecode::Search::Config::nogoods_limit = 128 |
Depth limit for no-good generation during search.
Definition at line 107 of file search.hh.