Generated on Thu Apr 11 13:59:42 2019 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 876 of file int.hh.


Constructor & Destructor Documentation

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

Default constructor without proper initialization.

Definition at line 42 of file reify.hpp.

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

Construct reification specification.

Definition at line 45 of file reify.hpp.


Member Function Documentation

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

Return Boolean control variable.

Definition at line 48 of file reify.hpp.

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

Return reification mode.

Definition at line 56 of file reify.hpp.

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

Set Boolean control variable.

Definition at line 52 of file reify.hpp.

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

Set reification mode.

Definition at line 60 of file reify.hpp.


Member Data Documentation

The Boolean control variable.

Definition at line 879 of file int.hh.

The reification mode.

Definition at line 881 of file int.hh.


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