Generated on Tue Apr 18 10:23:19 2017 for Gecode by doxygen 1.6.3

Gecode::ViewTraceRecorder< View >::Slack Class Reference

Collection of slack values. More...

#include <trace-recorder.hpp>

List of all members.

Public Member Functions

SlackValue initial (void) const
 Return initial slack value.
SlackValue previous (void) const
 Return previous slack value.
SlackValue current (void) const
 Return current slack value.

Protected Attributes

SlackValue i
 The initial slack value.
SlackValue p
 Slack value at previous event (fixpoint or init).
SlackValue c
 Current slack value.

Detailed Description

template<class View>
class Gecode::ViewTraceRecorder< View >::Slack

Collection of slack values.

Definition at line 72 of file trace-recorder.hpp.


Member Function Documentation

template<class View >
ViewTraceRecorder< View >::SlackValue Gecode::ViewTraceRecorder< View >::Slack::initial ( void   )  const [inline]

Return initial slack value.

Definition at line 222 of file trace-recorder.hpp.

template<class View >
ViewTraceRecorder< View >::SlackValue Gecode::ViewTraceRecorder< View >::Slack::previous ( void   )  const [inline]

Return previous slack value.

Definition at line 227 of file trace-recorder.hpp.

template<class View >
ViewTraceRecorder< View >::SlackValue Gecode::ViewTraceRecorder< View >::Slack::current ( void   )  const [inline]

Return current slack value.

Definition at line 232 of file trace-recorder.hpp.


Member Data Documentation

template<class View>
SlackValue Gecode::ViewTraceRecorder< View >::Slack::i [protected]

The initial slack value.

Definition at line 76 of file trace-recorder.hpp.

template<class View>
SlackValue Gecode::ViewTraceRecorder< View >::Slack::p [protected]

Slack value at previous event (fixpoint or init).

Definition at line 78 of file trace-recorder.hpp.

template<class View>
SlackValue Gecode::ViewTraceRecorder< View >::Slack::c [protected]

Current slack value.

Definition at line 80 of file trace-recorder.hpp.


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