Dynamic-Calibration/utils/SDPT3-4.0
Shamil Mamedov b382f14bc4 the last version of the project 2019-12-18 14:25:45 +03:00
..
Examples the last version of the project 2019-12-18 14:25:45 +03:00
HSDSolver the last version of the project 2019-12-18 14:25:45 +03:00
Solver the last version of the project 2019-12-18 14:25:45 +03:00
dimacs the last version of the project 2019-12-18 14:25:45 +03:00
sdplib the last version of the project 2019-12-18 14:25:45 +03:00
Citation the last version of the project 2019-12-18 14:25:45 +03:00
Copyright the last version of the project 2019-12-18 14:25:45 +03:00
GNU_General_Public_License_v2 the last version of the project 2019-12-18 14:25:45 +03:00
Installmex.m the last version of the project 2019-12-18 14:25:45 +03:00
README the last version of the project 2019-12-18 14:25:45 +03:00
sdpt3.m the last version of the project 2019-12-18 14:25:45 +03:00
startup.m the last version of the project 2019-12-18 14:25:45 +03:00

README

----------------------------------------------------------------
    BUILD THE EXECUTABLE AND MEX FILES.
----------------------------------------------------------------

    To build the executable mex-files from the c-files,
    the most direct method is to run the MATLAB script file 
    ** Installmex.m ** in the directory
  
    SDPT3-* (where * denotes the version number)
   
    That is, do the following at the MATLAB command window:  

    >> Installmex 

    It is important that you run the script file in the
    directory mentioned above. 

----------------------------------------------------------------
    Checking whether SDPT3 has been installed correctly
----------------------------------------------------------------

    To do so, do the following at the MATLAB command window:  

    >> sqlpdemo

----------------------------------------------------------------