Generated on Thu Jan 16 2025 00:00:00 for Gecode by doxygen 1.13.2
Gecode::IntSetInit< IntArgs > Class Reference

Initialize integer set with integer arguments. More...

#include <int-set-2.hpp>

Static Public Member Functions

static void init (IntSet &s, const IntArgs &i)
 
static void init (IntSet &s, IntArgs &i)
 Initialize s with iterator i.
 

Detailed Description

Initialize integer set with integer arguments.

Definition at line 38 of file int-set-2.hpp.

Member Function Documentation

◆ init() [1/2]

static void Gecode::IntSetInit< IntArgs >::init ( IntSet & s,
const IntArgs & i )
inlinestatic

Definition at line 40 of file int-set-2.hpp.

◆ init() [2/2]

static void Gecode::IntSetInit< IntArgs >::init ( IntSet & s,
IntArgs & i )
inlinestatic

Initialize s with iterator i.

Definition at line 56 of file int-set-1.hpp.


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