Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.69 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.69 KB

Mathematical programming problems

Python and C++ solutions for some of the mathematical programming problems.

Optimization methods

Convex programming

Quadratic programming

  • Algorithm

Stochastic optimization

Operations research

Shortest path problem

Max flow problem

Min cost - max flow problem

Max length(cost) path in DAG

Travelling salesman problem