#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <stdlib.h>
#include <fcntl.h>
#include <time.h>
#include <errno.h>
#include "../type.h"
#include "../graph.h"
#include "opt.h"
Go to the source code of this file.
Data Structures | |
struct | ClipperContext_s |
Functions | |
int | main (int argc, char **argv) |
Variables | |
int | errno |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 95 of file shortest_path.c.
References _dglSPReport::cArc, dglEdgeGet_Cost(), dglEdgeGet_Id(), dglErrno(), dglFreeSPReport(), dglInitializeSPCache(), dglRead(), dglRelease(), dglReleaseSPCache(), dglSet_Version(), dglShortestDistance(), dglShortestPath(), dglStrerror(), dglUnflatten(), False, GNO_BEGIN, GNO_END, GNO_HELP, GNO_OPTION, GNO_PARSE, GNO_SWITCH, _dglSPArc::nDistance, _dglSPReport::nDistance, _dglSPArc::nFrom, ClipperContext_s::node_to_discard, _dglSPArc::nTo, _dglSPReport::pArc, and _dglSPArc::pnEdge.
int errno |