chashikajw / simplex-algorithmLinks
This includes a C++ implementation for the linear programming simplex method
☆54Updated 2 years ago
Alternatives and similar repositories for simplex-algorithm
Users that are interested in simplex-algorithm are comparing it to the libraries listed below
Sorting:
- A free C++ Genetic Algorithm library☆240Updated 11 months ago
- COIN-OR Linear Programming Solver☆479Updated this week
- Genetic Algorithm in C++ with template metaprogramming and abstraction for constrained optimization☆221Updated 5 years ago
- An evolutionary computation framework to (automatically) build fast parallel stochastic optimization solvers☆118Updated 8 months ago
- Solving a TSP with the CPLEX C++ API.☆50Updated 5 years ago
- OptimLib: a lightweight C++ library of numerical optimization methods for nonlinear functions☆884Updated last year
- A solver for mixed-integer nonlinear optimization problems☆127Updated last week
- C++ Matrix -- High performance and accurate (e.g. edge cases) matrix math library with expression template arithmetic operators