Skip to content

Commit

Permalink
Tweaked loading
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrey-hokanson committed Nov 2, 2018
1 parent 859b9ff commit 3fa2373
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions psdr/opt/linprog.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

try:
HAS_CVXOPT = True
import cvxopt
from wrapper_cvxopt import *
except ImportError, e:
HAS_CVXOPT = False
Expand Down

0 comments on commit 3fa2373

Please sign in to comment.