https://github.com/luk036/ellcpp
Ellipsoid Method C++ code
https://github.com/luk036/ellcpp
cpp17 cutting-planes ellipsoid-method
Last synced: 6 months ago
JSON representation
Ellipsoid Method C++ code
- Host: GitHub
- URL: https://github.com/luk036/ellcpp
- Owner: luk036
- License: mit
- Created: 2017-09-20T06:23:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T12:28:54.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T15:02:54.411Z (7 months ago)
- Topics: cpp17, cutting-planes, ellipsoid-method
- Language: C++
- Homepage: https://luk036.github.io/ellcpp/
- Size: 827 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ellcpp
[](https://gitpod.io/#https://github.com/luk036/ellcpp)
[](https://travis-ci.org/luk036/ellcpp)
[](https://ellcpp.readthedocs.io/en/latest/?badge=latest)
[](https://app.codacy.com/app/luk036/ellcpp?utm_source=github.com&utm_medium=referral&utm_content=luk036/ellcpp&utm_campaign=badger)
[](https://www.codefactor.io/repository/github/luk036/ellcpp)
[](https://bettercodehub.com/)
[](https://codecov.io/gh/luk036/ellcpp)
[](https://luk036.github.io/doc/ellcpp/index.html)Ellipsoid Method C++ Code
To run in gitpod.io:
./envconfig.sh # first time when gitpod image is built
To build with Ninja:
mkdir build && cd build
cmake -GNinja ..
ninja allTo run CTest:
ninja test