PandA-2024.02
Data Structures | Macros | Enumerations | Functions
bellmanford.c File Reference
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for bellmanford.c:

Go to the source code of this file.

Data Structures

struct  Edge
 

Macros

#define EXT_DATASET
 
#define N_dest   21
 
#define N_dist   15
 
#define INT_MAX   2147483647
 
#define INFINITY   INT_MAX
 

Enumerations

enum  bool { false =0, true =1 }
 

Functions

bool __attribute__ ((noinline))
 
int main (void)
 

Macro Definition Documentation

◆ EXT_DATASET

#define EXT_DATASET

Definition at line 14 of file bellmanford.c.

◆ INFINITY

#define INFINITY   INT_MAX

Definition at line 27 of file bellmanford.c.

Referenced by __attribute__().

◆ INT_MAX

#define INT_MAX   2147483647

Definition at line 24 of file bellmanford.c.

◆ N_dest

#define N_dest   21

Definition at line 19 of file bellmanford.c.

◆ N_dist

#define N_dist   15

Definition at line 20 of file bellmanford.c.

Enumeration Type Documentation

◆ bool

enum bool
Enumerator
false 
true 

Definition at line 29 of file bellmanford.c.

Function Documentation

◆ __attribute__()

bool __attribute__ ( (noinline)  )

Definition at line 33 of file bellmanford.c.

References distance(), and INFINITY.

Here is the call graph for this function:

◆ main()

int main ( void  )

Definition at line 63 of file bellmanford.c.


Generated on Mon Feb 12 2024 13:03:09 for PandA-2024.02 by doxygen 1.8.13