Generated on Tue May 22 09:41:05 2018 for Gecode by doxygen 1.6.3

Gecode::SEBs Class Reference

Passing search engine builder arguments. More...

#include <search.hh>

List of all members.

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 1000 of file search.hh.


Constructor & Destructor Documentation

Gecode::SEBs::SEBs ( void   )  [inline]

Allocate empty array.

Definition at line 37 of file sebs.hpp.

Gecode::SEBs::SEBs ( int  n  )  [inline, explicit]

Allocate array with n elements.

Definition at line 41 of file sebs.hpp.

Gecode::SEBs::SEBs ( const std::vector< SEB > &  x  )  [inline]

Allocate array and copy elements from x.

Definition at line 45 of file sebs.hpp.

template<class InputIterator >
Gecode::SEBs::SEBs ( InputIterator  first,
InputIterator  last 
) [inline]

Allocate array and copy elements from first to last.

Definition at line 50 of file sebs.hpp.

Gecode::SEBs::SEBs ( const PrimArgArray< SEB > &  a  )  [inline]

Initialize from primitive argument array a (copy elements).

Definition at line 54 of file sebs.hpp.

Gecode::SEBs::SEBs ( int  n,
SEB  b0,
  ... 
)

Allocate array with n elements and initialize with b0, ...

Definition at line 38 of file sebs.cpp.


The documentation for this class was generated from the following files: