Generated on Thu Apr 11 13:59:59 2019 for Gecode by doxygen 1.6.3

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

No-good literal for greater or equal. More...

#include <branch.hh>

List of all members.

Public Member Functions

 GqNGL (Space &home, View x, int n)
 Constructor for creation.
 GqNGL (Space &home, GqNGL &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::GqNGL< View >

No-good literal for greater or equal.

Definition at line 465 of file branch.hh.


Constructor & Destructor Documentation

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

Constructor for creation.

Definition at line 124 of file ngl.hpp.

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

Constructor for cloning ngl.

Definition at line 128 of file ngl.hpp.


Member Function Documentation

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

Test the status of the no-good literal.

Implements Gecode::NGL.

Definition at line 137 of file ngl.hpp.

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

Propagate the negation of the no-good literal.

Implements Gecode::NGL.

Definition at line 147 of file ngl.hpp.

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

Create copy.

Implements Gecode::NGL.

Definition at line 132 of file ngl.hpp.


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