BenjaminNavarro / conan-epigraph

Conan package for the Epigraph library, a modern C++ interface to formulate and solve linear, quadratic and second order cone problems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Epigraph Conan package

This repo holds a Conan recipe for the Epigraph library.

The package is available on Bintray. To add the corresponding remote you can run:

conan remote add bnavarro https://api.bintray.com/conan/benjaminnavarro/bnavarro

And then use epigraph/0.4.0@bnavarro/stable as dependency in your conanfile.

Please note that there are no precompiled binaries currently available, so you have to use the --build=missing option when calling conan install, e.g:

conan install . --build=missing

About

Conan package for the Epigraph library, a modern C++ interface to formulate and solve linear, quadratic and second order cone problems.

License:MIT License


Languages

Language:C++ 54.6%Language:Python 39.6%Language:CMake 5.8%