Third-Party Modeling Languages#
AMPL Support#
AMPL can be used with near zero code changes: simply switch to cuOpt as a solver to solve linear and mixed-integer programming problems. Please refer to the AMPL documentation for more information. Also, see the example notebook in the colab.
PuLP Support#
PuLP can be used with near zero code changes: simply switch to cuOpt as a solver to solve linear and mixed-integer programming problems. Please refer to the PuLP documentation for more information. Also, see the example notebook in the cuopt-examples repository.