Generated on Thu Apr 5 2018 19:44:19 for Gecode by doxygen 1.8.13

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 805 of file driver.hh.

◆ IntMinimizeScript

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

Definition at line 812 of file driver.hh.

◆ IntMaximizeScript

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

Definition at line 818 of file driver.hh.

◆ IntLexMinimizeScript

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

Definition at line 825 of file driver.hh.

◆ IntLexMaximizeScript

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

Definition at line 831 of file driver.hh.

◆ FloatMinimizeScript

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

Definition at line 840 of file driver.hh.

◆ FloatMaximizeScript

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

Definition at line 846 of file driver.hh.