Generated on Wed Jan 4 17:49:15 2006 for Gecode by doxygen 1.4.6

narrowing.icc File Reference

(Revision: 2686)

#include "support/static-stack.hh"

Go to the source code of this file.

Namespaces

namespace  Gecode
namespace  Gecode::Int
namespace  Gecode::Int::Sortedness

Classes

class  Gecode::Int::Sortedness::SccComponent
 Representation of a strongly connected component. More...

Functions

template<class View, class Tuple>
void Gecode::Int::Sortedness::computesccs (Space *home, ViewArray< Tuple > &xz, ViewArray< View > &y, int phi[], SccComponent sinfo[], int scclist[])
 Compute the sccs of the oriented intersection-graph.
template<class View, class Tuple, bool Perm, bool shared>
bool Gecode::Int::Sortedness::narrow_domx (Space *home, ViewArray< Tuple > &xz, ViewArray< View > &y, int tau[], int phi[], int scclist[], SccComponent sinfo[], bool &nofix)
 Narrowing the domains of the x variables.
template<class View, class Tuple, bool Perm, bool shared>
bool Gecode::Int::Sortedness::narrow_domy (Space *home, ViewArray< Tuple > &xz, ViewArray< View > &y, int phi[], int phiprime[], bool &nofix)
 Narrowing the domains of the y views.