Generated on Sat Nov 11 01:12:20 2006 for Gecode by doxygen 1.5.1

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

#include <branch.hh>

List of all members.


Detailed Description

View selection class for view with smallest max-regret.

Requires

Definition at line 319 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 regret
 So-far smallest regret.


Member Function Documentation

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

Intialize with view x.

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

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

Possibly select better view x.

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


Member Data Documentation

So-far smallest regret.

Definition at line 322 of file branch.hh.


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