Generated on Sat May 25 2013 18:00:47 for Gecode by doxygen 1.8.3.1
Gecode::Float::Branch::ValCommitLqGq Class Reference

Value commit class for less or equal or greater or equal. More...

#include <branch.hh>

Public Member Functions

 ValCommitLqGq (Space &home, const ValBranch &vb)
 Constructor for initialization. More...
 
 ValCommitLqGq (Space &home, bool shared, ValCommitLqGq &vc)
 Constructor for cloning. More...
 
ModEvent commit (Space &home, unsigned int a, FloatView x, int i, Val n)
 Commit view x at position i to value n for alternative a. More...
 
- Public Member Functions inherited from Gecode::ValCommit< FloatView, std::pair< FloatNum, bool > >
 ValCommit (Space &home, const ValBranch &vb)
 Constructor for initialization. More...
 
 ValCommit (Space &home, bool shared, ValCommit< View, Val > &vs)
 Constructor for cloning. More...
 
bool notice (void) const
 Whether dispose must always be called (that is, notice is needed) More...
 
void dispose (Space &home)
 Delete value commit. More...
 

Additional Inherited Members

- Public Types inherited from Gecode::ValCommit< FloatView, std::pair< FloatNum, bool > >
typedef FloatView View
 View type. More...
 
typedef std::pair< FloatNum, bool > Val
 Value type. More...
 

Detailed Description

Value commit class for less or equal or greater or equal.

Requires

Definition at line 298 of file branch.hh.

Constructor & Destructor Documentation

Gecode::Float::Branch::ValCommitLqGq::ValCommitLqGq ( Space home,
const ValBranch vb 
)
inline

Constructor for initialization.

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

Gecode::Float::Branch::ValCommitLqGq::ValCommitLqGq ( Space home,
bool  shared,
ValCommitLqGq vc 
)
inline

Constructor for cloning.

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

Member Function Documentation

ModEvent Gecode::Float::Branch::ValCommitLqGq::commit ( Space home,
unsigned int  a,
FloatView  x,
int  i,
Val  n 
)
inline

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

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


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