The FICO Xpress integration is available by request only at the moment. Contact Nextmv support to request access.
FICO Xpress is a commercial solver. Use it to solve for large-scale linear (LP) and mixed integer problems (MIP), as well as non-linear problems: NLP, MINLP, QP, QCQP, SOCP, MIQP, MIQCQP, MISOCP, MINLP, and CP.
Get started
Xpress does not support darwin-arm64
(Apple Silicon) yet. If you are using an Apple Silicon machine, you can make local changes to the app and run remotely.
Using FICO Xpress with Python
Specify the xpress
runtime in your app.yaml
manifest:
License
Running locally with the Nextmv CLI and SDK is supported out of the box using the community license.
Supported version
Current supported version: v9.2.0
Languages & runtimes
Supported languages and available runtimes for Xpress apps are listed in the table below. These properties must be defined in the app manifest for your app to run remotely.
Language | Runtime |
---|---|
Python | ghcr.io/nextmv-io/runtime/python |
- Learn more about setting up your app manifest
- Learn more about runtimes
Community apps
The community apps listed in the table below are set up to run with Xpress.
Community app | Description |
---|---|
python-xpress-knapsack | Solve a knapsack problem with Xpress. |
Clone a community app locally using Nextmv CLI: