Argument arrays
[Using integer variables and constraints]
Classes | |
class | Gecode::IntVarArgs |
Passing integer variables. More... | |
class | Gecode::BoolVarArgs |
Passing Boolean variables. More... | |
Typedefs | |
typedef ArgArray< IntSet > | Gecode::IntSetArgs |
Passing set arguments. |
Detailed Description
Argument arrays are just good enough for passing arguments with automatic memory management.
Typedef Documentation
typedef ArgArray<IntSet> Gecode::IntSetArgs |