41 namespace Gecode {
namespace Int {
namespace LDSB {
129 unsigned int seqNum = location.first;
130 unsigned int seqPos = location.second;
131 for (
unsigned int seq = 0 ; seq < n_seqs ; seq++) {
132 if (seq == seqNum)
continue;
133 if (dead_sequences.get(seq))
continue;
147 unsigned int seqNum = location.first;
148 unsigned int seqPos = location.second;
149 for (
unsigned int seq = 0 ; seq < n_seqs ; seq++) {
150 if (seq == seqNum)
continue;
151 if (dead_sequences.get(seq))
continue;