Skip to content

Commit

Permalink
update init
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout4 committed Sep 19, 2023
1 parent 925e4f0 commit 6dedf8f
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -17,6 +17,7 @@
pysdd
z3
exact
scip
utils
===============
Expand All @@ -31,6 +32,7 @@
CPM_pysdd
CPM_z3
CPM_exact
CPM_scip
=================
List of functions
Expand All @@ -49,3 +51,4 @@
from .pysdd import CPM_pysdd
from .z3 import CPM_z3
from .exact import CPM_exact
from .scip import CPM_scip
1 change: 1 addition & 0 deletions cpmpy/solvers/scip.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
Then install the 'pyscipopt' python package:
$ pip install pyscipopt
(more information on https://github.com/scipopt/PySCIPOpt)
===============
List of classes
Expand Down

0 comments on commit 6dedf8f

Please sign in to comment.