Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lseman authored Dec 20, 2023
1 parent 8cde36c commit 3220496
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# IPyM
## IPM Solver for BCP in LP
# IPyM Interior Po'y'nt Method

### Description
IPyM is a Python-based Interior Point Method (IPM) solver tailored for Branch-Cut-Price (BCP) in Linear Programming (LP). It efficiently tackles large-scale LP problems using advanced numerical techniques and integrates seamlessly with Python through pybind11.
IPyM is a C++-based Interior Point Method (IPM) Python Library tailored for Linear Programming (LP). It efficiently tackles large-scale LP problems using advanced numerical techniques and integrates seamlessly with Python through pybind11.

### Dependencies
- **Eigen**: A versatile C++ template library for linear algebra.
Expand Down

0 comments on commit 3220496

Please sign in to comment.