Generated on Tue May 22 09:41:02 2018 for Gecode by doxygen 1.6.3

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

Collection of slack values. More...

#include <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 68 of file 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 218 of file recorder.hpp.

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

Return previous slack value.

Definition at line 223 of file recorder.hpp.

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

Return current slack value.

Definition at line 228 of file recorder.hpp.


Member Data Documentation

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

The initial slack value.

Definition at line 72 of file recorder.hpp.

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

Slack value at previous event (fixpoint or init).

Definition at line 74 of file recorder.hpp.

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

Current slack value.

Definition at line 76 of file recorder.hpp.


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