Gecode::Pos Class Reference
[Generic brancher based on view selection]
Position information. More...
#include <view.hpp>
Public Member Functions | |
| Pos (int p) | |
| Create position information. | |
| Pos (const Pos &p) | |
| Create position information. | |
Public Attributes | |
| const int | pos |
| Position of view. | |
Detailed Description
Position information.
Definition at line 44 of file view.hpp.
Constructor & Destructor Documentation
| Gecode::Pos::Pos | ( | int | p | ) | [inline] |
| Gecode::Pos::Pos | ( | const Pos & | p | ) | [inline] |
Member Data Documentation
| const int Gecode::Pos::pos |
The documentation for this class was generated from the following file:
- gecode/kernel/branch/view.hpp
