Skip to content

Commit a27fb80

Browse files
committed
format
1 parent c0d569f commit a27fb80

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
@@ -576,7 +576,7 @@ class Problem:
576576
Name of the model.
577577
vars : list
578578
List of variables in the problem.
579-
constrs : list
579+
constrs : list
580580
List of constraints in the problem.
581581
ObjSense : sense
582582
Objective sense (MINIMIZE or MAXIMIZE).

0 commit comments

Comments
 (0)