Generated on Mon Aug 25 11:35:52 2008 for Gecode by doxygen 1.5.6

Gecode::MiniModel::PosSet Class Reference

Inherits Gecode::Support::BlockClient< Gecode::MiniModel::PosSet >.

List of all members.


Detailed Description

Sets of positions.

Definition at line 405 of file reg.cc.


Public Member Functions

 PosSet (void)
 PosSet (int)
bool in (int) const

Static Public Member Functions

static PosSetCmp cmp (PosSet *, PosSet *)
static PosSetcup (PosSetAllocator &, PosSet *, PosSet *)

Public Attributes

int pos
PosSetnext

Constructor & Destructor Documentation

Gecode::MiniModel::PosSet::PosSet ( void   )  [inline]

Definition at line 422 of file reg.cc.

Gecode::MiniModel::PosSet::PosSet ( int  p  )  [inline]

Definition at line 424 of file reg.cc.


Member Function Documentation

bool Gecode::MiniModel::PosSet::in ( int  p  )  const [inline]

Definition at line 428 of file reg.cc.

PosSetCmp Gecode::MiniModel::PosSet::cmp ( PosSet ps1,
PosSet ps2 
) [inline, static]

Definition at line 439 of file reg.cc.

PosSet * Gecode::MiniModel::PosSet::cup ( PosSetAllocator psm,
PosSet ps1,
PosSet ps2 
) [static]

Definition at line 455 of file reg.cc.


Member Data Documentation

Definition at line 410 of file reg.cc.

Definition at line 410 of file reg.cc.


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