Gecode::Set::SetTraceView Class Reference
Duplicate of a set view. More...
#include <trace-view.hpp>
Public Member Functions | |
SetTraceView (void) | |
Default constructor (initializes with no view). | |
SetTraceView (Space &home, SetView x) | |
Duplicate view x. | |
RangeList * | glb (void) const |
Return range list for greatest lower bound. | |
RangeList * | lub (void) const |
Return range list for leat upper bound. | |
void | prune (Space &home, SetView y, const Delta &d) |
Update duplicated view from view y and delta d. | |
void | update (Space &home, bool share, SetTraceView x) |
Update during cloning. | |
Static Public Member Functions | |
static unsigned long long int | slack (SetView x) |
Return slack for x. | |
Protected Attributes | |
RangeList * | _glb |
Copy of the greatest lower bound. | |
RangeList * | _lub |
Copy of the least upper bound. |
Detailed Description
Duplicate of a set view.
Definition at line 41 of file trace-view.hpp.
Constructor & Destructor Documentation
Gecode::Set::SetTraceView::SetTraceView | ( | void | ) | [inline] |
Default constructor (initializes with no view).
Definition at line 65 of file trace-view.hpp.
Duplicate view x.
Definition at line 67 of file trace-view.hpp.
Member Function Documentation
RangeList * Gecode::Set::SetTraceView::glb | ( | void | ) | const [inline] |
Return range list for greatest lower bound.
Definition at line 74 of file trace-view.hpp.
RangeList * Gecode::Set::SetTraceView::lub | ( | void | ) | const [inline] |
Return range list for leat upper bound.
Definition at line 78 of file trace-view.hpp.
Update duplicated view from view y and delta d.
Definition at line 82 of file trace-view.hpp.
void Gecode::Set::SetTraceView::update | ( | Space & | home, | |
bool | share, | |||
SetTraceView | x | |||
) | [inline] |
Update during cloning.
Definition at line 89 of file trace-view.hpp.
unsigned long long int Gecode::Set::SetTraceView::slack | ( | SetView | x | ) | [inline, static] |
Return slack for x.
Definition at line 97 of file trace-view.hpp.
Member Data Documentation
RangeList* Gecode::Set::SetTraceView::_glb [protected] |
Copy of the greatest lower bound.
Definition at line 44 of file trace-view.hpp.
RangeList* Gecode::Set::SetTraceView::_lub [protected] |
Copy of the least upper bound.
Definition at line 46 of file trace-view.hpp.
The documentation for this class was generated from the following file:
- gecode/set/trace/trace-view.hpp (Revision: 15597)