{ "cells": [ { "cell_type": "markdown", "id": "56e54e59", "metadata": {}, "source": [ "# Constraint *Minimum*" ] }, { "cell_type": "markdown", "id": "43966cf9", "metadata": {}, "source": [ "The constraint *Minimum* ensures that the minimal value among those assigned to the variables of a specified list $x$ respects a numerical condition." ] }, { "cell_type": "markdown", "id": "6a4fd75b", "metadata": {}, "source": [ "In PyCSP$^3$, we must call the function *Minimum()* that allows us to pass the variables either in sequence (individually) or under the form of a list. The object obtained when calling *Minimum()* must be restricted by a condition (typically, defined by a relational operator and a limit)." ] }, { "cell_type": "markdown", "id": "7af9e922", "metadata": {}, "source": [ "As this constraint is quite similar to constraint *Maximum*, 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 }