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. | |
| template<class InputIterator > | |
| SEBs (InputIterator first, InputIterator last) | |
| Allocate array and copy elements from first to last. | |
| SEBs (const PrimArgArray< SEB > &a) | |
| Initialize from primitive argument array a (copy elements). | |
| SEBs (int n, SEB b0,...) | |
| Allocate array with n elements and initialize with b0, ... | |
Detailed Description
Passing search engine builder arguments.
Definition at line 704 of file search.hh.
Constructor & Destructor Documentation
| Gecode::SEBs::SEBs | ( | int | n | ) | [inline, explicit] |
| Gecode::SEBs::SEBs | ( | const std::vector< SEB > & | x | ) | [inline] |
template<class InputIterator >
| Gecode::SEBs::SEBs | ( | InputIterator | first, | |
| InputIterator | last | |||
| ) | [inline] |
| Gecode::SEBs::SEBs | ( | const PrimArgArray< SEB > & | a | ) | [inline] |
| Gecode::SEBs::SEBs | ( | int | n, | |
| SEB | b0, | |||
| ... | ||||
| ) |
The documentation for this class was generated from the following files:
- gecode/search.hh (Revision: 15233)
- gecode/search/sebs.cpp (Revision: 14967)
- gecode/search/sebs.hpp (Revision: 14967)
