A few years ago I made the project on the same topic (you can find it in directory 'old_sources'). But I hadn't enough skills to do all I wanted, so I am rewriting it with new knowledge and new technologies.
- Solve linear programming problem with two positive variables (usually economic optimization task).
- View & save (as image) solution report.
- View, add, edit & delete problem situations from local database.
- Search tasks in local DB.
- Remove useless functionality (this was an educational project & I needed to meet some requirements).
- Add LaTeX support (because formulas aren't pretty now).
Python ≥ 3.6 is required to run this. After cloning this repo you should install dependencies:
pip install -r requirements.txt
And run the main script:
python main.py