PandA-2024.02
Data Structures | Macros | 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
 

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.

Referenced by glpk_solver::solve().

◆ 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.

Function Documentation

◆ __attribute__()

_Bool __attribute__ ( (noinline)  )

Definition at line 31 of file bellmanford.c.

References distance(), and INFINITY.

Here is the call graph for this function:

◆ main()

int main ( void  )

Definition at line 61 of file bellmanford.c.

References Intersection::dist.


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