Constrained REwriting Sortware Tool version 0.8.7.1 for analyzing LCTRSs.

Usage: crest-sn FILEPATH [-t|--timeout TIMEOUT] [-j|--threads THREADS] [--sccs] 
                [-v|--verb] [--debug] [--result] [--z3] [--cvc5] [--yices] 
                [-s|--strategy STRING]

  (Non-)Termination analysis executable of the Constrained REwriting Sortware
  Tool version 0.8.7.1.

Available options:
  -h,--help                Show this help text
  FILEPATH                 Path to the source file
  -t,--timeout TIMEOUT     Timeout of the analysis
  -j,--threads THREADS     Number of Threads for the analysis
  --sccs                   Print the strongly connected components of the
                           Dependency Graph
  -v,--verb                Get more verbose output
  --debug                  Debug mode which shows also internal errors
  --result                 Suppress any output except result and time
  --z3                     Use Z3 as SMT solver (default)
  --cvc5                   Use CVC5 as SMT solver
  --yices                  Use Yices as SMT solver
  -s,--strategy STRING     Specify a comma-separated list of methods (if not
                           set, all are used): {'dpg' = DP graph with no SCCs
                           'crodp' = Constrained Reduction Order on DP problem
                           'cro' = Constrained Reduction Order 'vc' = Value
                           Criterion 'vclin' = Value Criterion with linear
                           combination projection 'sc' = Subterm Criterion
                           'rpair' = Reduction Pair (using some of 'cro', 'vc',
                           'sc', 'vclin'); e.g.: 'rpair[cro,vclin]'}