aGrUM 3.0.0
a C++ library for (probabilistic) graphical models
gum::GUM_MixedGraphable Concept Reference

Concept for mixed graphs (both arcs and edges). More...

#include <graphConcepts.h>

Concept definition

template< typename T >
Concept for directed graphs (arcs with parents/children).
Concept for mixed graphs (both arcs and edges).
Concept for undirected graphs (edges with neighbours).

Detailed Description

Concept for mixed graphs (both arcs and edges).

Satisfied by MixedGraph and PDAG. Refines both GUM_DiGraphable and GUM_UndiGraphable.

Definition at line 112 of file graphConcepts.h.