Grade: 0 Algorithms - The description of the local search seems to assume a different problem from the one in the assignment, because solution representation and neighborhood are for permutations while the MSS is based on set representations - The name of the SLS method used is not given, this indicates a lack of knowledge of the course syllabus - Everything is described very approximatively - Scarce results if compared with other projects - The highly effective algorithm is too much simplistic Analysis - Complexity analysis for LS wrong - Experimental analysis not presented for points 1 and 2. - No attempt to aggregate the data and provide a conclusive and synthetic analysis - No attempt to represent graphically the results Report - Sloppy language full of typos - Report length not within the bounds (format not compliant) Code - Only one of the algorithms described working - Only one of the construction heuristics described is implemented - Strange iteration number in output (it can decrease) - No speed up implemented - Command line parameters not compliant with requirements