Solving a Capacitated Vehicle Routing Problem with time windows constraints (CVRPTW) with Mixed Integer Linear Programming (MILP) in python-gurobi API.
Facility Location Problem solved using GurobiPy. Uncapacitated Facility Location Problem (UFLP) with and without Disruptions. Capacitated Facility Location Problem (CFLP).
This repository contains a set of python codes for implementation of Linear Programming methods for "toy" optimization problems such as facility location, transport planning, lecture assignments to students, vortex colouring etc. These problems are modeled using Linear Programming and solved using the Gurobi Solver. These were carried out as part of the curriculum in RWTH Aachen Business School.
An LP problem with hiearchical objectives, modeled as a vehicle routing problem , implemented with gurobipy python API in a jupyter notebook, and solved by using the Gurobi solver
Use this to determine the optimal route to go on a search for shortage struck essential commodities (gasoline, water, toilet paper etc.) using information from social media
Coding tasks regarding linear, non-linear and mixed-integer optimization using gurobipy for the lecture Optimization Models and Applications at Karlsruhe Institute of Technology (Winter Term 2020-2021).
FInal Project for AA 203: Optimal and Learning-Based Control: Real-Time, Multi-Service Operation of Grid-Scale Energy Storage using Model Predictive Control