GraphDom
Loading...
Searching...
No Matches
concrete_classes.h
1/*
2 * Copyright 2026 Michele Comparini
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef GRAPHDOM_CONCRETE_CLASSES_H
8#define GRAPHDOM_CONCRETE_CLASSES_H
9
10#include "full_labeled_set_digraph.h"
11#include "full_labeled_set_ugraph.h"
12
13#include "full_labeled_multiset_digraph.h"
14#include "full_labeled_multiset_ugraph.h"
15
16#endif //GRAPHDOM_CONCRETE_CLASSES_H