|
typedef Driver::ScriptBase< Driver::IgnoreStepOption< Space > > | Gecode::Script |
| Base-class for scripts. More...
|
|
typedef Driver::ScriptBase< Driver::IgnoreStepOption< MinimizeSpace > > | Gecode::MinimizeScript |
| Base-class for scripts for finding solution of lowest integer cost. More...
|
|
typedef Driver::ScriptBase< Driver::IgnoreStepOption< MaximizeSpace > > | Gecode::MaximizeScript |
| Base-class for scripts for finding solution of highest integer cost. 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::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...
|
|