Knowledge Dump

Master Thesis

In my master thesis, I chose a topic in combinatorial optimization. It introduces the Quadratic Maximum-Weight Independent Set (Q-MWIS) Problem as the quadratic extension of the Maximum-Weight Independent Set (MWIS) Problem, discusses its properties and suggests a linearization of the quadratic problem according to a scheme by Sherali and Adams. After optimizing the structure of the linearization, it is tested in practice and compared to alternative formulations, using the Python API of the optimization software Gurobi (external link). The testing showed that the constructed linearization outperforms both the trivial linearization and the default quadratic formulation in most cases.



To get a broad idea of the content of my thesis, its applications and the methodology used in the practical part, one may also skim through the slides of my master thesis presentation.



Python code files