#include <stdlib.h>#include <iostream>#include <fstream>#include <time.h>#include <vector>#include <math.h>#include <list>#include <assert.h>#include "Graph.h"Funciones | |
| vector< int > | concierto (Graph &g, int nodo) |
| void | costeTeorico (unsigned ini, unsigned fin, int inc, ostream &salida) |
| int | main () |
Variables | |
| const int | REP = 200 |
| const int | INFINITO = 999 |
| vector< int > concierto | ( | Graph & | g, | |
| int | nodo | |||
| ) |
| void costeTeorico | ( | unsigned | ini, | |
| unsigned | fin, | |||
| int | inc, | |||
| ostream & | salida | |||
| ) |
| int main | ( | ) |
| const int INFINITO = 999 |
| const int REP = 200 |
1.5.5