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

Gecode::Int::Branch::EqNGL< View > Class Template Reference

No-good literal for equality. More...

#include <branch.hh>

List of all members.

Public Member Functions

 EqNGL (Space &home, View x, int n)
 Constructor for creation.
 EqNGL (Space &home, EqNGL &ngl)
 Constructor for cloning ngl.
virtual NGL::Status status (const Space &home) const
 Test the status of the no-good literal.
virtual ExecStatus prune (Space &home)
 Propagate the negation of the no-good literal.
virtual NGLcopy (Space &home)
 Create copy.

Detailed Description

template<class View>
class Gecode::Int::Branch::EqNGL< View >

No-good literal for equality.

Definition at line 407 of file branch.hh.


Constructor & Destructor Documentation

template<class View >
Gecode::Int::Branch::EqNGL< View >::EqNGL ( Space home,
View  x,
int  n 
) [inline]

Constructor for creation.

Definition at line 38 of file ngl.hpp.

template<class View >
Gecode::Int::Branch::EqNGL< View >::EqNGL ( Space home,
EqNGL< View > &  ngl 
) [inline]

Constructor for cloning ngl.

Definition at line 42 of file ngl.hpp.


Member Function Documentation

template<class View >
NGL::Status Gecode::Int::Branch::EqNGL< View >::status ( const Space home  )  const [inline, virtual]

Test the status of the no-good literal.

Implements Gecode::NGL.

Definition at line 51 of file ngl.hpp.

template<class View >
ExecStatus Gecode::Int::Branch::EqNGL< View >::prune ( Space home  )  [inline, virtual]

Propagate the negation of the no-good literal.

Implements Gecode::NGL.

Definition at line 59 of file ngl.hpp.

template<class View >
NGL * Gecode::Int::Branch::EqNGL< View >::copy ( Space home  )  [inline, virtual]

Create copy.

Implements Gecode::NGL.

Definition at line 46 of file ngl.hpp.


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