TaskActorIntView Integer views Gecode::Int::ViewRanges< BoolView > Gecode::Int::ViewRanges< CachedView< View > > Gecode::Int::ViewRanges< ConstIntView > Gecode::Int::ViewRanges< IntView > Gecode::Int::ViewRanges< MinusView > Gecode::Int::ViewRanges< NegBoolView > Gecode::Int::ViewRanges< OffsetView > Gecode::Int::ViewRanges< IntScaleView > Gecode::Int::ViewRanges< LLongScaleView > Gecode::Int::ViewRanges< ZeroIntView > Gecode::Int::IntView Gecode::Int::MinusView Gecode::Int::OffsetView Gecode::Int::ScaleView Gecode::Int::ConstIntView Gecode::Int::ZeroIntView Gecode::Int::CachedView Gecode::Int::BoolView Gecode::Int::NegBoolView ScaleView< int, unsigned int > typedef ScaleView<int,unsigned int> Gecode::Int::IntScaleView IntScaleView Integer-precision integer scale view. ScaleView< long long int, unsigned long long int > typedef ScaleView<long long int,unsigned long long int> Gecode::Int::LLongScaleView LLongScaleView Long long-precision integer scale view. Integer propagators and branchers compute with integer views. Integer views provide views on integer variable implementations, integer constants, and also allow to scale, translate, and negate variables. Additionally, a special Boolean view is provided that offers convenient and efficient operations for Boolean (0/1) views.