// SPDX-FileCopyrightText: 2020 Roberto Posenato // // SPDX-License-Identifier: LGPL-3.0-or-later /** * Contains all classes for representing vertices, edges and graphs related to (C)STN(U) model. */ package it.univr.di.cstnu.graph;