aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
Configuration

About aGrUM configuration. More...

Collaboration diagram for Configuration:
using gum::Size = std::size_t
 In aGrUM, hashed values are unsigned long int.
using gum::Idx = Size
 Type for indexes.

Detailed Description

About aGrUM configuration.

Typedef Documentation

◆ Idx

using gum::Idx = Size

Type for indexes.

Definition at line 79 of file types.h.

◆ Size

using gum::Size = std::size_t

In aGrUM, hashed values are unsigned long int.

This is sufficient to deal with Bayes nets and other graphs already big enough to be unmanageable from a computational point of view.

Definition at line 74 of file types.h.