Skip to content

Commit

Permalink
Update README for MOI syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ericphanson committed Oct 28, 2019
1 parent 05972e4 commit d6c9b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ x = Variable(n)
problem = minimize(sumsquares(A * x - b), [x >= 0])

# Solve the problem by calling solve!
solve!(problem, SCSSolver())
solve!(problem, SCS.Optimizer())

# Check the status of the problem
problem.status # :Optimal, :Infeasible, :Unbounded etc.
Expand Down

0 comments on commit d6c9b26

Please sign in to comment.