Generated on Thu Apr 11 13:59:42 2019 for Gecode by doxygen 1.6.3

Gecode::IntTraceDelta Class Reference
[Tracing for integer and Boolean variables]

Trace delta information for integer variables. More...

#include <int.hh>

List of all members.

Protected Attributes

Int::ViewRanges< Int::IntViewrn
 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 5528 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 37 of file int-delta.hpp.


Member Data Documentation

Iterator over the new values.

Definition at line 5533 of file int.hh.

Iterator over the old values.

Definition at line 5535 of file int.hh.


The documentation for this class was generated from the following files: