{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Translate between `OptimizationProblem` and Docplex\n", "\n", "If you are used to the Docplex workflow, you can seamlessly translate between a Docplex model and an `OptimizationProblem` with the `from_docplex_mp` and `to_docplex_mp` translators. This translation allows to leverage Docplex capabilities such as **LP file loading** without too many additional steps.\n", "\n", "\n", "