
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. | |