Skip to content

remydeshayes/compressed_sensing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

About

Compressed Sensing: Semidefinite Relaxations for Integer Programming - Max-Cut and Graph Coloring

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published