TrishGillett / pysdpt3glue

Glue code for solving semidefinite programs in Cvxpy format using the SDPT3 package for Matlab.
MIT License
13 stars 3 forks source link

Refactoring solve_neos module. #11

Closed jkawamoto closed 8 years ago

jkawamoto commented 8 years ago

Update error handling so that those module do not raise unchecked exception accidentally. To notify errors explicitly, I added NeosError class and raise it when some errors occur during connection between neos server, instead of returning None. I also add noprompt option in neos_solve so that this method does not block batch process.

jkawamoto commented 8 years ago

Renamed noprompt to no_prompt and rebase to follow newest version.