Generated on Tue Apr 18 10:23:09 2017 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 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

Iterator over the new values.

Definition at line 5063 of file int.hh.

Iterator over the old values.

Definition at line 5065 of file int.hh.


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