Generated on Mon Jul 6 18:09:33 2009 for Gecode by doxygen 1.5.9

Gecode::Int::Circuit::SsccInfo< View > Class Template Reference

Information required for non-recursive checking for a single scc. More...

#include <base.hpp>

List of all members.

Public Attributes

int min
int low
int pre
ViewValues< View > v


Detailed Description

template<class View>
class Gecode::Int::Circuit::SsccInfo< View >

Information required for non-recursive checking for a single scc.

Definition at line 56 of file base.hpp.


Member Data Documentation

template<class View>
int Gecode::Int::Circuit::SsccInfo< View >::min

Definition at line 58 of file base.hpp.

template<class View>
int Gecode::Int::Circuit::SsccInfo< View >::low

Definition at line 58 of file base.hpp.

template<class View>
int Gecode::Int::Circuit::SsccInfo< View >::pre

Definition at line 58 of file base.hpp.

template<class View>
ViewValues<View> Gecode::Int::Circuit::SsccInfo< View >::v

Definition at line 59 of file base.hpp.


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