We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4dedb9 commit f2b1cc4Copy full SHA for f2b1cc4
1 file changed
dwave/optimization/symbols/numbers.pyx
@@ -332,7 +332,7 @@ cdef class IntegerVariable(ArraySymbol):
332
333
cdef optional[vector[double]] cpplower_bound = nullopt
334
cdef optional[vector[double]] cppupper_bound = nullopt
335
- cdef vector[BinaryNode.AxisBound] cppbound_axes = _convert_python_bound_axes(subject_to)
+ cdef vector[IntegerNode.AxisBound] cppbound_axes = _convert_python_bound_axes(subject_to)
336
cdef const double[:] mem
337
338
if lower_bound is not None:
0 commit comments