=======
Executables 
=======

There are two kinds of executables, CLI version and GUI version.
GUI versions have suffix _gui like: "table_gui" and CLI version is 
named as "table". 

In ./bin directory there are two CLI versions: table and 
compute_potentials, while in the root directory of the distribution
are all others.

CLI executable should be called from command line like:
./bin/compute_potentials -f data/flow_data/multigraph.dat
or 
./bin/choice -f data/choice_data/choice.2-3-5.cho --show-graph
or
./bin/table -f data/table_data/Trsek.txt --by-criteria

======
Soft links
======

For GUI versions you may, if you prefer clicking on the icon,
make the soft links on these files. For example, on
command prompt type:

on linux:
ln -s ./bin/compute_potentials_gui flow_gui_ln,

=======
Config files
=======

Some executables have *.config files. They resides in working
directory. If you change the file configuration you should change
the [path] section accordingly.

===
Data
===
You may organize your data as you like but change the 
configuration files accordingly.

=========
R and RStudio
=========
These are optional. If you don't install them, then do not use 
--show-graph and --draw-graph CLI (and gui) options.

The file plot.R and /Rlib directory serve for graph drawing.



