Skip to content

Commit

Permalink
Update scipy/optimize/_linprog.py
Browse files Browse the repository at this point in the history
Update LINPROG_METHODS

Co-authored-by: Matt Haberland <[email protected]>
  • Loading branch information
AtsushiSakai and mdhaber committed Nov 19, 2020
1 parent 0b76670 commit 6790a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scipy/optimize/_linprog.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

__docformat__ = "restructuredtext en"

LINPROG_METHODS = ['simplex', 'revised simplex', 'interior-point']
LINPROG_METHODS = ['simplex', 'revised simplex', 'interior-point', 'highs', 'highs-ds', 'highs-ipm']


def linprog_verbose_callback(res):
Expand Down

0 comments on commit 6790a7f

Please sign in to comment.