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 | |||
) |
forceinline ViewSelStatus Gecode::Int::Branch::BySizeMinDegreeMax::select | ( | const Space * | home, | |
IntView | x | |||
) |
Field Documentation
unsigned int Gecode::Int::Branch::BySizeMinDegreeMax::degree [protected] |
unsigned int Gecode::Int::Branch::BySizeMinDegreeMax::size [protected] |
The documentation for this class was generated from the following file:
- src/cpsp/gecode/MinSizeMaxDegViewSel.hh