Trace delta information for set variables.
More...
#include <set.hh>
|
Glb & | glb (void) |
| Give access to iterator for delta in greatest lower bound (values that have been included)
|
Lub & | lub (void) |
| Give access iterator for delta in leat bound (values that have been removed)
|
Trace delta information for set variables.
Definition at line 1754 of file set.hh.
◆ SetTraceDelta()
Initialize with old trace view o, new view n, and delta d.
Definition at line 48 of file delta.hpp.
◆ glb()
Give access to iterator for delta in greatest lower bound (values that have been included)
Definition at line 52 of file delta.hpp.
◆ lub()
Give access iterator for delta in leat bound (values that have been removed)
Definition at line 56 of file delta.hpp.
◆ _glb
Glb Gecode::SetTraceDelta::_glb |
◆ _lub
Lub Gecode::SetTraceDelta::_lub |
The documentation for this class was generated from the following files: