netoptim/test_cases_boost.hpp file

Typedefs

using graph_t = boost::adjacency_list<boost::listS, boost::vecS, boost::directedS, boost::no_property, boost::property<boost::edge_weight_t, int, boost::property<boost::edge_index_t, int>>>
using Vertex = boost::graph_traits<graph_t>::vertex_descriptor
using Edge_it = 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