Generated on Sat Feb 7 2015 02:01:43 for Gecode by doxygen 1.8.9.1
Gecode::Gist::Options Class Reference

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...
 
- 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...
 

Public Attributes

class Gecode::Gist::Options::_I inspect
 
- 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 nogoods_limit
 Depth limit for extraction of no-goods. More...
 
Stopstop
 Stop object for stopping search. More...
 
Cutoffcutoff
 Cutoff for restart-based search. More...
 

Static Public Attributes

static const Options def
 Default options. More...
 
- Static Public Attributes inherited from Gecode::Search::Options
static const Options def
 Default options. More...
 

Detailed Description

Options for Gist

Note that the d and stop fields of the Search::Options class are not used by Gist.

Definition at line 238 of file gist.hh.

Constructor & Destructor Documentation

Gecode::Gist::Options::Options ( void  )
inline

Initialize with default values.

Definition at line 166 of file gist.hpp.

Member Data Documentation

class Gecode::Gist::Options::_I Gecode::Gist::Options::inspect
const Options Gecode::Gist::Options::def
static

Default options.

Definition at line 273 of file gist.hh.


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