PhD | Trier University (Universität Trier)
Henri is currently a post-doctoral researcher at Trier University (Germany) in the "Nonlinear Optimization" group. He earned his PhD at the University of Bologna (DEI) under the supervision of Michele Monaci and Enrico Malaguti where he studied optimization problems under uncertainty. Henri received the "EURO Best Dissertation Award" from the Association of European Operational Research Societies in 2024.
idol is a framework designed to help you build complex optimization algorithms with ease.
const auto branch_and_price = branch_and_bound + column_generation;
model.use(branch_and_price);
model.optimize();