Jij-Inc / ommx

Open standard for mathematical programming interoperability

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OMMX

Open Mathematical prograMming eXchange (OMMX) is an open ecosystem that empowers mathematical programming and optimization developers and reserchers.

Design

OMMX introduces two specification to solve the problem of data exchange in optimization field:

  • Protocol buffers based data schema called OMMX Message. This helps to store the optimization models and their solutions in language and framework agnostic way.
  • OCI Artifact based packaging and distribution specification called OMMX Artifact. This helps to store your data with metadata and to exchange them with others as a container image.

API Reference

See DEVELOPMENT.md about developing this project.

Rust SDK

Crate name crates.io Document (stable) Document (main)
ommx ommx docs.rs main

Python SDK

Package name PyPI Document (main)
ommx ommx main
ommx-python-mip-adapter ommx-python-mip-adapter main

License

© 2024 Jij Inc.

This project is licensed under either of

at your option.

Contribution

TBW

Acknowledgement

BRIDGE This work was performed for Council for Science, Technology and Innovation (CSTI), Cross-ministerial Strategic Innovation Promotion Program (SIP), “Promoting the application of advanced quantum technology platforms to social issues”(Funding agency : QST).

About

Open standard for mathematical programming interoperability

License:Apache License 2.0


Languages

Language:Python 57.5%Language:Rust 42.5%