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

Script classes
[Script commandline driver]

Typedefs

typedef Driver::ScriptBase
< Driver::IgnoreStepOption
< Space > > 
Gecode::Script
 Base-class for scripts.
typedef Driver::ScriptBase
< Driver::IgnoreStepOption
< IntMinimizeSpace > > 
Gecode::IntMinimizeScript
 Base-class for scripts for finding solution of lowest integer cost.
typedef Driver::ScriptBase
< Driver::IgnoreStepOption
< IntMaximizeSpace > > 
Gecode::IntMaximizeScript
 Base-class for scripts for finding solution of highest integer cost.
typedef Driver::ScriptBase
< Driver::IgnoreStepOption
< IntLexMinimizeSpace > > 
Gecode::IntLexMinimizeScript
 Base-class for scripts for finding solution of lexically lowest integer costs.
typedef Driver::ScriptBase
< Driver::IgnoreStepOption
< IntLexMaximizeSpace > > 
Gecode::IntLexMaximizeScript
 Base-class for scripts for finding solution of lexically highest integer costs.
typedef Driver::ScriptBase
< Driver::ExtractStepOption
< FloatMinimizeSpace > > 
Gecode::FloatMinimizeScript
 Base-class for scripts for finding solution of lowest float cost.
typedef Driver::ScriptBase
< Driver::ExtractStepOption
< FloatMaximizeSpace > > 
Gecode::FloatMaximizeScript
 Base-class for scripts for finding solution of highest float cost.

Typedef Documentation

typedef Driver::ScriptBase<Driver::IgnoreStepOption<Space> > Gecode::Script

Base-class for scripts.

Definition at line 801 of file driver.hh.

typedef Driver::ScriptBase<Driver::IgnoreStepOption<IntMinimizeSpace> > Gecode::IntMinimizeScript

Base-class for scripts for finding solution of lowest integer cost.

Definition at line 808 of file driver.hh.

typedef Driver::ScriptBase<Driver::IgnoreStepOption<IntMaximizeSpace> > Gecode::IntMaximizeScript

Base-class for scripts for finding solution of highest integer cost.

Definition at line 814 of file driver.hh.

typedef Driver::ScriptBase<Driver::IgnoreStepOption<IntLexMinimizeSpace> > Gecode::IntLexMinimizeScript

Base-class for scripts for finding solution of lexically lowest integer costs.

Definition at line 821 of file driver.hh.

typedef Driver::ScriptBase<Driver::IgnoreStepOption<IntLexMaximizeSpace> > Gecode::IntLexMaximizeScript

Base-class for scripts for finding solution of lexically highest integer costs.

Definition at line 827 of file driver.hh.

typedef Driver::ScriptBase<Driver::ExtractStepOption<FloatMinimizeSpace> > Gecode::FloatMinimizeScript

Base-class for scripts for finding solution of lowest float cost.

Definition at line 836 of file driver.hh.

typedef Driver::ScriptBase<Driver::ExtractStepOption<FloatMaximizeSpace> > Gecode::FloatMaximizeScript

Base-class for scripts for finding solution of highest float cost.

Definition at line 842 of file driver.hh.