nonlinear#

Balanced Task Assignment with Inverse Cost Scaling#

Largest small polygon#

largest_small_polygon.ipynb Open In Colab Open In Deepnote Open In Kaggle Open In Gradient Open In SageMaker Studio Lab
Description: lecture about models for the Largest Small Polygon Problem

Minimize the Pairwise Distance Ratio for N Points#

Nonlinear transportation model#

nltrans_lecture.ipynb Open In Colab Open In Deepnote Open In Kaggle Open In Gradient Open In SageMaker Studio Lab
Description: Nonlinear transportation problem with Amplpy nltransd.mod, nltrans.dat, and nltrans.run

Nonlinear transportation problem example#

nltrans.ipynb Open In Colab Open In Deepnote Open In Kaggle Open In Gradient Open In SageMaker Studio Lab
Description: book example autogenerated using nltransd.mod, nltrans.dat, and nltrans.run

Unit Commitment MINLP with Knitro#

unit_commitment_minlp_mp2nl.ipynb Open In Colab Open In Deepnote Open In Kaggle Open In Gradient Open In SageMaker Studio Lab
Description: Solving a nonlinear Unit Commitment problem with Knitro using MP features for logic and multi-objective optimization. The goal of this notebook is to show a straightforward and clear way of using nonlinear solvers for complex models with logical expressions and also hierarchical multi-objective optimization.