|
template<class ViewA , class ViewB > |
bool | Gecode::shared (const ConstView< ViewA > &, const ConstView< ViewB > &) |
| Test whether views share same variable. More...
|
|
template<class Var , class View > |
bool | Gecode::shared (const VarImpView< Var > &, const ConstView< View > &) |
| Test whether views share same variable. More...
|
|
template<class ViewA , class ViewB > |
bool | Gecode::shared (const DerivedView< ViewA > &, const ConstView< ViewB > &) |
| Test whether views share same variable. More...
|
|
template<class View , class Var > |
bool | Gecode::shared (const ConstView< View > &, const VarImpView< Var > &) |
| Test whether views share same variable. More...
|
|
template<class ViewA , class ViewB > |
bool | Gecode::shared (const ConstView< ViewA > &, const DerivedView< ViewB > &) |
| Test whether views share same variable. More...
|
|
template<class VarA , class VarB > |
bool | Gecode::shared (const VarImpView< VarA > &, const VarImpView< VarB > &) |
| Test whether views share same variable. More...
|
|
template<class Var , class View > |
bool | Gecode::shared (const VarImpView< Var > &, const DerivedView< View > &) |
| Test whether views share same variable. More...
|
|
template<class View , class Var > |
bool | Gecode::shared (const DerivedView< View > &, const VarImpView< Var > &) |
| Test whether views share same variable. More...
|
|
template<class ViewA , class ViewB > |
bool | Gecode::shared (const DerivedView< ViewA > &, const DerivedView< ViewB > &) |
| Test whether views share same variable. More...
|
|
template<class ViewA , class ViewB > |
bool | Gecode::same (const ConstView< ViewA > &, const ConstView< ViewB > &) |
| Test whether two views are the same. More...
|
|
template<class Var , class View > |
bool | Gecode::same (const VarImpView< Var > &, const ConstView< View > &) |
| Test whether two views are the same. More...
|
|
template<class ViewA , class ViewB > |
bool | Gecode::same (const ConstView< ViewA > &, const DerivedView< ViewB > &) |
| Test whether two views are the same. More...
|
|
template<class Var , class View > |
bool | Gecode::same (const VarImpView< Var > &, const DerivedView< View > &) |
| Test whether two views are the same. More...
|
|
template<class View , class Var > |
bool | Gecode::same (const DerivedView< View > &, const VarImpView< Var > &) |
| Test whether two views are the same. More...
|
|
template<class Var > |
bool | Gecode::same (const VarImpView< Var > &x, const VarImpView< Var > &y) |
| Test whether two views are the same. More...
|
|
template<class ViewA , class ViewB > |
bool | Gecode::same (const DerivedView< ViewA > &x, const DerivedView< ViewB > &y) |
| Test whether two views are the same. More...
|
|
template<class ViewA , class ViewB > |
bool | Gecode::before (const ViewA &x, const ViewB &y) |
|