netoptim/test_cases2_boost.hpp file

Namespaces

namespace boost

Typedefs

using graph_t = boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, boost::no_property, boost::property<boost::edge_id_tag_t, size_t>>
using Vertex = typename boost::graph_traits<graph_t>::vertex_descriptor
using edge_t = typename boost::graph_traits<graph_t>::edge_iterator

Functions

template<typename Mapping>
auto create_test_case1(const Mapping& weights) -> py::GraphAdaptor< graph_t > -> auto
template<typename Mapping>
auto create_test_case_timing(const Mapping& weights) -> py::GraphAdaptor< graph_t > -> auto