PandA-2024.02
|
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
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) |
#define EXT_DATASET |
Definition at line 14 of file bellmanford.c.
#define INFINITY INT_MAX |
Definition at line 27 of file bellmanford.c.
Referenced by __attribute__().
#define INT_MAX 2147483647 |
Definition at line 24 of file bellmanford.c.
Referenced by glpk_solver::solve().
#define N_dest 21 |
Definition at line 19 of file bellmanford.c.
#define N_dist 15 |
Definition at line 20 of file bellmanford.c.
_Bool __attribute__ | ( | (noinline) | ) |
Definition at line 31 of file bellmanford.c.
References distance(), and INFINITY.
int main | ( | void | ) |
Definition at line 61 of file bellmanford.c.
References Intersection::dist.