Skip to content

Commit

Permalink
Remove QFitOptions.cplex: not how we're doing it anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
blake-riley committed Sep 26, 2023
1 parent 9ad3087 commit 991facc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qfit/qfit.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def __init__(self):
# MIQP options
self.qp_solver = None
self.miqp_solver = None
self.cplex = True
self.cardinality = 5
self.threshold = 0.20
self.bic_threshold = True
Expand Down

0 comments on commit 991facc

Please sign in to comment.