Skip to content

Commit f1c92d1

Browse files
committed
Fix INT_VALUES_MAX
1 parent d97e03a commit f1c92d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gecode/int/branch/val.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ namespace Gecode {
123123

124124
inline IntValBranch
125125
INT_VALUES_MAX(void) {
126-
return IntValBranch(IntValBranch::SEL_VALUES_MIN);
126+
return IntValBranch(IntValBranch::SEL_VALUES_MAX);
127127
}
128128

129129
inline IntValBranch

0 commit comments

Comments
 (0)