Generated on Wed Jul 21 2021 00:00:00 for Gecode by doxygen 1.9.1

Typedefs

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

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.