{ "cells": [ { "cell_type": "markdown", "id": "b0a53bd7", "metadata": {}, "source": [ "# Constraint *Decreasing*" ] }, { "cell_type": "markdown", "id": "5f1e9d7e", "metadata": {}, "source": [ "The constraint *Decreasing* ensures that the values assigned to the variables of a specified list are in decreasing order." ] }, { "cell_type": "markdown", "id": "a335282b", "metadata": {}, "source": [ "As this constraint is totally symmetric to constraint *Increasing*, we invite the reader to see the page concerning it." ] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.7.12" } }, "nbformat": 4, "nbformat_minor": 5 }