Skip to content

Commit

Permalink
put gcs in solver init
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout4 committed Jul 15, 2024
1 parent 0cf0618 commit c827dd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cpmpy/solvers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
z3
exact
choco
gcs
utils
===============
Expand All @@ -35,6 +36,7 @@
CPM_z3
CPM_exact
CPM_choco
CPM_gcs
=================
List of functions
Expand All @@ -54,4 +56,5 @@
from .z3 import CPM_z3
from .exact import CPM_exact
from .choco import CPM_choco
from .gcs import CPM_gcs

0 comments on commit c827dd0

Please sign in to comment.