Gecode::IntTraceDelta Class Reference
[Tracing for integer and Boolean variables]
Trace delta information for integer variables. More...
#include <int.hh>
Protected Attributes | |
Int::ViewRanges< Int::IntView > | rn |
Iterator over the new values. | |
Iter::Ranges::RangeList | ro |
Iterator over the old values. | |
Constructors and initialization | |
| |
IntTraceDelta (Int::IntTraceView o, Int::IntView n, const Delta &d) | |
Initialize with old trace view o, new view n, and delta d. |
Detailed Description
Trace delta information for integer variables.
Definition at line 5058 of file int.hh.
Constructor & Destructor Documentation
Gecode::IntTraceDelta::IntTraceDelta | ( | Int::IntTraceView | o, | |
Int::IntView | n, | |||
const Delta & | d | |||
) | [inline] |
Initialize with old trace view o, new view n, and delta d.
Definition at line 41 of file int-delta.hpp.
Member Data Documentation
Int::ViewRanges<Int::IntView> Gecode::IntTraceDelta::rn [protected] |
Iter::Ranges::RangeList Gecode::IntTraceDelta::ro [protected] |
The documentation for this class was generated from the following files:
- gecode/int.hh (Revision: 15623)
- gecode/int/trace/int-delta.hpp (Revision: 15597)