highlights¶
AMPL Christmas Model created by ChatGPT¶
Description: Christmas model generated by ChatGPT
AMPL Model Colaboratory Template¶
Description: Basic notebook template for the AMPL Colab repository
N-Queens¶
Description: How can N queens be placed on an NxN chessboard so that no two of them attack each other?
Author: Gleb Belov (3 notebooks) <gleb@ampl.com>
Quick Start using Pandas dataframes¶
Description: Quick Start using Pandas dataframes to load and retrieve data
Quick Start using lists and dictionaries¶
Description: Quick Start using lists and dictionaries to load and retrieve data
Robust Linear Programming with Ellipsoidal Uncertainty¶
Description: AMPL Modeling Tips #6: Robust Linear Programming
Author: Gleb Belov (3 notebooks) <gleb@ampl.com>
Simple sudoku solver using logical constraints (with GUI)¶
Description: Simple sudoku model with two formulations: as a Constraint Programming problem using the alldiff operator and as a MIP. Note that the CP formulation is more natural but it needs a solver supporting logical constraints or a MIP solver with automatic reformulation support (see [here](https://amplmp.readthedocs.io/) for more information).