dlvhex  2.5.0
mlp-generator/Module.cpp File Reference

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>
Include dependency graph for Module.cpp:

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[])

Detailed Description

Generate a random program (with some parameter settings) for benchmarking For star, line, ring, diamond, and random topology.

Author:
Tri Kurniawan Wijaya
Date:
Tue 05 Apr 2011 06:37:56 PM CEST

Definition in file Module.cpp.


Function Documentation

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