GraphDom
Loading...
Searching...
No Matches
abstract_classes.h
1/*
2 * Copyright 2026 Michele Comparini
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef GRAPHDOM_ABSTRACT_CLASSES_H
8#define GRAPHDOM_ABSTRACT_CLASSES_H
9
10#include "graph.h"
11#include "set_graph.h"
12#include "multiset_graph.h"
13
14#include "labeled_edge_graph.h"
15#include "labeled_edge_non_mixed_graph.h"
16#include "labeled_edge_mixed_graph.h"
17
18#include "labeled_vertex_graph.h"
19#include "labeled_vertex_set_graph.h"
20#include "labeled_vertex_multiset_graph.h"
21
22#endif //GRAPHDOM_ABSTRACT_CLASSES_H