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

Gecode::Set::Branch::IncNGL Class Reference

No-good literal for inclusion. More...

#include <branch.hh>

List of all members.

Public Member Functions

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

No-good literal for inclusion.

Definition at line 301 of file branch.hh.


Constructor & Destructor Documentation

Gecode::Set::Branch::IncNGL::IncNGL ( Space home,
SetView  x,
int  n 
) [inline]

Constructor for creation.

Definition at line 37 of file ngl.hpp.

Gecode::Set::Branch::IncNGL::IncNGL ( Space home,
IncNGL ngl 
) [inline]

Constructor for cloning ngl.

Definition at line 40 of file ngl.hpp.


Member Function Documentation

NGL::Status Gecode::Set::Branch::IncNGL::status ( const Space home  )  const [virtual]

Test the status of the no-good literal.

Implements Gecode::NGL.

Definition at line 42 of file ngl.cpp.

ExecStatus Gecode::Set::Branch::IncNGL::prune ( Space home  )  [virtual]

Propagate the negation of the no-good literal.

Implements Gecode::NGL.

Definition at line 51 of file ngl.cpp.

NGL * Gecode::Set::Branch::IncNGL::copy ( Space home  )  [virtual]

Create copy.

Implements Gecode::NGL.

Definition at line 38 of file ngl.cpp.


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