Generated on Mon Aug 25 11:35:50 2008 for Gecode by doxygen 1.5.6

Gecode::Int::Branch::BySizeDegreeMax< View > Class Template Reference
[Integer view selection for branching]

#include <branch.hh>

List of all members.


Detailed Description

template<class View>
class Gecode::Int::Branch::BySizeDegreeMax< View >

View selection class for view with largest size divided by degree.

Requires

Definition at line 476 of file branch.hh.


Public Member Functions

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

Static Public Member Functions

static Support::Symbol type (void)
 Type of this view selection (for reflection).

Protected Attributes

double sizedegree
 So-far largest size/degree.

Member Function Documentation

template<class View>
ViewSelStatus Gecode::Int::Branch::BySizeDegreeMax< View >::init ( const Space home,
View  x 
) [inline]

Intialize with view x.

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

template<class View>
ViewSelStatus Gecode::Int::Branch::BySizeDegreeMax< View >::select ( const Space home,
View  x 
) [inline]

Possibly select better view x.

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

template<class View>
Support::Symbol Gecode::Int::Branch::BySizeDegreeMax< View >::type ( void   )  [inline, static]

Type of this view selection (for reflection).

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


Member Data Documentation

template<class View>
double Gecode::Int::Branch::BySizeDegreeMax< View >::sizedegree [protected]

So-far largest size/degree.

Definition at line 479 of file branch.hh.


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