Skip to content

Commit

Permalink
pychoco issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimosts committed May 24, 2024
1 parent 5c4230d commit 975e32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpmpy/solvers/choco.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ def _get_constraint(self, cpm_expr):
if cpm_expr.name == "lex_lesseq":
return self.chc_model.lex_less_eq(*chc_args)
return self.chc_model.lex_less(*chc_args)
# Ready for when it is fixed in pychoco
# Ready for when it is fixed in pychoco (https://github.com/chocoteam/pychoco/issues/30)
# elif cpm_expr.name == "lex_chain_less":
# return self.chc_model.lex_chain_less(chc_args)

Expand Down

0 comments on commit 975e32c

Please sign in to comment.