Generated on for Gecode by doxygen 1.17.0

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.

Detailed Description

Typedef Documentation

◆ Script

Base-class for scripts.

Definition at line 849 of file driver.hh.

◆ IntMinimizeScript

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

Definition at line 856 of file driver.hh.

◆ IntMaximizeScript

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

Definition at line 862 of file driver.hh.

◆ IntLexMinimizeScript

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

Definition at line 869 of file driver.hh.

◆ IntLexMaximizeScript

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

Definition at line 875 of file driver.hh.

◆ FloatMinimizeScript

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

Definition at line 884 of file driver.hh.

◆ FloatMaximizeScript

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

Definition at line 890 of file driver.hh.