aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
gum::JointTargettable Concept Reference

#include <informationTheory.h>

Concept definition

template< typename T >
concept JointTargettable = requires(T t, const NodeSet& target) {
{ t.addJointTarget(target) } -> std::same_as< void >;
}
Set< NodeId > NodeSet
Some typdefs and define for shortcuts ...

Detailed Description

Definition at line 61 of file informationTheory.h.