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

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

#include <branch.hh>

List of all members.


Detailed Description

View selection class for view with largest max.

Requires

Definition at line 195 of file branch.hh.

Public Member Functions

ViewSelStatus init (IntView x)
 Intialize with view x.
ViewSelStatus select (IntView x)
 Possibly select better view x.

Protected Attributes

int max
 So-far largest maximum.


Member Function Documentation

ViewSelStatus Gecode::Int::Branch::ByMaxMax::init ( IntView  x  )  [inline]

Intialize with view x.

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

ViewSelStatus Gecode::Int::Branch::ByMaxMax::select ( IntView  x  )  [inline]

Possibly select better view x.

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


Member Data Documentation

So-far largest maximum.

Definition at line 198 of file branch.hh.


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