ellpy

ellipsoid method python code

View project on GitHub

ellpy

Gitpod Ready-to-Code Python application Build Status Build status Documentation Status Codacy Badge codecov Maintainability CodeFactor BCH compliance

ellipsoid method python code

Features

  • At most one square-root per iteration.
  • Include oracles for Matrix Inequalities and Network problems.
  • Suport Parallel-Cuts.

Installation

  • The core ellipsoid method depends only on the numpy module.
  • The network related oracles depends further on networkx and luk036/netoptim.
  • Some unit tests depends further on numexpr and luk036/pylds.

See also

Note

This project has been set up using PyScaffold 4.0.2. For details and usage information on PyScaffold see https://pyscaffold.org/.