Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.53 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.53 KB

mpYALMIP-neos

A YALMIP interface to the multiple-precision solver SDPA-GMP using NEOS server. Based on the code of mpYALMIP and matlabneos. The jar executable file provided in the utils folder is from Redstone XML-RPC Library.

Contents

Setup

Add xmlrpc-client-1.1.1.jar file to javaclasspath

>> javaaddpath('/path_to_mpYALMIP-neos/utils/xmlrpc-client-1.1.1.jar')

Add SDPA-GMP to YALMIP by running

>> install_sdpa_gmp_neos 

The installer will ask for a valid email address in order to use the NEOS XML-RPC interface

Note: please ignore any compilation warnings that might be displayed.

Licence

mpYALMIP is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.