Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
FixedUndirectedGraph.hpp
Go to the documentation of this file.
1
6// Copyright (c) 2017 Czech Technical University in Prague | Faculty of Information Technology. All rights reserved.
7
8#pragma once
9
11
12namespace graph {
13
14namespace generate {
15
17// ---------------------------------------------------------------------------------------------------------------------
18
19 public:
21
22// ---------------------------------------------------------------------------------------------------------------------
23
24};
25
26// =====================================================================================================================
27
28
29// ---------------------------------------------------------------------------------------------------------------------
30
31} // namespace generate
32
33} // namespace graph
34
Definition: UndirectedGraph.hpp:26
Definition: FixedUndirectedGraph.hpp:16
static graph::UndirectedGraph< int, ext::pair< int, int > > undirected()
Definition: FixedUndirectedGraph.cpp:11
Definition: ReconstructPath.hpp:14