Simplex method for a set of restrictions, an objective function and type of simplex,maximize or minimize, in C++.
Just download or clone the repo, and execute, it's neccesary to write your own conditions according to your problem.So, modify vector<string> objective_function
and
vector<string> restrictions[]
.