Gecode::SEBs Class Reference
Passing search engine builder arguments. More...
#include <search.hh>
Constructors and initialization | |
|
| |
| SEBs (void) | |
| Allocate empty array. | |
| SEBs (int n) | |
| Allocate array with n elements. | |
| SEBs (const std::vector< SEB > &x) | |
| Allocate array and copy elements from x. | |
| SEBs (std::initializer_list< SEB > x) | |
| Allocate array with and initialize with x. | |
| template<class InputIterator > | |
| SEBs (InputIterator first, InputIterator last) | |
| Allocate array and copy elements from first to last. | |
| SEBs (const ArgArray< SEB > &a) | |
| Initialize from primitive argument array a (copy elements). | |
Detailed Description
Passing search engine builder arguments.
Definition at line 1002 of file search.hh.
Constructor & Destructor Documentation
| Gecode::SEBs::SEBs | ( | int | n | ) | [inline, explicit] |
| Gecode::SEBs::SEBs | ( | const std::vector< SEB > & | x | ) | [inline] |
| Gecode::SEBs::SEBs | ( | std::initializer_list< SEB > | x | ) | [inline] |
template<class InputIterator >
| Gecode::SEBs::SEBs | ( | InputIterator | first, | |
| InputIterator | last | |||
| ) | [inline] |
The documentation for this class was generated from the following files:
