An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![codecov](https://codecov.io/gh/luk036/ellalgo-xmake/branch/master/graph/badge.svg?token=C9zdU6roDQ)](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)