Usage ----- ./fort-h [OPTION...] FORMULA FILE.trs... OPTIONS ------- -h, -? --help print usage information -v --verbose verbose output -w --witness enable witness generation -c FILE --certificate=FILE write certificate to FILE -i --info enable additional information in the certificate --json outputs information in JSON-format implies -v and --only-info --only-info only output information on the problem makes FILE.trs optional (useful together with -v) FILE Syntax ----------- The TRS file syntax follows the format used by COPS TRS format: http://project-coco.uibk.ac.at/problems/trs.php MSTRS format: http://project-coco.uibk.ac.at/problems/mstrs.php It also support two TRSs per FILE with the COM format COM format: http://project-coco.uibk.ac.at/2019/categories/commutation.php FORMULA Syntax -------------- The syntax for is given by the following BNF: = | '~' | ( ) | | | | {+ } | ( ) = '&' | '|' | '=>' | '<=>' = forall | exists = '->' | '->=' | '->+' | '->*' | '->!' | '-||->' | '->e' | '->be' | '->e+' | '->be+' | '->e*' | '->be*' | '<->' | '<->*' | 'join' | 'meet' | '=' | '<-' | '=<-' | '+<-' | '*<-' | '<-!' | '<-||-' | 'e<-' | 'be<-' | '+e<-' | '+be<-' | '*e<-' | '*be<-' | '->e=' | '->be=' | '=e<-' | '=be<-' = | = CR | WCR | SCR | NFP | UNC | UNR | WN | SN | GCR | GWCR | GSCR | GNFP | GUNC | GUNR | ( , ) = COM | GCOM | CE | GCE | NE | GNE = ( ) | (, ) = CR | WCR | WN | NFP | SN | NF | SCR | UNR = INF | FIN = | '~' | | ( ) = '['']' Here denotes a natural number, and any nonempty sequence of alphanumeric symbols starting with a letter. and are comma separated lists of s or s. Any denotes the expected rewrite relation. The addition of 'e' (as in '->e') denotes rewriting at the root, 'be' ('->be') below the root.