
Duplicate of an integer view. More...
#include <int-trace-view.hpp>
Public Member Functions | |
| IntTraceView (void) | |
| Default constructor (initializes with no view) More... | |
| IntTraceView (Space &home, IntView y) | |
| Duplicate view y. More... | |
| RangeList * | ranges (void) const |
| Give access to ranges. More... | |
| void | prune (Space &home, IntView y, const Delta &d) |
| Update duplicated view from view y and modification delta d. More... | |
| void | update (Space &home, bool share, IntTraceView x) |
| Update during cloning. More... | |
Static Public Member Functions | |
| static unsigned long long int | slack (IntView x) |
| Return slack measure. More... | |
Protected Attributes | |
| RangeList * | dom |
| Ranges capturing the variable domain. More... | |
Duplicate of an integer view.
Definition at line 41 of file int-trace-view.hpp.
|
inline |
Default constructor (initializes with no view)
Definition at line 61 of file int-trace-view.hpp.
Duplicate view y.
Definition at line 64 of file int-trace-view.hpp.
|
inline |
Give access to ranges.
Definition at line 70 of file int-trace-view.hpp.
Update duplicated view from view y and modification delta d.
Definition at line 75 of file int-trace-view.hpp.
|
inline |
Update during cloning.
Definition at line 113 of file int-trace-view.hpp.
|
inlinestatic |
Return slack measure.
Definition at line 119 of file int-trace-view.hpp.
|
protected |
Ranges capturing the variable domain.
Definition at line 44 of file int-trace-view.hpp.