Generated on Tue Sep 25 2012 20:53:29 for Gecode by doxygen 1.7.5
Gecode::Int::Branch::ValSplitMin Class Reference

Class for splitting domain at mean of smallest and largest element (lower half first) More...

#include <branch.hh>

List of all members.

Public Member Functions

 ValSplitMin (void)
 Default constructor.
 ValSplitMin (Space &home, const ValBranchOptions &vbo)
 Constructor for initialization.
int val (Space &home, View x) const
 Return minimum value of view x.
ModEvent tell (Space &home, unsigned int a, View x, int n)
 Tell $x\leq n$ (a = 0) or $x >n$ (a = 1)

Detailed Description

Class for splitting domain at mean of smallest and largest element (lower half first)

Requires


Constructor & Destructor Documentation

Gecode::Int::Branch::ValSplitMin::ValSplitMin ( void  ) [inline]

Default constructor.

Definition at line 128 of file select-val.hpp.

Gecode::Int::Branch::ValSplitMin::ValSplitMin ( Space home,
const ValBranchOptions vbo 
) [inline]

Constructor for initialization.

Definition at line 131 of file select-val.hpp.


Member Function Documentation

int Gecode::Int::Branch::ValSplitMin::val ( Space home,
View  x 
) const [inline]

Return minimum value of view x.

Definition at line 136 of file select-val.hpp.

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

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

Definition at line 141 of file select-val.hpp.


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