Skip to content

Commit 3226a9f

Browse files
committed
Merge branch 'main' of github.com:NVIDIA/cuopt into fix-empty-dual
2 parents 7fa8965 + 8a08824 commit 3226a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/cuopt/cuopt/linear_programming/problem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ def __mul__(self, other):
935935
return other * self
936936

937937
def __rmul__(self, other):
938-
return other * self
938+
return self * other
939939

940940
def __itruediv__(self, other):
941941
# Compute expr /= constant

0 commit comments

Comments
 (0)