Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimosts committed Sep 19, 2023
1 parent ef92cbf commit 3ef220d
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 @@ -37,7 +37,7 @@
from ..transformations.flatten_model import flatten_constraint, flatten_objective
from ..transformations.comparison import only_numexpr_equality
from ..transformations.linearize import canonical_comparison
from ..transformations.reification import only_bv_reifies, only_bv_implies, reify_rewrite
from ..transformations.reification import only_bv_reifies, reify_rewrite


class CPM_choco(SolverInterface):
Expand Down

0 comments on commit 3ef220d

Please sign in to comment.