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

About aGrUM configuration. More...

+ Collaboration diagram for Configuration:

Detailed Description

About aGrUM configuration.

typedef std::size_t gum::Size
 In aGrUM, hashed values are unsigned long int. More...
 
typedef Size gum::Idx
 Type for indexes. More...
 

Typedef Documentation

◆ Idx

typedef Size gum::Idx

Type for indexes.

Definition at line 52 of file types.h.

◆ Size

typedef std::size_t gum::Size

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 47 of file types.h.