Generated on Fri Mar 20 12:35:20 2009 for cpsp-2.3.1 by doxygen 1.5.5

Gecode::Int::Branch::BySizeMinDegreeMax Class Reference

#include <MinSizeMaxDegViewSel.hh>


Detailed Description

View selection class for view with minimal domain size (and largest degree in case of ties).

Definition at line 38 of file MinSizeMaxDegViewSel.hh.


Public Member Functions

ViewSelStatus init (const Space *home, IntView x)
ViewSelStatus select (const Space *home, IntView x)

Protected Attributes

unsigned int degree
unsigned int size

Member Function Documentation

forceinline ViewSelStatus Gecode::Int::Branch::BySizeMinDegreeMax::init ( const Space *  home,
IntView  x 
)

Intialize with view x.

Definition at line 58 of file MinSizeMaxDegViewSel.hh.

forceinline ViewSelStatus Gecode::Int::Branch::BySizeMinDegreeMax::select ( const Space *  home,
IntView  x 
)

Possibly select better view x.

Definition at line 64 of file MinSizeMaxDegViewSel.hh.


Field Documentation

So-far largest degree.

Definition at line 41 of file MinSizeMaxDegViewSel.hh.

So-far smallest size for degree.

Definition at line 43 of file MinSizeMaxDegViewSel.hh.


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