aGrUM  0.16.0
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 53 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 48 of file types.h.