Hoffman Experiments ****************************************** hoffman.m This is a MATLAB script that will automatically run all the Hoffman experiments found in our paper, for all the algorithms provided you already have the code for each algorithm downloaded and placed in the appropriate directory. Prior to running, make sure the problem files listed below are in the same directory as the script (or make sure you specify in the script where the problem files are located). To run, simply type hoffman at the MATLAB prompt. ******IMPORTANT******: Prior to running this code, make sure you have downloaded the appropriate algorithm code. The code is not provided in this tar.gz file, only the problem sets are included. If you want all the code at once, download All_Project_Code.tar.gz, and then make sure all the directories are linked in MATLAB prior to running the code. ****************************************** Hoffman.mat Contains the original Hoffman et al. example in a format readable by MATLAB. See our paper or Hoffman et al.'s paper for further details (see our references for Hoffman et al.). ****************************************** hoffman5.mat Contains the maximum subdeterminant of the 5-dim Hoffman experiment, readable by MATLAB. ****************************************** hoffman6.mat Contains the maximum subdeterminant of the 6-dim Hoffman experiment, readable by MATLAB. ****************************************** hoffman7.mat Contains the maximum subdeterminant of the 7-dim Hoffman experiment, readable by MATLAB. ****************************************** hoffman8.mat Contains the maximum subdeterminant of the 8-dim Hoffman experiment, readable by MATLAB. ****************************************** hoffman9.mat Contains the maximum subdeterminant of the 9-dim Hoffman experiment, readable by MATLAB. ****************************************** hoffman10.mat Contains the maximum subdeterminant of the 10-dim Hoffman experiment, readable by MATLAB.