snopt / SNOPT7.jl

Julia interface for SNOPT7
MIT License
10 stars 6 forks source link

Fix mismatching function names and update status codes for compatibility with MOI 0.9.14 #1

Closed RealZiangLiu closed 4 years ago

RealZiangLiu commented 4 years ago

Some places in MOIWrapper.jl used function names without the !, causing compiler errors. Some status codes used are renamed in MathOptInterface 0.9, such as MOI.NoSolution was renamed to MOI.NO_SOLUTION. Added several other SNOPT status codes corresponding to EXIT 50 and EXIT 60.

gnowzil commented 4 years ago

Looks good. Thanks!