Generated on Thu Jul 6 07:07:01 2006 for Gecode by doxygen 1.4.7

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

#include <branch.hh>

List of all members.


Detailed Description

Class for splitting domain (lower half first).

Requires

Definition at line 90 of file branch.hh.

Public Member Functions

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


Member Function Documentation

int Gecode::Int::Branch::ValSplitMin::val ( IntView  x  )  [inline]

Return minimum value of view x.

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

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

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

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


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