Gecode::IntVarArgs Class Reference
[Argument arrays]
Passing integer variables. More...
#include <int.hh>
Constructors and initialization | |
| |
IntVarArgs (int n) | |
Allocate array with n elements. | |
IntVarArgs (const IntVarArgs &a) | |
Initialize from variable argument array a (copy elements). | |
IntVarArgs (const VarArray< IntVar > &a) | |
Initialize from variable array a (copy elements). |
Detailed Description
Passing integer variables.
We could have used a simple typedef instead, but doxygen cannot resolve some overloading then, leading to unusable documentation for important parts of the library. As long as there is no fix for this, we will keep this workaround.
Definition at line 627 of file int.hh.
Constructor & Destructor Documentation
Gecode::IntVarArgs::IntVarArgs | ( | int | n | ) | [inline, explicit] |
Gecode::IntVarArgs::IntVarArgs | ( | const IntVarArgs & | a | ) | [inline] |
The documentation for this class was generated from the following file:
- gecode/int.hh (Revision: 10026)