Generated on Thu Oct 26 14:25:56 2006 for Gecode by doxygen 1.4.7

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

#include <branch.hh>

List of all members.


Detailed Description

View selection class for view with smallest size.

Requires

Definition at line 213 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

unsigned int size
 So-far smallest size.


Member Function Documentation

ViewSelStatus Gecode::Int::Branch::BySizeMin::init ( const Space home,
IntView  x 
) [inline]

Intialize with view x.

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

ViewSelStatus Gecode::Int::Branch::BySizeMin::select ( const Space home,
IntView  x 
) [inline]

Possibly select better view x.

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


Member Data Documentation

unsigned int Gecode::Int::Branch::BySizeMin::size [protected]

So-far smallest size.

Definition at line 216 of file branch.hh.


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