This package browser is in early development. Mind the rough edges.

python-ecos

Embedded Cone Solver

This is the Python package for ECOS: Embedded Cone Solver. ECOS is numerical software for solving convex second-order cone programs (SOCPs).

Installation

Install the latest version of python-ecos as follows:

guix install python-ecos

Or install a particular version:

guix install python-ecos@2.0.13

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of python-ecos about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/python-ecos'><img src='https://packages.guix.gnu.org/packages/python-ecos/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-ecos/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/python-ecos)

Example Org:

[[https://packages.guix.gnu.org/packages/python-ecos][https://packages.guix.gnu.org/packages/python-ecos/badges/latest-version.svg]]