It randomly generates data under certain parameters that the user enters and subsequently the linear programming model is tested, which allows the release of sales notes whose products find full stock in the warehouse, without the need for a FIFO algorithm.
For execute this code you have to run some commands in this order:
- Open the folder on the terminal or clone repository
- python3 -m venv env
- source ./env/bin/activate
- pip install -r requirements.txt