Argument arrays
[Using finite domain integers]
Collaboration diagram for Argument arrays:
|
Detailed Description
Argument arrays are just good enough for passing arguments with automatic memory management.
Classes | |
| class | Gecode::BoolVarArgs |
| Passing Boolean variables. More... | |
Typedefs | |
| typedef PrimArgArray< int > | Gecode::IntArgs |
| Passing integer arguments. | |
| typedef VarArgArray< IntVar > | Gecode::IntVarArgs |
| Passing integer variables. | |
Typedef Documentation
| typedef PrimArgArray<int> Gecode::IntArgs |
| typedef VarArgArray<IntVar> Gecode::IntVarArgs |
