
Typedefs | |
| typedef Driver::ScriptBase< Space > | Gecode::Script |
| Base-class for scripts. More... | |
| typedef Driver::ScriptBase< MinimizeSpace > | Gecode::MinimizeScript |
| Base-class for scripts for finding solution of lowest integer cost. More... | |
| typedef Driver::ScriptBase< MaximizeSpace > | Gecode::MaximizeScript |
| Base-class for scripts for finding solution of highest integer cost. More... | |
| typedef Driver::ScriptBase< IntMinimizeSpace > | Gecode::IntMinimizeScript |
| Base-class for scripts for finding solution of lowest integer cost. More... | |
| typedef Driver::ScriptBase< IntMaximizeSpace > | Gecode::IntMaximizeScript |
| Base-class for scripts for finding solution of highest integer cost. More... | |
| typedef Driver::ScriptBase< FloatMinimizeSpace > | Gecode::FloatMinimizeScript |
| Base-class for scripts for finding solution of lowest float cost. More... | |
| typedef Driver::ScriptBase< FloatMaximizeSpace > | Gecode::FloatMaximizeScript |
| Base-class for scripts for finding solution of highest float cost. More... | |
| typedef Driver::ScriptBase<Space> Gecode::Script |