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