Metadata-Version: 2.4
Name: mosellibs
Version: 9.9.1
Summary: FICO Xpress Mosel runtime libraries
Home-page: https://www.fico.com/en/products/fico-xpress-optimization
Author: FICO Xpress Optimizer dev. team
Author-email: support@fico.com
License-Expression: LicenseRef-FICO-Shrinkwrap-License
Keywords: optimization mosel xpress
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-expression
Dynamic: platform
Dynamic: summary

# mosellibs

Runtime libraries for FICO Xpress Mosel.

This package contains the Mosel runtime shared libraries, DSO modules, and
the community license file. It is a companion to the
[moselpy](https://pypi.org/project/moselpy/) package, which provides Python
bindings for Mosel. The standalone Mosel CLI binary is not included.

## Installation

```
pip install moselpy mosellibs
```

`moselpy` does not require `mosellibs` -- it will fall back to a local Xpress
installation via the `XPRESSDIR` environment variable if `mosellibs` is not
present. Install `mosellibs` for PyPI-only environments (e.g. notebooks) where
no local Xpress installation is available.

## License

Use of this package is subject to the FICO Xpress Shrinkwrap License.
A community license is included for evaluation purposes.
For full license terms visit https://www.fico.com/en/products/fico-xpress-optimization.
