Examples#
Model building#
We demonstrate how to implement examples from the AMPL Book using functionality from the docplex-extensions library.
Evaluating variability#
Using an instance from the MIPLIB benchmark set, we demonstrate how to evaluate its variability with CPLEX’s runseeds procedure through the docplex-extensions library.
Parameter tuning#
Using instances from the MIPLIB benchmark set, we demonstrate how to use the CPLEX tuning tool through the docplex-extensions library.