Generated on Mon Aug 25 11:35:50 2008 for Gecode by doxygen 1.5.6

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

List of all members.


Detailed Description

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

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

Definition at line 54 of file base.icc.


Public Attributes

int min
int low
int pre
ViewValues< View > v

Member Data Documentation

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

Definition at line 56 of file base.icc.

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

Definition at line 56 of file base.icc.

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

Definition at line 56 of file base.icc.

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

Definition at line 57 of file base.icc.


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