Skip to main content

An adapter between OMMX and HiGHS

Project description

ommx-highs-adapter

Provides an adapter to translate between OMMX and HiGHS

Usage

ommx-highs-adapter can be installed from PyPI as follows:

pip install ommx-highs-adapter

An example usage of HiGHS through this adapter:

from ommx_highs_adapter import OMMXHighsAdapter
from ommx import Instance, DecisionVariable

x1 = DecisionVariable.integer(1, lower=0, upper=5)
ommx_instance = Instance.from_components(
    decision_variables=[x1],
    objective=x1,
    constraints={},
    sense=Instance.MINIMIZE,
)

# Create `ommx.Solution` through `highspy.Highs`
ommx_solution = OMMXHighsAdapter.solve(ommx_instance)

print(ommx_solution)

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_highs_adapter-3.0.0b2.tar.gz (14.6 kB view details)

Uploaded Source

File details

Details for the file ommx_highs_adapter-3.0.0b2.tar.gz.

File metadata

  • Download URL: ommx_highs_adapter-3.0.0b2.tar.gz
  • Upload date:
  • Size: 14.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for ommx_highs_adapter-3.0.0b2.tar.gz
Algorithm Hash digest
SHA256 89d103166be72dcd4fe71fd9c7ee2f385fe1d2aa22e04c02c27d647ba09d805b
MD5 83fd3b449effa9ac05e20212950a08a7
BLAKE2b-256 575ef9f0b203b67127f5057c4c7ead2239537b364975e7bb9a8188778f942df0

See more details on using hashes here.

Provenance

The following attestation bundles were made for ommx_highs_adapter-3.0.0b2.tar.gz:

Publisher: release_python.yml on Jij-Inc/ommx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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