Main Page   Namespace List   Compound List   File List   Compound Members   File Members  

psi_sample.cpp File Reference

PSI Simulation Main. More...

#include <iostream>
#include <string>
#include <vector>
#include <algorithm>
#include <fstream>
#include <cstdlib>
#include <unistd.h>
#include "alea.h"
#include "alias.h"
#include "cost.h"
#include "hbf.h"

Namespaces

namespace  std

Functions

void backward (const string path, const int size, const string file_out, const string path_cost)
 PSI Exact Simulation. More...

void help_sample ()
 Help message of psi_sample executable. More...

void version_sample ()
 Give PSI informations. More...

int main (int argc, char **argv)
 PSI Simulation Main Program. More...


Variables

char * prog


Detailed Description

PSI Simulation Main.

Author:
- Florent.Morata@imag.fr Jean-Marc.Vincent@imag.fr
Version:
November 26, 2002

Function Documentation

void backward const string    path,
const int    size,
const string    file_out,
const string    path_cost
 

PSI Exact Simulation.

This is the exact simulation kernel of PSI.

Parameters:
path  a string corresponding to the model name.
size  an integer corresponding to the sample size.
file_out  a string corresponding to the (optional) output sample path.
path_cost  a string corresponding to the full input (optional) cost path.

void help_sample  
 

Help message of psi_sample executable.

int main int    argc,
char **    argv
 

PSI Simulation Main Program.

Unix like version of PSI simulation.

void version_sample  
 

Give PSI informations.


Variable Documentation

char* prog
 

Executable name.


Generated on Tue Dec 10 12:44:42 2002 for PSI_SAMPLE by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002