Skip to content

SingularityUrBrain/math-programming

Repository files navigation

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