Generated on Fri Apr 12 2024 05:21:08 for Gecode by doxygen 1.9.8
Gecode::Int::ViewRanges< IntView > Class Reference

Range iterator for integer variable views More...

#include <int.hpp>

Constructors and initialization

 ViewRanges (void)
 Default constructor.
 
 ViewRanges (const IntView &x)
 Initialize with ranges for view x.
 
void init (const IntView &x)
 Initialize with ranges for view x.
 

Detailed Description

Range iterator for integer variable views

Definition at line 246 of file int.hpp.

Constructor & Destructor Documentation

◆ ViewRanges() [1/2]

Gecode::Int::ViewRanges< IntView >::ViewRanges ( void  )
inline

Default constructor.

Definition at line 260 of file int.hpp.

◆ ViewRanges() [2/2]

Gecode::Int::ViewRanges< IntView >::ViewRanges ( const IntView x)
inline

Initialize with ranges for view x.

Definition at line 263 of file int.hpp.

Member Function Documentation

◆ init()

void Gecode::Int::ViewRanges< IntView >::init ( const IntView x)
inline

Initialize with ranges for view x.

Definition at line 267 of file int.hpp.


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