MCPcopy Create free account
hub / github.com/Gecode/gecode / IntVarRanges

Class IntVarRanges

gecode/int.hh:476–487  ·  view source on GitHub ↗

* \brief %Range iterator for integer variables * \ingroup TaskModelIntVars */

Source from the content-addressed store, hash-verified

474 * \ingroup TaskModelIntVars
475 */
476 class IntVarRanges : public Int::IntVarImpFwd {
477 public:
478 /// \name Constructors and initialization
479 //@{
480 /// Default constructor
481 IntVarRanges(void);
482 /// Initialize with ranges for integer variable \a x
483 IntVarRanges(const IntVar& x);
484 /// Initialize with ranges for integer variable \a x
485 void init(const IntVar& x);
486 //@}
487 };
488
489 /**
490 * \brief Value iterator for integer variables

Callers 1

p_global_cardinalityFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected