Skip to main content

An adapter for the Python-MIP from/to OMMX.

Project description

OMMX adaptor for Python-MIP

This package provides an adaptor for the Python-MIP from/to OMMX

Python-MIP as a solver in OMMX toolchain

sequenceDiagram
    participant O as Other OMMX toolchain
    participant A as Adapter
    participant P as Python-MIP
    O->>A: ommx::Instance and Parameters for Python-MIP;
    A->>P: Translate into Python-MIP input
    P->>P: Solve with CBC, Gurobi, or other solvers
    P->>A: Solution
    A->>O: ommx:Solution

Python-MIP as a user interface to create OMMX instance

TBW

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ommx_python_mip_adapter-0.0.2.tar.gz (8.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page