1#ifndef NGEN_REALIZATION_CONFIG_ROUTING_H
2#define NGEN_REALIZATION_CONFIG_ROUTING_H
4#include <boost/property_tree/ptree.hpp>
6#include "routing/Routing_Params.h"
13 std::shared_ptr<routing_params>
params;
14 Routing(
const boost::property_tree::ptree& tree){
static const std::string ROUTING_CONFIG_KEY
Definition routing.hpp:11
Definition Bmi_C_Formulation.hpp:11
Definition routing.hpp:12
std::shared_ptr< routing_params > params
Definition routing.hpp:13
Routing(const boost::property_tree::ptree &tree)
Definition routing.hpp:14