Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mimizh2418 committed Oct 26, 2024
1 parent 0fbfa96 commit ad1a315
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ trivially determinable basic feasible solutions.

## Build
### Dependencies
- C++20 compiler (only tested with GCC)
- C++20 compiler (only tested with GCC and Clang)
- [CMake](https://cmake.org/download/) (Might work with CMake 3.12+, only tested with 3.28)
- [Eigen3](https://gitlab.com/libeigen/eigen)
- Will be downloaded and built automatically if not found on the system

## Planned features:
- 2-phase simplex method
- Will add support for minimization problems and more complex constraints
- Revised simplex method
- Better optimized simplex implementation that leverages sparse matrix operations
- Interior-point method
Expand Down

0 comments on commit ad1a315

Please sign in to comment.