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

Initialize integer set with integer set. More...

#include <int-set-1.hpp>

Static Public Member Functions

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

Detailed Description

Initialize integer set with integer set.

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

Member Function Documentation

◆ init() [1/2]

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

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

◆ init() [2/2]

static void Gecode::IntSetInit< IntSet >::init ( IntSet & s,
IntSet & 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: