Struct Graph

Struct Documentation

struct Graph

Temporal planning graph representation.

Contains a collection of nodes that represent the actions in a plan and their temporal relationships.

Public Types

using Ptr = std::shared_ptr<Graph>

Public Members

std::list<Node::Ptr> nodes

Public Static Functions

static inline Ptr make_shared()