Reification specification.
More...
#include <int.hh>
List of all members.
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.
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] |
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: