Skip to content

luk036/ellpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 12, 2024
ffff6a1 · Feb 12, 2024
Dec 1, 2022
Jan 18, 2021
Feb 12, 2024
Feb 12, 2024
Aug 8, 2021
Dec 15, 2020
Feb 12, 2024
Feb 12, 2024
Oct 26, 2019
Mar 26, 2021
Sep 3, 2019
Aug 8, 2021
Aug 8, 2021
Mar 26, 2021
Aug 8, 2021
Aug 8, 2021
Nov 10, 2019
Aug 8, 2021
Aug 8, 2021
Jul 2, 2021
Aug 8, 2021
Sep 3, 2019
Aug 8, 2021
Sep 3, 2019
Sep 20, 2017
Aug 8, 2021
Oct 17, 2021
Sep 3, 2019
Nov 17, 2019
Jul 2, 2021
Dec 15, 2020
Sep 3, 2019
Aug 8, 2021
Sep 3, 2019
Aug 8, 2021
Aug 8, 2021
Aug 8, 2021
Apr 9, 2021

Repository files navigation

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/.