Generated on Tue May 22 09:41:38 2018 for Gecode by doxygen 1.6.3

Gecode::MiniModel::PosSet Class Reference

Sets of positions. More...

List of all members.

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

Detailed Description

Sets of positions.

Definition at line 450 of file reg.cpp.


Constructor & Destructor Documentation

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

Definition at line 467 of file reg.cpp.

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

Definition at line 469 of file reg.cpp.


Member Function Documentation

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

Definition at line 473 of file reg.cpp.

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

Definition at line 484 of file reg.cpp.

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

Definition at line 500 of file reg.cpp.


Member Data Documentation

Definition at line 455 of file reg.cpp.

Definition at line 455 of file reg.cpp.


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