/prep_api

Simple FastAPI interface with a FLP model in PuLP

Primary LanguagePython

PREP optimization API using PuLP and FastAPI

This repo contains a simple implementation of a FastAPI endpoint to run a FLP model using PuLP (solver set to Cbc as default). To install (production) use requierements.txt. Furthermore, to run the endpoint use uvicorn main:app