Gecode::Gist::SpecialDesc Class Reference
Description for special nodes. More...
#include <spacenode.hh>
Public Member Functions | |
SpecialDesc (std::string varName, int rel0, int v0) | |
Public Attributes | |
const std::string | vn |
const int | v |
const int | rel |
Detailed Description
Description for special nodes.
Definition at line 72 of file spacenode.hh.
Constructor & Destructor Documentation
Gecode::Gist::SpecialDesc::SpecialDesc | ( | std::string | varName, | |
int | rel0, | |||
int | v0 | |||
) |
Definition at line 90 of file spacenode.cpp.
Member Data Documentation
const std::string Gecode::Gist::SpecialDesc::vn |
Definition at line 74 of file spacenode.hh.
const int Gecode::Gist::SpecialDesc::v |
Definition at line 75 of file spacenode.hh.
const int Gecode::Gist::SpecialDesc::rel |
Definition at line 76 of file spacenode.hh.
The documentation for this class was generated from the following files:
- gecode/gist/spacenode.hh (Revision: 9766)
- gecode/gist/spacenode.cpp (Revision: 9766)