Generated on Thu Apr 11 14:00:10 2019 for Gecode by doxygen 1.6.3

Gecode::Set::Branch::ValCommitExc Class Reference
[Set value commit classes]

Value commit class for exclusion. More...

#include <branch.hh>

List of all members.

Public Member Functions

 ValCommitExc (Space &home, const ValBranch< Var > &vb)
 Constructor for initialization.
 ValCommitExc (Space &home, ValCommitExc &vc)
 Constructor for cloning.
ModEvent commit (Space &home, unsigned int a, SetView x, int i, int n)
 Commit view x at position i to value n for alternative a.
NGLngl (Space &home, unsigned int a, View x, int n) const
 Create no-good literal for alternative a.
void print (const Space &home, unsigned int a, SetView x, int i, int n, std::ostream &o) const
 Print on o the alternative with view x at position i and value n.

Detailed Description

Value commit class for exclusion.

Requires

Definition at line 381 of file branch.hh.


Constructor & Destructor Documentation

Gecode::Set::Branch::ValCommitExc::ValCommitExc ( Space home,
const ValBranch< Var > &  vb 
) [inline]

Constructor for initialization.

Definition at line 67 of file val-commit.hpp.

Gecode::Set::Branch::ValCommitExc::ValCommitExc ( Space home,
ValCommitExc vc 
) [inline]

Constructor for cloning.

Definition at line 70 of file val-commit.hpp.


Member Function Documentation

ModEvent Gecode::Set::Branch::ValCommitExc::commit ( Space home,
unsigned int  a,
SetView  x,
int  i,
int  n 
) [inline]

Commit view x at position i to value n for alternative a.

Definition at line 73 of file val-commit.hpp.

NGL* Gecode::Set::Branch::ValCommitExc::ngl ( Space home,
unsigned int  a,
View  x,
int  n 
) const

Create no-good literal for alternative a.

void Gecode::Set::Branch::ValCommitExc::print ( const Space home,
unsigned int  a,
SetView  x,
int  i,
int  n,
std::ostream &  o 
) const [inline]

Print on o the alternative with view x at position i and value n.

Definition at line 84 of file val-commit.hpp.


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