qoco

QOCO: Quadratic Objective Conic Optimizer

19 个版本 Python >=3.8
安装
pip install qoco
poetry add qoco
pipenv install qoco
conda install qoco
描述

QOCO Python

drawing

PyPI Downloads Documentation License

This repository contains the python wrapper for QOCO.

Installation and Usage

You can install qoco-python by running pip install qoco.

For instructions on using the wrapper for QOCO, refer to API, and simple example for an example of solving a simple SOCP with the python wrapper.

Tests

To run tests, first install cvxpy and pytest

pip install cvxpy pytest

and execute:

pytest

Bug reports

File any issues or bug reports using the issue tracker.

Citing

@article{chari2026qoco,
  title = {{QOCO}: a quadratic objective conic optimizer with custom solver generation},
  author = {Chari, Govind M. and A\c{c}ıkmeşe, Beh\c{c}et},
  journal = {Mathematical Programming Computation},
  issn = {1867-2957},
  url = {http://dx.doi.org/10.1007/s12532-026-00311-8},
  doi = {10.1007/s12532-026-00311-8},
  publisher = {Springer Science and Business Media LLC},
  year = {2026},
  month = mar,
}

License

QOCO is licensed under the BSD-3-Clause license.

版本列表
0.3.2 2026-06-11
0.3.1 2026-05-08
0.3.0 2026-05-01
0.2.7 2026-04-16
0.2.6 2026-03-22
0.2.5 2026-03-18
0.2.4 2026-03-11
0.2.3 2026-02-07
0.2.2 2026-01-02
0.2.1 2025-12-23
0.2.0 2025-12-09
0.1.7 2025-11-17
0.1.6 2025-08-02
0.1.5 2025-04-08
0.1.4 2025-03-19
0.1.3 2025-02-12
0.1.2 2025-02-10
0.1.1 2025-01-19
0.1.0 2025-01-11