dlvhex
2.5.0
|
Generate a random program (with some parameter settings) for benchmarking For star, line, ring, diamond, and random topology. More...
#include <iostream>
#include <stdlib.h>
#include <sstream>
#include <fstream>
#include <string>
#include <vector>
#include <sys/time.h>
Go to the source code of this file.
Data Structures | |
class | BaseTopology |
class | StarTopology |
class | LineTopology |
class | RingTopology |
class | DiamondTopology |
class | RandomTopology |
class | TreeTopology |
Functions | |
int | main (int argc, char *argv[]) |
Generate a random program (with some parameter settings) for benchmarking For star, line, ring, diamond, and random topology.
Definition in file Module.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 732 of file Module.cpp.
References BaseTopology::generate(), BaseTopology::setAll(), RandomTopology::setAll(), and TreeTopology::setAll().