aon.cpp File Reference

#include <fstream>
#include "stdio.h"
#include <cmath>
#include <iostream>
#include <sstream>
#include <climits>
#include <stack>
#include <string>
#include <math.h>
#include <cstring>
#include <cstdlib>

Go to the source code of this file.

Classes

struct  activity
struct  NODE
struct  ARC
struct  STATION
class  project

Defines

#define MAX(AA, BB)   (((AA)>(BB))?(AA):(BB))
#define MAXNODES   100
#define MAXARCS   500
#define MAXDESC   50
#define MAXID   4
#define NAMELEN   8
#define debug   0

Functions

int main (int argc, char *argv[])

Define Documentation

#define debug   0

Definition at line 25 of file aon.cpp.

Referenced by project::Evaluate(), and project::NodeReport().

#define MAX ( AA,
BB   )     (((AA)>(BB))?(AA):(BB))

Definition at line 19 of file aon.cpp.

Referenced by project::AssignmentReport().

#define MAXARCS   500

Definition at line 21 of file aon.cpp.

#define MAXDESC   50

Definition at line 22 of file aon.cpp.

#define MAXID   4

Definition at line 23 of file aon.cpp.

#define MAXNODES   100

Definition at line 20 of file aon.cpp.

Referenced by project::Evaluate().

#define NAMELEN   8

Definition at line 24 of file aon.cpp.

Referenced by project::NewNodeNum(), and project::NodeNum().


Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 560 of file aon.cpp.

00561 {  project g;
00562 
00563         g.Driver(argc,argv);
00564    return 0;
00565 }

 All Classes Files Functions Variables Defines

Generated on 29 Jul 2017 for CPM-AoN by  doxygen 1.6.1