Generated on Thu Mar 16 2017 03:24:27 for Gecode by doxygen 1.8.13

Classes

class  Test::Int::Dom::DomInt
 Test for domain constraint (integer) More...
 
class  Test::Int::Dom::DomRange
 Test for domain constraint (range) More...
 
class  Test::Int::Dom::DomRangeEmpty
 Test for domain constraint (empty range) More...
 
class  Test::Int::Dom::DomDom
 Test for domain constraint (full integer set) More...
 

Variables

const int Test::Int::Dom::r [4][2]
 
Gecode::IntSet Test::Int::Dom::d (r, 4)
 
DomInt Test::Int::Dom::di1 (1)
 
DomInt Test::Int::Dom::di3 (3)
 
DomRange Test::Int::Dom::dr1 (1)
 
DomRange Test::Int::Dom::dr3 (3)
 
DomDom Test::Int::Dom::dd1 (1)
 
DomDom Test::Int::Dom::dd3 (3)
 
DomRangeEmpty Test::Int::Dom::dre
 

Detailed Description

Variable Documentation

◆ r

const int Test::Int::Dom::r[4][2]
Initial value:
= {
{-4,-3},{-1,-1},{1,1},{3,5}
}

Definition at line 130 of file dom.cpp.

◆ d

Gecode::IntSet Test::Int::Dom::d(r, 4)

◆ di1

DomInt Test::Int::Dom::di1(1)

◆ di3

DomInt Test::Int::Dom::di3(3)

◆ dr1

DomRange Test::Int::Dom::dr1(1)

◆ dr3

DomRange Test::Int::Dom::dr3(3)

◆ dd1

DomDom Test::Int::Dom::dd1(1)

◆ dd3

DomDom Test::Int::Dom::dd3(3)

◆ dre

DomRangeEmpty Test::Int::Dom::dre

Definition at line 173 of file dom.cpp.