Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimosts committed Sep 14, 2023
1 parent c6f1ded commit 994c86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpmpy/solvers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def lookup(name=None):

# using `builtin_solvers` is DEPRECATED, use `SolverLookup` object instead
# Order matters! first is default, then tries second, etc...
builtin_solvers = [CPM_ortools, CPM_gurobi, CPM_minizinc, CPM_pysat, CPM_exact]
builtin_solvers = [CPM_ortools, CPM_gurobi, CPM_minizinc, CPM_pysat, CPM_exact, CPM_choco]
def get_supported_solvers():
"""
Returns a list of solvers supported on this machine.
Expand Down

0 comments on commit 994c86f

Please sign in to comment.