# SimTree clean --simulation-parameter MsgLen 100 --simulation-parameter ServiceTime 1.0

%% remove the results for MsgLen 100 and ServiceTime 1.0

# SimTree clean --simulation-parameter-path 100:1.0

%% same as above using the simulation-parameter-path option

# SimTree clean --force-all-values

%% remove all results for all values of all simulation parameters (but not lock files, see SimTree unlock)

# SimTree clean --fav --force-delete-foreign-files

%% remove all files from all result directories, also files not managed by SimTree (but not lock files, set SimTree unlock)
