#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 |
|
PSI Exact Simulation. This is the exact simulation kernel of PSI.
|
|
Help message of psi_sample executable.
|
|
PSI Simulation Main Program. Unix like version of PSI simulation. |
|
Give PSI informations.
|
|
Executable name. |