Skip to content

Commit

Permalink
remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimosts committed May 2, 2024
1 parent c54cadd commit 20f08c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpmpy/solvers/choco.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ def __add__(self, cpm_expr):
"""
# add new user vars to the set
get_variables(cpm_expr, collect=self.user_vars)
# ensure all vars are known to solver

# transform and post the constraints
for con in self.transform(cpm_expr):
Expand Down

0 comments on commit 20f08c1

Please sign in to comment.