!!Introduction

SimTree is a tool to support performing simulation studies. It works in
close cooperation with simulation programs based on IKR SimLib, either
the C++ Edition or the Java Edition.

SimTree is used to define the simulation parameters for a simulation study, to
run simulations to generate results, to collect simulation results from
independent runs and to query and evaluate the results of a simulation study.

Each simulation study with its metadata and its results is located in a
directory of the file system which is called the StudyRoot. SimTree always
requires the StudyRoot to be set at the very beginning of its operation.

More information is available in the following sub topics. Type 'SimTree
intro-<Topic>' to view this content:

%pre
  commandline     Giving commands and options on the command line
  startup         How to start and run SimTree
  bugs            Reporting bugs

%pre
  parameters      Handle simulation parameters (add, remove, list)
  run             Generate results (simulate, collect)
  eval            Evaluate results (query, dump, eval)
  examples        Some examples
  first-steps     First steps when using SimTree

%pre
  doc             Overview on getting help
  hints           Hints resulting from daily operation

SimTree contains build-in help for all command and options. Type

%pre
  SimTree                    to get a list of commands
  SimTree <command> --help   to get help for an command
  SimTree help --<option>    to get help for an option
