Christian Valente (5 notebooks)#
AMPL Development Tutorial 6/6 – Implementing Benders Decomposition with ampls#
Description: This concluding notebook in our six-part series delves into enhancing the efficiency of our decomposition algorithm by utilizing AMPL Solver Libraries (ampls).
Dynamic routing example#
Description: Example of interactive optimization with GUI using AMPL and Google Maps
Author: Christian Valente (5 notebooks) <ccv@ampl.com>
Efficient Frontier with Google Sheets#
Description: Efficient Frontier example using Google Sheets
Author: Christian Valente (5 notebooks) <ccv@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://mp.ampl.com/) for more information).
Author: Christian Valente (5 notebooks) <ccv@ampl.com>
Travelling Salesman Problem with subtour elimination#
Description: this example shows how to solve a TSP by eliminating subtours using amplpy and ampls
Author: Christian Valente (5 notebooks) <ccv@ampl.com>