bolner / SimplexSolverLinks
An easy-to-use Simplex solver class for linear programming.
☆20Updated 7 years ago
Alternatives and similar repositories for SimplexSolver
Users that are interested in SimplexSolver are comparing it to the libraries listed below
Sorting:
- LEMON Graph Library☆43Updated 5 years ago
- A C++/Python library for incomplete LU factorizations based on Jan Mayer's ILU++☆29Updated 3 years ago
- Sequential object-oriented simPlex☆68Updated 3 weeks ago
- binary/integer linear programming solver☆16Updated 7 months ago
- An evolutionary computation framework to (automatically) build fast parallel stochastic optimization solvers☆107Updated 2 months ago
- WIP · CUDA compatibility for Blaze · https://bitbucket.org/blaze-lib/blaze☆19Updated 5 years ago
- A library of various helper routines and frameworks used by many of the lab's software☆61Updated last week
- EGGS, a method to speed up sparse matrix operations when the same sparsity is used for multiple times. This repo contains examples that s…☆25Updated 4 years ago
- https://arxiv.org/pdf/2007.05094.pdf An Easy-To-Use Code Generator for Gradients and Hessians☆30Updated 3 years ago
- A Graph Coloring Algorithm Package☆63Updated last year
- ☆20Updated 4 years ago
- A library with space-filling curve algorithms (analysis, neighbor-finding, visualization) and other utilities (math, geometry, image proc…☆24Updated 7 years ago
- Sympiler is a Code Generator for Transforming Sparse Matrix Codes☆43Updated 2 years ago
- An integer linear program solver using a Lagrange decomposition into binary decision diagrams. Lagrange multipliers are updated through d…☆59Updated last year
- An implementation of the revised simplex algorithm in CUDA for solving linear optimization problems in the form max{c*x | A*x=b, l<=x<=u}☆27Updated 8 years ago
- OptFrame - C++17/C++20/C++23 Optimization Framework in Single or Multi-Objective. Supports classic metaheuristics and hyperheuristics: Ge…☆83Updated 3 weeks ago
- Robust geometric predicates without the agonising pain.☆21Updated 5 years ago
- NASOQ:Numerically Accurate Sparsity Oriented QP Solver☆72Updated last month
- C++ Graph Coloring Package☆45Updated 2 years ago
- Compute one-side Hausdorff distance between triangle meshes with error bound.☆28Updated 2 years ago
- A genetic algorithms library in C++ for single- and multi-objective optimization.☆36Updated 2 weeks ago
- Numerical methods (NUM) for (4) linear complementarity problems (LCP) in physics-based animation.☆25Updated 8 years ago
- C++ implementation of sparse matrix using CRS (Compressed Row Storage) format☆115Updated 4 years ago
- Branch-Cut-Price Framework☆30Updated 4 years ago
- A C++ toolkit for Convex Optimization (Logistic Loss, SVM, SVR, Least Squares etc.), Convex Optimization algorithms (LBFGS, TRON, SGD, Ad…