Telgen Experiments ****************************************** telgen.m This is a MATLAB script that will automatically run all the Telgen experiments found in the paper, for all the algorithms, provided you already have the code for each algorithm downloaded and placed in the appropriate directory. There are no problem files for these experiments. Instead telgen.m loops over a = 1,2,...,10 and builds the appropriate problem for each a. See the paper for a full explanation of the problem set. If you do choose this set, you need to specify a positive integer a, which determines how acute the angle is between the two constraints. Briefly, the problem instance is in 2 dimensions, with the constraints y >= 0 and x - (2^a)y >= 2^a. To run, simply type telgen 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.