bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
Loading...
Searching...
No Matches
boost_serial_graph.h File Reference
#include "bitrl/bitrl_types.h"
#include "bitrl/bitrl_consts.h"
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/undirected_graph.hpp>
#include <utility>
#include <vector>
#include <iterator>
#include <stdexcept>
Include dependency graph for boost_serial_graph.h:

Go to the source code of this file.

Classes

class  bitrl::utils::BoostSerialGraph< VertexData, EdgeData >
 . Representation of a graph using adjacency lists. The underlying implementation uses Boost Graph library. This wrapper is introduced to simplify the creation and handling of the graph. More...
 
struct  bitrl::utils::BoostSerialGraph< VertexData, EdgeData >::SerialGraphNode
 Class that represents the Node of a graph. More...
 

Namespaces

namespace  bitrl
 
namespace  bitrl::utils