Skip to content

Commit f0b137b

Browse files
author
Christian Schulte
committed
Relaxed portfolio tests
git-svn-id: svn+ssh://svn.gecode.org/srv/gecode/svn/gecode/trunk@16761 64335634-5103-0410-b293-fc3d331e086d
1 parent 0546864 commit f0b137b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/search.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ namespace Test {
571571
break;
572572
f.limit(f.limit()+2);
573573
}
574-
return n == 0;
574+
return n >= 0;
575575
}
576576
}
577577
};
@@ -646,7 +646,7 @@ namespace Test {
646646
break;
647647
f.limit(f.limit()+2);
648648
}
649-
return n == 0;
649+
return n >= 0;
650650
}
651651
}
652652
};

0 commit comments

Comments
 (0)