// SPDX-FileCopyrightText: 2020 Roberto Posenato // // SPDX-License-Identifier: LGPL-3.0-or-later /** * Provides the classes necessary to manage labeled value maps. *

* A labeled value is a value that is associated to a label formed by the conjunction of 0 or more literals.
A * labeled value is valid if no one of literals in the label is false. Therefore, even if the value of one or more * literals are not known, the label is valid and, so, the value. */ package it.univr.di.labeledvalue;