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

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

Awesome Lists containing this project

README

          

# ellcpp

[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/luk036/ellcpp)
[![Build Status](https://travis-ci.org/luk036/ellcpp.svg?branch=master)](https://travis-ci.org/luk036/ellcpp)
[![Documentation Status](https://readthedocs.org/projects/ellcpp/badge/?version=latest)](https://ellcpp.readthedocs.io/en/latest/?badge=latest)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c7e8c69a3335427aa2f08e3e2d455552)](https://app.codacy.com/app/luk036/ellcpp?utm_source=github.com&utm_medium=referral&utm_content=luk036/ellcpp&utm_campaign=badger)
[![CodeFactor](https://www.codefactor.io/repository/github/luk036/ellcpp/badge)](https://www.codefactor.io/repository/github/luk036/ellcpp)
[![BCH compliance](https://bettercodehub.com/edge/badge/luk036/ellcpp?branch=master)](https://bettercodehub.com/)
[![codecov](https://codecov.io/gh/luk036/ellcpp/branch/master/graph/badge.svg)](https://codecov.io/gh/luk036/ellcpp)
[![Documentation](https://img.shields.io/badge/Documentation-latest-blue.svg)](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 all

To run CTest:

ninja test