Generated on Thu Nov 2 14:49:38 2006 for Gecode/J by doxygen 1.5.0

Using finite integer sets
[Interfacing to Gecode/J]

Collaboration diagram for Using finite integer sets:


Modules

 Domain constraints
 Relation constraints
 Set operation/relation constraints
 Convexity constraints
 Sequence constraints
 Distinctness constraints
 Connection constraints to finite domain variables
 Selection constraints
 A selection constraint selects zero, one or more elements out of a sequence.
 Branching
 Set variables

Enumerations

enum  org::gecode.SetRelType {
  org::gecode.SRT_EQ, org::gecode.SRT_NQ, org::gecode.SRT_SUB, org::gecode.SRT_SUP,
  org::gecode.SRT_DISJ, org::gecode.next, org::gecode.next, org::gecode.next,
  org::gecode.next, org::gecode.next, org::gecode.next, org::gecode.next,
  org::gecode.next, org::gecode.next, org::gecode.next, org::gecode.next,
  org::gecode.next
}
 Common relation types for sets. More...


Enumeration Type Documentation

Common relation types for sets.

  • SRT_EQ: : Equality ($=$)
  • SRT_NQ: Disequality ($\neq$)
  • SRT_SUB: Subset ($\subseteq$)
  • SRT_SUP: Superset ($\supseteq$)
  • SRT_DISJ: Disjoint ($\parallel$)
  • SRT_CMPL: Complement
Enumerator:
SRT_EQ 
SRT_NQ 
SRT_SUB 
SRT_SUP 
SRT_DISJ 
next 
next 
next 
next 
next 
next 
next 
next 
next 
next 
next 
next 

Definition at line 23 of file SetRelType.java.