☰ PROJECTS.md

Intro

I often find myself working outside of my day job on projects that excite me and make me stay up-to-date with the latest technologies. Below is a collection of some of the more notable ones that I have developed, showcasing not only my experience in various programming languages, frameworks, and technologies, but also my overall problem-solving and coding skills.

Projects

Integration of variable selection heuristics into a MaxSAT solver for solving the MRCPSP

4/2023 - 7/2023

The multi-mode resource-constrained project scheduling problem (MRCPSP) is an extension of the resource-constrained project scheduling problem (RCPSP), which allows activities to be executed in multiple modes. The state-of-the-art solutions for solving this NP-Hard problem are dedicated algorithms and (meta-)heuristics. However, in this project I consider a more flexible approach using a MaxSAT solver. The idea is to replace the existing variable selection strategy of the solver, Variable State Independent Decaying Sum (VSIDS), with two scheduling heuristics, Earliest Starting Time (EST) and Shortest Feasible Mode (SFM). I examine that combining the three heuristics results in a more efficient solver. In contrast, scheduling rules alone lead to a solver that performs significantly worse on any of the chosen metrics and benchmarks.Read more...