Skip to content

Commit 7a40ef7

Browse files
committed
Merge branch 'modernize-dependencies' of github.com:bdice/cuopt into modernize-dependencies
2 parents ed5f9bb + a232c00 commit 7a40ef7

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)