{ "cells": [ { "cell_type": "markdown", "id": "e4b3e5e9", "metadata": {}, "source": [ "# Constraint *LexDecreasing*" ] }, { "cell_type": "markdown", "id": "d1492fdb", "metadata": {}, "source": [ "The constraint *Decreasing* can be naturally lifted to lists, by considering the so-called *lexicographic order*: it is then called *LexDecreasing* and ensures that the tuple formed by the values assigned to the variables of a first list is lexicographically greater than (or equal to) the tuple formed by the values assigned to the variables of a second list. " ] }, { "cell_type": "markdown", "id": "672d35ee", "metadata": {}, "source": [ "As this constraint is totally symmetric to constraint *LexIncreasing*, 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 }