https://github.com/luk036/ellalgo-xmake
Ellipsoid Algorithm with XMake
https://github.com/luk036/ellalgo-xmake
xmake
Last synced: over 1 year ago
JSON representation
Ellipsoid Algorithm with XMake
- Host: GitHub
- URL: https://github.com/luk036/ellalgo-xmake
- Owner: luk036
- License: unlicense
- Archived: true
- Created: 2022-03-20T09:54:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-10T03:49:55.000Z (over 3 years ago)
- Last Synced: 2024-10-24T13:58:53.851Z (over 1 year ago)
- Topics: xmake
- Language: C++
- Homepage: https://luk036.github.io/ellalgo-xmake
- Size: 146 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://codecov.io/gh/luk036/ellalgo-xmake)
# 🏉 ellalgo-xmake
> Ellipsoid Method C++ Code
## Features
- At most one square-root per iteration.
- Support Parallel-Cuts.
- Experimental stable version
## Installation
- Require C++20 or above
- The core ellipsoid method depends only on the `xtensor` module.
## See also
- [ellalgo](https://github.com/luk036/ellalgo)
- [Presentation Slides](https://luk036.github.io/cvx)