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 83a3971 commit 6d09cde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpmpy/solvers/minizinc.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ class CPM_minizinc(SolverInterface):
@staticmethod
def supported():
# try to import the package
return False
try:
import minizinc
return True
Expand Down

0 comments on commit 6d09cde

Please sign in to comment.