Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 1.05 KB

README.md

File metadata and controls

7 lines (4 loc) · 1.05 KB

Compressed sensing - Semidefinite Relaxations for Integer Programming

Authors : Rémy Deshayes and Éric Lavergne

Our project is based on the work of Franz Rendl in Semidefinite Relaxations for Integer Programming. We summarized the main ideas of the article and implemented some of the solutions described in the survey for the two classical problems of maxcut and graph coloring.

The first part 1. Approachs for Integer Programming quickly introduces the approaches used in this field. The second part 2. The basics of Semi Definite Optimization outlines the main ideas of SDP programming. The third part 3. Famous COP, SDP relaxation and hyperplane rounding considers the examples of two classical problems, Max-Cut and Graph coloring, that can be solved thanks to SDP programming. Once a solution of the SDP relaxation has been obtained, the hyperplane rounding algorithm is used to obtain a good solution in the initial space. Finally, in the last part 4. Interior Points methods for SDP programming and more, we describe methods to compute SDP problems.