clingo version 5.2.0 usage: clingo [number] [options] [files] Clasp.Config Options:   --configuration=   : Set default configuration [auto]       : {auto|frumpy|jumpy|tweety|handy|crafty|trendy|many|}         auto  : Select configuration based on problem type         frumpy: Use conservative defaults         jumpy : Use aggressive defaults         tweety: Use defaults geared towards asp problems         handy : Use defaults geared towards large problems         crafty: Use defaults geared towards crafted problems         trendy: Use defaults geared towards industrial problems         many  : Use default portfolio to configure solver(s)         : Use configuration file to configure solver(s)   --tester=      : Pass (quoted) string of to tester   --stats[=[,]],-s  : Enable {1=basic|2=full} statistics ( for tester)   --[no-]parse-ext        : Enable extensions in non-aspif input   --[no-]parse-maxsat     : Treat dimacs input as MaxSAT problem Clasp.Solving Options:   --parallel-mode,-t : Run parallel search with given number of threads       : [,]            : Number of threads to use in search         : Run competition or splitting based search [compete]   --enum-mode,-e    : Configure enumeration algorithm [auto]       : {bt|record|brave|cautious|auto}         bt      : Backtrack decision literals from solutions         record  : Add nogoods for computed solutions         domRec  : Add nogoods over true domain atoms         brave   : Compute brave consequences (union of models)         cautious: Compute cautious consequences (intersection of models)         auto    : Use bt for enumeration and record for optimization   --project[=|no]    : Enable projective solution enumeration       : {show|project|auto}[,] (Implicit: auto,3)         Project to atoms in show or project directives, or         select depending on the existence of a project directive        : Additional options for enumeration algorithm 'bt'         Use activity heuristic (1) when selecting backtracking literal         and/or progress saving (2) when retracting solution literals   --models,-n         : Compute at most models (0 for all)   --opt-mode=        : Configure optimization algorithm       : [,...]         opt   : Find optimal model         enum  : Find models with costs <=         optN  : Find optimum, then enumerate optimal models         ignore: Ignore optimize statements        : Set initial bound for objective function(s) Gringo Options:   --text                  : Print plain text format   --const,-c =  : Replace term occurrences of with Basic Options:   --help[=],-h         : Print {1=basic|2=more|3=full} help and exit   --version,-v            : Print version information and exit   --verbose[=],-V      : Set verbosity level to   --time-limit=        : Set time limit to seconds (0=no limit)   --quiet[=],-q   : Configure printing of models, costs, and calls       : [,][,]          : print {0=all|1=last|2=no} models         : print {0=all|1=last|2=no} optimize values []         : print {0=all|1=last|2=no} call steps      [2]   --pre[=]           : Print simplified program and exit       : Set output format to {aspif|smodels} (implicit: aspif)   --mode=            : Run in {clingo|clasp|gringo} mode usage: clingo [number] [options] [files] Default command-line: clingo --configuration=auto --enum-mode=auto --verbose=1 Type 'clingo --help=2' for more options and defaults and  'clingo --help=3' for all options and configurations. clingo is part of Potassco: https://potassco.org/clingo Get help/report bugs via : https://potassco.org/support