Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
alib2graph_algo
src
generate
FixedWeightedUndirectedGraph.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
10
#include <
graph/GraphClasses.hpp
>
11
12
namespace
graph
{
13
14
namespace
generate {
15
16
class
FixedWeightedUndirectedGraph
{
17
// ---------------------------------------------------------------------------------------------------------------------
18
19
public
:
20
static
graph::WeightedUndirectedGraph<int, edge::WeightedEdge<int, double>
>
weighted_undirected
();
21
22
// ---------------------------------------------------------------------------------------------------------------------
23
24
};
25
26
// =====================================================================================================================
27
28
29
}
// namespace generate
30
31
}
// namespace graph
32
GraphClasses.hpp
graph::WeightedUndirectedGraph
Definition:
WeightedGraphClasses.hpp:26
graph::generate::FixedWeightedUndirectedGraph
Definition:
FixedWeightedUndirectedGraph.hpp:16
graph::generate::FixedWeightedUndirectedGraph::weighted_undirected
static graph::WeightedUndirectedGraph< int, edge::WeightedEdge< int, double > > weighted_undirected()
Definition:
FixedWeightedUndirectedGraph.cpp:13
graph
Definition:
ReconstructPath.hpp:14
Generated on Mon Dec 27 2021 10:21:54 for Algorithms Library Toolkit by
1.9.2