Generated on Thu Jan 16 2025 00:00:00 for Gecode by doxygen 1.14.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 801 of file driver.hh.

◆ IntMinimizeScript

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

Definition at line 808 of file driver.hh.

◆ IntMaximizeScript

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

Definition at line 814 of file driver.hh.

◆ IntLexMinimizeScript

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

Definition at line 821 of file driver.hh.

◆ IntLexMaximizeScript

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

Definition at line 827 of file driver.hh.

◆ FloatMinimizeScript

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

Definition at line 836 of file driver.hh.

◆ FloatMaximizeScript

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

Definition at line 842 of file driver.hh.