Generated on Fri Mar 20 15:56:44 2015 for Gecode by doxygen 1.6.3

Gecode::Reify Class Reference
[Using integer variables and constraints]

Reification specification. More...

#include <int.hh>

List of all members.

Public Member Functions

 Reify (void)
 Default constructor without proper initialization.
 Reify (BoolVar x, ReifyMode rm=RM_EQV)
 Construct reification specification.
BoolVar var (void) const
 Return Boolean control variable.
ReifyMode mode (void) const
 Return reification mode.
void var (BoolVar x)
 Set Boolean control variable.
void mode (ReifyMode rm)
 Set reification mode.

Protected Attributes

BoolVar x
 The Boolean control variable.
ReifyMode rm
 The reification mode.

Detailed Description

Reification specification.

Definition at line 854 of file int.hh.


Constructor & Destructor Documentation

Gecode::Reify::Reify ( void   )  [inline]

Default constructor without proper initialization.

Definition at line 46 of file reify.hpp.

Gecode::Reify::Reify ( BoolVar  x,
ReifyMode  rm = RM_EQV 
) [inline]

Construct reification specification.

Definition at line 49 of file reify.hpp.


Member Function Documentation

BoolVar Gecode::Reify::var ( void   )  const [inline]

Return Boolean control variable.

Definition at line 52 of file reify.hpp.

ReifyMode Gecode::Reify::mode ( void   )  const [inline]

Return reification mode.

Definition at line 60 of file reify.hpp.

void Gecode::Reify::var ( BoolVar  x  )  [inline]

Set Boolean control variable.

Definition at line 56 of file reify.hpp.

void Gecode::Reify::mode ( ReifyMode  rm  )  [inline]

Set reification mode.

Definition at line 64 of file reify.hpp.


Member Data Documentation

The Boolean control variable.

Definition at line 857 of file int.hh.

The reification mode.

Definition at line 859 of file int.hh.


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