Generated on Wed Nov 1 15:05:16 2006 for Gecode by doxygen 1.4.5

Gecode::Int::Branch::ValSplitMax Class Reference
[Integer value selection for branching]

#include <branch.hh>

List of all members.


Detailed Description

Class for splitting domain (upper half first).

Requires

Definition at line 106 of file branch.hh.

Public Member Functions

int val (const Space *home, IntView x) const
 Return minimum value of view x.
ModEvent tell (Space *home, unsigned int a, IntView x, int n)
 Tell $x>n$ (a = 0) or $x\leq n$ (a = 1).


Member Function Documentation

int Gecode::Int::Branch::ValSplitMax::val const Space home,
IntView  x
const [inline]
 

Return minimum value of view x.

Definition at line 65 of file select-val.icc.

ModEvent Gecode::Int::Branch::ValSplitMax::tell Space home,
unsigned int  a,
IntView  x,
int  n
[inline]
 

Tell $x>n$ (a = 0) or $x\leq n$ (a = 1).

Definition at line 69 of file select-val.icc.


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