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

Gecode::Int::LDSB::SymmetryImp< View > Class Template Reference

Implementation of a single symmetry. More...

#include <ldsb.hh>

List of all members.

Public Member Functions

virtual ArgArray< Literalsymmetric (Literal, const ViewArray< View > &) const =0
 Compute symmetric literals.
virtual void update (Literal)=0
 Left-branch update.
virtual SymmetryImp< View > * copy (Space &home) const =0
 Copy function.
virtual size_t dispose (Space &home)=0
 Disposal.
virtual ~SymmetryImp (void)
 Unused destructor.

Static Public Member Functions

static void * operator new (size_t s, Space &home)
 Placement new operator.
static void operator delete (void *, Space &)
 Return memory to space.
static void operator delete (void *)
 Needed for exceptions.

Detailed Description

template<class View>
class Gecode::Int::LDSB::SymmetryImp< View >

Implementation of a single symmetry.

Definition at line 162 of file ldsb.hh.


Constructor & Destructor Documentation

template<class View >
Gecode::Int::LDSB::SymmetryImp< View >::~SymmetryImp ( void   )  [inline, virtual]

Unused destructor.

Definition at line 48 of file sym-imp.hpp.


Member Function Documentation

template<class View >
void * Gecode::Int::LDSB::SymmetryImp< View >::operator new ( size_t  s,
Space home 
) [inline, static]

Placement new operator.

Definition at line 52 of file sym-imp.hpp.

template<class View >
void Gecode::Int::LDSB::SymmetryImp< View >::operator delete ( void *  ,
Space  
) [inline, static]

Return memory to space.

Definition at line 58 of file sym-imp.hpp.

template<class View >
void Gecode::Int::LDSB::SymmetryImp< View >::operator delete ( void *   )  [inline, static]

Needed for exceptions.

Definition at line 62 of file sym-imp.hpp.


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