Skip to content

Commit

Permalink
renaming indicator constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Schneider committed Apr 26, 2022
1 parent 9d14832 commit 0924e2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Indicator_constraints:
class IndicatorConstraints:
def __init__(self, binv, A, b, sense, indicval):
self.binv = binv # index of binary variable
self.A = A # CPLEX: lin_expr, left hand side coefficient row for indicator constraint
Expand Down

0 comments on commit 0924e2a

Please sign in to comment.