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

Gecode::Int::Branch::ByMinMax Class Reference
[Integer view selection for branching]

#include <branch.hh>

List of all members.


Detailed Description

View selection class for view with largest min.

Requires

Definition at line 162 of file branch.hh.

Public Member Functions

ViewSelStatus init (const Space *home, IntView x)
 Intialize with view x.
ViewSelStatus select (const Space *home, IntView x)
 Possibly select better view x.

Protected Attributes

int min
 So-far largest minimum.


Member Function Documentation

ViewSelStatus Gecode::Int::Branch::ByMinMax::init const Space home,
IntView  x
[inline]
 

Intialize with view x.

Definition at line 51 of file select-view.icc.

ViewSelStatus Gecode::Int::Branch::ByMinMax::select const Space home,
IntView  x
[inline]
 

Possibly select better view x.

Definition at line 56 of file select-view.icc.


Member Data Documentation

int Gecode::Int::Branch::ByMinMax::min [protected]
 

So-far largest minimum.

Definition at line 165 of file branch.hh.


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