GCC Code Coverage Report
Directory: . Exec Total Coverage
File: build-coverage/src/main/options.cpp Lines: 432 1603 26.9 %
Date: 2021-11-07 Branches: 801 5372 14.9 %

Line Exec Source
1
/******************************************************************************
2
 * Top contributors (to current version):
3
 *   Tim King, Gereon Kremer, Andrew Reynolds
4
 *
5
 * This file is part of the cvc5 project.
6
 *
7
 * Copyright (c) 2009-2021 by the authors listed in the file AUTHORS
8
 * in the top-level source directory and their institutional affiliations.
9
 * All rights reserved.  See the file COPYING in the top-level source
10
 * directory for licensing information.
11
 * ****************************************************************************
12
 *
13
 * Options utilities used in the driver.
14
 */
15
16
#include "main/options.h"
17
18
#if !defined(_BSD_SOURCE) && defined(__MINGW32__) && !defined(__MINGW64__)
19
// force use of optreset; mingw32 croaks on argv-switching otherwise
20
#include "base/cvc5config.h"
21
#define _BSD_SOURCE
22
#undef HAVE_DECL_OPTRESET
23
#define HAVE_DECL_OPTRESET 1
24
#define CVC5_IS_NOT_REALLY_BSD
25
#endif /* !_BSD_SOURCE && __MINGW32__ && !__MINGW64__ */
26
27
#ifdef __MINGW64__
28
extern int optreset;
29
#endif /* __MINGW64__ */
30
31
#include <getopt.h>
32
33
// clean up
34
#ifdef CVC5_IS_NOT_REALLY_BSD
35
#  undef _BSD_SOURCE
36
#endif /* CVC5_IS_NOT_REALLY_BSD */
37
38
#include "base/check.h"
39
#include "base/output.h"
40
#include "options/option_exception.h"
41
#include "util/didyoumean.h"
42
43
#include <cstring>
44
#include <iostream>
45
#include <limits>
46
47
namespace cvc5::main {
48
49
// clang-format off
50
20749
static const std::string commonOptionsDescription =
51
R"FOOBAR(Most commonly-used cvc5 options:
52
  --incremental | -i     enable incremental solving [*]
53
  --lang=LANG | --input-language=LANG | -L LANG
54
                         force input language (default is "auto"; see --lang
55
                         help)
56
  --output-lang=LANG | --output-language=LANG
57
                         force output language (default is "auto"; see
58
                         --output-lang help)
59
  --quiet | -q           decrease verbosity (may be repeated)
60
  --rlimit=N             set resource limit
61
  --rlimit-per=N | --reproducible-resource-limit=N
62
                         set resource limit per query
63
  --stats                give statistics on exit [*]
64
  --tlimit=MS            set time limit in milliseconds of wall clock time
65
  --tlimit-per=MS        set time limit per query in milliseconds
66
  --verbose | -v         increase verbosity (may be repeated)
67
  --copyright            show cvc5 copyright information
68
  --help | -h            full command line reference
69
  --seed=N | -s N        seed for random number generator
70
  --show-config          show cvc5 static configuration
71
  --version | -V         identify this cvc5 binary
72
  --strict-parsing       be less tolerant of non-conforming inputs [*]
73
  --produce-assertions | --interactive-mode
74
                         keep an assertions list (enables get-assertions
75
                         command) [*]
76
  --produce-models | -m  support the get-value and get-model commands [*]
77
)FOOBAR";
78
79
20749
static const std::string additionalOptionsDescription =
80
R"FOOBAR(Additional cvc5 options:
81
82
From the Arithmetic Theory module:
83
  --approx-branch-depth=N
84
                         maximum branch depth the approximate solver is allowed
85
                         to take
86
  --arith-brab           whether to use simple rounding, similar to a unit-cube
87
                         test, for integers [*]
88
  --arith-cong-man       (experimental) whether to use the congruence manager
89
                         when the equality solver is enabled [*]
90
  --arith-eq-solver      whether to use the equality solver in the theory of
91
                         arithmetic [*]
92
  --arith-no-partial-fun do not use partial function semantics for arithmetic
93
                         (not SMT LIB compliant) [*]
94
  --arith-prop=MODE      turns on arithmetic propagation (default is 'old', see
95
                         --arith-prop=help)
96
  --arith-prop-clauses=N rows shorter than this are propagated as clauses
97
  --arith-rewrite-equalities
98
                         turns on the preprocessing rewrite turning equalities
99
                         into a conjunction of inequalities [*]
100
  --collect-pivot-stats  collect the pivot history [*]
101
  --cut-all-bounded      turns on the integer solving step of periodically
102
                         cutting all integer variables that have both upper and
103
                         lower bounds [*]
104
  --dio-decomps          let skolem variables for integer divisibility
105
                         constraints leak from the dio solver [*]
106
  --dio-solver           turns on Linear Diophantine Equation solver (Griggio,
107
                         JSAT 2012) [*]
108
  --dio-turns=N          turns in a row dio solver cutting gets
109
  --error-selection-rule=RULE
110
                         change the pivot rule for the basic variable (default
111
                         is 'min', see --pivot-rule help)
112
  --fc-penalties         turns on degenerate pivot penalties [*]
113
  --heuristic-pivots=N   the number of times to apply the heuristic pivot rule;
114
                         if N < 0, this defaults to the number of variables; if
115
                         this is unset, this is tuned by the logic selection
116
  --lemmas-on-replay-failure
117
                         attempt to use external lemmas if approximate solve
118
                         integer failed [*]
119
  --maxCutsInContext=N   maximum cuts in a given context before signalling a
120
                         restart
121
  --miplib-trick         turns on the preprocessing step of attempting to infer
122
                         bounds on miplib problems [*]
123
  --miplib-trick-subs=N  do substitution for miplib 'tmp' vars if defined in <=
124
                         N eliminated vars
125
  --new-prop             use the new row propagation system [*]
126
  --nl-cad               whether to use the cylindrical algebraic decomposition
127
                         solver for non-linear arithmetic [*]
128
  --nl-cad-initial       whether to use the linear model as initial guess for
129
                         the cylindrical algebraic decomposition solver [*]
130
  --nl-cad-lift=MODE     choose the CAD lifting mode (EXPERTS only)
131
  --nl-cad-proj=MODE     choose the CAD projection operator (EXPERTS only)
132
  --nl-ext=MODE          incremental linearization approach to non-linear
133
  --nl-ext-ent-conf      check for entailed conflicts in non-linear solver [*]
134
  --nl-ext-factor        use factoring inference in non-linear incremental
135
                         linearization solver [*]
136
  --nl-ext-inc-prec      whether to increment the precision for irrational
137
                         function constraints [*]
138
  --nl-ext-purify        purify non-linear terms at preprocess [*]
139
  --nl-ext-rbound        use resolution-style inference for inferring new bounds
140
                         in non-linear incremental linearization solver [*]
141
  --nl-ext-rewrite       do context-dependent simplification based on rewrites
142
                         in non-linear solver [*]
143
  --nl-ext-split-zero    initial splits on zero for all variables [*]
144
  --nl-ext-tf-taylor-deg=N
145
                         initial degree of polynomials for Taylor approximation
146
  --nl-ext-tf-tplanes    use non-terminating tangent plane strategy for
147
                         transcendental functions for non-linear incremental
148
                         linearization solver [*]
149
  --nl-ext-tplanes       use non-terminating tangent plane strategy for
150
                         non-linear incremental linearization solver [*]
151
  --nl-ext-tplanes-interleave
152
                         interleave tangent plane strategy for non-linear
153
                         incremental linearization solver [*]
154
  --nl-icp               whether to use ICP-style propagations for non-linear
155
                         arithmetic [*]
156
  --nl-rlv=MODE          choose mode for using relevance of assertions in
157
                         non-linear arithmetic
158
  --nl-rlv-assert-bounds use bound inference utility to prune when an assertion
159
                         is entailed by another [*]
160
  --pb-rewrites          apply pseudo boolean rewrites [*]
161
  --pivot-threshold=N    sets the number of pivots using --pivot-rule per basic
162
                         variable per simplex instance before using variable
163
                         order
164
  --pp-assert-max-sub-size=N
165
                         threshold for substituting an equality in ppAssert
166
  --prop-row-length=N    sets the maximum row length to be used in propagation
167
  --replay-early-close-depth=N
168
                         multiples of the depths to try to close the approx log
169
                         eagerly
170
  --replay-lemma-reject-cut=N
171
                         maximum complexity of any coefficient while outputting
172
                         replaying cut lemmas
173
  --replay-num-err-penalty=N
174
                         number of solve integer attempts to skips after a
175
                         numeric failure
176
  --replay-reject-cut=N  maximum complexity of any coefficient while replaying
177
                         cuts
178
  --restrict-pivots      have a pivot cap for simplex at effort levels below
179
                         fullEffort [*]
180
  --revert-arith-models-on-unsat
181
                         revert the arithmetic model to a known safe model on
182
                         unsat if one is cached [*]
183
  --rr-turns=N           round robin turn
184
  --se-solve-int         attempt to use the approximate solve integer method on
185
                         standard effort [*]
186
  --simplex-check-period=N
187
                         the number of pivots to do in simplex before rechecking
188
                         for a conflict on all variables
189
  --soi-qe               use quick explain to minimize the sum of infeasibility
190
                         conflicts [*]
191
  --standard-effort-variable-order-pivots=N
192
                         limits the number of pivots in a single invocation of
193
                         check() at a non-full effort level using Bland's pivot
194
                         rule (EXPERTS only)
195
  --unate-lemmas=MODE    determines which lemmas to add before solving (default
196
                         is 'all', see --unate-lemmas=help)
197
  --use-approx           attempt to use an approximate solver [*]
198
  --use-fcsimplex        use focusing and converging simplex (FMCAD 2013
199
                         submission) [*]
200
  --use-soi              use sum of infeasibility simplex (FMCAD 2013
201
                         submission) [*]
202
203
From the Arrays Theory module:
204
  --arrays-eager-index   turn on eager index splitting for generated array
205
                         lemmas [*]
206
  --arrays-eager-lemmas  turn on eager lemma generation for arrays [*]
207
  --arrays-exp           enable experimental features in the theory of arrays
208
                         (EXPERTS only) [*]
209
  --arrays-optimize-linear
210
                         turn on optimization for linear array terms (see de
211
                         Moura FMCAD 09 arrays paper) [*]
212
  --arrays-prop=N        propagation effort for arrays: 0 is none, 1 is some, 2
213
                         is full
214
  --arrays-reduce-sharing
215
                         use model information to reduce size of care graph for
216
                         arrays [*]
217
  --arrays-weak-equiv    use algorithm from Christ/Hoenicke (SMT 2014) [*]
218
219
From the Base module:
220
  --debug=TAG | -d TAG   debug something (e.g. -d arith), can repeat
221
  --output=TAG | -o TAG  Enable output tag.
222
  --parse-only           exit after parsing input [*]
223
  --preprocess-only      exit after preprocessing input [*]
224
  --print-success        print the "success" output required of SMT-LIBv2 [*]
225
  --rweight=VAL=N        set a single resource weight (EXPERTS only)
226
  --stats-all            print unchanged (defaulted) statistics as well (EXPERTS
227
                         only) [*]
228
  --stats-every-query    in incremental mode, print stats after every
229
                         satisfiability or validity query [*]
230
  --stats-expert         print expert (non-public) statistics as well (EXPERTS
231
                         only) [*]
232
  --trace=TAG | -t TAG   trace something (e.g. -t pushpop), can repeat
233
  --verbosity=N          the verbosity level of cvc5
234
235
From the Bitvector Theory module:
236
  --bitblast=MODE        choose bitblasting mode, see --bitblast=help
237
  --bitwise-eq           lift equivalence with one-bit bit-vectors to be boolean
238
                         operations [*]
239
  --bool-to-bv=MODE      convert booleans to bit-vectors of size 1 at various
240
                         levels of aggressiveness, see --bool-to-bv=help
241
  --bv-assert-input      assert input assertions on user-level 0 instead of
242
                         assuming them in the bit-vector SAT solver [*]
243
  --bv-extract-arith     enable rewrite pushing extract [i:0] over arithmetic
244
                         operations (can blow up) (EXPERTS only) [*]
245
  --bv-gauss-elim        simplify formula via Gaussian Elimination if applicable
246
                         (EXPERTS only) [*]
247
  --bv-intro-pow2        introduce bitvector powers of two as a preprocessing
248
                         pass (EXPERTS only) [*]
249
  --bv-print-consts-as-indexed-symbols
250
                         print bit-vector constants in decimal (e.g. (_ bv1 4))
251
                         instead of binary (e.g. #b0001), applies to SMT-LIB 2.x
252
                         [*]
253
  --bv-propagate         use bit-vector propagation in the bit-blaster [*]
254
  --bv-rw-extend-eq      enable additional rewrites over zero/sign extend over
255
                         equalities with constants (useful on
256
                         BV/2017-Preiner-scholl-smt08) (EXPERTS only) [*]
257
  --bv-sat-solver=MODE   choose which sat solver to use, see
258
                         --bv-sat-solver=help (EXPERTS only)
259
  --bv-solver=MODE       choose bit-vector solver, see --bv-solver=help
260
  --bv-to-bool           lift bit-vectors of size 1 to booleans when possible
261
                         [*]
262
263
From the Datatypes Theory module:
264
  --cdt-bisimilar        do bisimilarity check for co-datatypes [*]
265
  --dt-binary-split      do binary splits for datatype constructor types [*]
266
  --dt-blast-splits      when applicable, blast splitting lemmas for all
267
                         variables at once [*]
268
  --dt-cyclic            do cyclicity check for datatypes [*]
269
  --dt-force-assignment  force the datatypes solver to give specific values to
270
                         all datatypes terms before answering sat [*]
271
  --dt-infer-as-lemmas   always send lemmas out instead of making internal
272
                         inferences [*]
273
  --dt-nested-rec        allow nested recursion in datatype definitions [*]
274
  --dt-polite-optimize   turn on optimization for polite combination (EXPERTS
275
                         only) [*]
276
  --dt-rewrite-error-sel rewrite incorrectly applied selectors to arbitrary
277
                         ground term (EXPERTS only) [*]
278
  --dt-share-sel         internally use shared selectors across multiple
279
                         constructors [*]
280
  --sygus-abort-size=N   tells enumerative sygus to only consider solutions up
281
                         to term size N (-1 == no limit, default)
282
  --sygus-fair=MODE      if and how to apply fairness for sygus
283
  --sygus-fair-max       use max instead of sum for multi-function sygus
284
                         conjectures [*]
285
  --sygus-sym-break      simple sygus symmetry breaking lemmas [*]
286
  --sygus-sym-break-agg  use aggressive checks for simple sygus symmetry
287
                         breaking lemmas [*]
288
  --sygus-sym-break-dynamic
289
                         dynamic sygus symmetry breaking lemmas [*]
290
  --sygus-sym-break-lazy lazily add symmetry breaking lemmas for terms [*]
291
  --sygus-sym-break-pbe  sygus symmetry breaking lemmas based on pbe conjectures
292
                         [*]
293
  --sygus-sym-break-rlv  add relevancy conditions to symmetry breaking lemmas
294
                         [*]
295
296
From the Decision Heuristics module:
297
  --decision=MODE | --decision-mode=MODE
298
                         choose decision mode, see --decision=help
299
  --decision-random-weight=N
300
                         assign random weights to nodes between 0 and N-1 (0:
301
                         disable) (EXPERTS only)
302
  --decision-threshold=N ignore all nodes greater than threshold in first
303
                         attempt to pick decision (EXPERTS only)
304
  --decision-use-weight  use the weight nodes (locally, by looking at children)
305
                         to direct recursive search (EXPERTS only) [*]
306
  --decision-weight-internal=HOW
307
                         compute weights of internal nodes using children: off,
308
                         max, sum, usr1 (EXPERTS only)
309
  --jh-rlv-order         maintain activity-based ordering for decision
310
                         justification heuristic (EXPERTS only) [*]
311
  --jh-skolem=MODE       policy for when to satisfy skolem definitions in
312
                         justification heuristic (EXPERTS only)
313
  --jh-skolem-rlv=MODE   policy for when to consider skolem definitions relevant
314
                         in justification heuristic (EXPERTS only)
315
316
From the Expression module:
317
  --dag-thresh=N         dagify common subexprs appearing > N times (1 ==
318
                         default, 0 == don't dagify)
319
  --expr-depth=N         print exprs to depth N (0 == default, -1 == no limit)
320
  --type-checking        type check expressions [*]
321
322
From the Floating-Point module:
323
  --fp-exp               Allow floating-point sorts of all sizes, rather than
324
                         only Float32 (8/24) or Float64 (11/53) (experimental)
325
                         [*]
326
  --fp-lazy-wb           Enable lazier word-blasting (on preNotifyFact instead
327
                         of registerTerm) (EXPERTS only) [*]
328
329
From the Driver module:
330
  --dump-difficulty      dump the difficulty measure after every response to
331
                         check-sat [*]
332
  --dump-instantiations  output instantiations of quantified formulas after
333
                         every UNSAT/VALID response [*]
334
  --dump-instantiations-debug
335
                         output instantiations of quantified formulas after
336
                         every UNSAT/VALID response, with debug information [*]
337
  --dump-models          output models after every SAT/INVALID/UNKNOWN response
338
                         [*]
339
  --dump-proofs          output proofs after every UNSAT/VALID response [*]
340
  --dump-unsat-cores     output unsat cores after every UNSAT/VALID response [*]
341
  --early-exit           do not run destructors at exit; default on except in
342
                         debug builds (EXPERTS only) [*]
343
  --force-no-limit-cpu-while-dump
344
                         Force no CPU limit when dumping models and proofs [*]
345
  --interactive          force interactive shell/non-interactive mode [*]
346
  --print-unsat-cores-full
347
                         dump the full unsat core, including unlabeled
348
                         assertions [*]
349
  --segv-spin            spin on segfault/other crash waiting for gdb [*]
350
  --show-debug-tags      show all available tags for debugging
351
  --show-trace-tags      show all available tags for tracing
352
353
From the Parser module:
354
  --force-logic=LOGIC    set the logic, and override all further user attempts
355
                         to change it (EXPERTS only)
356
  --global-declarations  force all declarations and definitions to be global [*]
357
  --mmap                 memory map file input [*]
358
  --semantic-checks      enable semantic checks, including type checks [*]
359
360
From the Printing module:
361
  --flatten-ho-chains    print (binary) application chains in a flattened way,
362
                         e.g. (a b c) rather than ((a b) c) [*]
363
  --print-inst=MODE      print format for printing instantiations
364
  --print-inst-full      print instantiations for formulas that do not have
365
                         given identifiers [*]
366
367
From the Proof module:
368
  --proof-check=MODE     select proof checking mode
369
  --proof-format-mode=MODE
370
                         select language of proof output
371
  --proof-granularity=MODE
372
                         modes for proof granularity
373
  --proof-pedantic=N     assertion failure for any incorrect rule application or
374
                         untrusted lemma having pedantic level <=N with proof
375
  --proof-pp-merge       merge subproofs in final proof post-processor [*]
376
  --proof-print-conclusion
377
                         Print conclusion of proof steps when printing AST [*]
378
379
From the SAT Layer module:
380
  --minisat-dump-dimacs  instead of solving minisat dumps the asserted clauses
381
                         in Dimacs format [*]
382
  --minisat-elimination  use Minisat elimination [*]
383
  --random-freq=P | --random-frequency=P
384
                         sets the frequency of random decisions in the sat
385
                         solver (P=0.0 by default)
386
  --random-seed=S        sets the random seed for the sat solver
387
  --refine-conflicts     refine theory conflict clauses (default false) [*]
388
  --restart-int-base=N   sets the base restart interval for the sat solver (N=25
389
                         by default)
390
  --restart-int-inc=F    sets the restart interval increase factor for the sat
391
                         solver (F=3.0 by default)
392
393
From the Quantifiers module:
394
  --ag-miniscope-quant   perform aggressive miniscoping for quantifiers [*]
395
  --cegis-sample=MODE    mode for using samples in the counterexample-guided
396
                         inductive synthesis loop
397
  --cegqi                turns on counterexample-based quantifier instantiation
398
                         [*]
399
  --cegqi-all            apply counterexample-based instantiation to all
400
                         quantified formulas [*]
401
  --cegqi-bv             use word-level inversion approach for
402
                         counterexample-guided quantifier instantiation for
403
                         bit-vectors [*]
404
  --cegqi-bv-concat-inv  compute inverse for concat over equalities rather than
405
                         producing an invertibility condition [*]
406
  --cegqi-bv-ineq=MODE   choose mode for handling bit-vector inequalities with
407
                         counterexample-guided instantiation
408
  --cegqi-bv-interleave-value
409
                         interleave model value instantiation with word-level
410
                         inversion approach [*]
411
  --cegqi-bv-linear      linearize adder chains for variables [*]
412
  --cegqi-bv-rm-extract  replaces extract terms with variables for
413
                         counterexample-guided instantiation for bit-vectors [*]
414
  --cegqi-bv-solve-nl    try to solve non-linear bv literals using model value
415
                         projections [*]
416
  --cegqi-full           turns on full effort counterexample-based quantifier
417
                         instantiation, which may resort to model-value
418
                         instantiation [*]
419
  --cegqi-innermost      only process innermost quantified formulas in
420
                         counterexample-based quantifier instantiation [*]
421
  --cegqi-midpoint       choose substitutions based on midpoints of lower and
422
                         upper bounds for counterexample-based quantifier
423
                         instantiation [*]
424
  --cegqi-min-bounds     use minimally constrained lower/upper bound for
425
                         counterexample-based quantifier instantiation [*]
426
  --cegqi-model          guide instantiations by model values for
427
                         counterexample-based quantifier instantiation [*]
428
  --cegqi-multi-inst     when applicable, do multi instantiations per quantifier
429
                         per round in counterexample-based quantifier
430
                         instantiation [*]
431
  --cegqi-nested-qe      process nested quantified formulas with quantifier
432
                         elimination in counterexample-based quantifier
433
                         instantiation [*]
434
  --cegqi-nopt           non-optimal bounds for counterexample-based quantifier
435
                         instantiation [*]
436
  --cegqi-repeat-lit     solve literals more than once in counterexample-based
437
                         quantifier instantiation [*]
438
  --cegqi-round-up-lia   round up integer lower bounds in substitutions for
439
                         counterexample-based quantifier instantiation [*]
440
  --cegqi-sat            answer sat when quantifiers are asserted with
441
                         counterexample-based quantifier instantiation [*]
442
  --cegqi-use-inf-int    use integer infinity for vts in counterexample-based
443
                         quantifier instantiation [*]
444
  --cegqi-use-inf-real   use real infinity for vts in counterexample-based
445
                         quantifier instantiation [*]
446
  --cond-var-split-agg-quant
447
                         aggressive split quantified formulas that lead to
448
                         variable eliminations [*]
449
  --cond-var-split-quant split quantified formulas that lead to variable
450
                         eliminations [*]
451
  --conjecture-filter-active-terms
452
                         filter based on active terms [*]
453
  --conjecture-filter-canonical
454
                         filter based on canonicity [*]
455
  --conjecture-filter-model
456
                         filter based on model [*]
457
  --conjecture-gen       generate candidate conjectures for inductive proofs [*]
458
  --conjecture-gen-gt-enum=N
459
                         number of ground terms to generate for model filtering
460
  --conjecture-gen-max-depth=N
461
                         maximum depth of terms to consider for conjectures
462
  --conjecture-gen-per-round=N
463
                         number of conjectures to generate per instantiation
464
                         round
465
  --conjecture-gen-uee-intro
466
                         more aggressive merging for universal equality engine,
467
                         introduces terms [*]
468
  --conjecture-no-filter do not filter conjectures [*]
469
  --dt-stc-ind           apply strengthening for existential quantification over
470
                         datatypes based on structural induction [*]
471
  --dt-var-exp-quant     expand datatype variables bound to one constructor in
472
                         quantifiers [*]
473
  --e-matching           whether to do heuristic E-matching [*]
474
  --elim-taut-quant      eliminate tautological disjuncts of quantified formulas
475
                         [*]
476
  --ext-rewrite-quant    apply extended rewriting to bodies of quantified
477
                         formulas [*]
478
  --finite-model-find    use finite model finding heuristic for quantifier
479
                         instantiation [*]
480
  --fmf-bound            finite model finding on bounded quantification [*]
481
  --fmf-bound-int        finite model finding on bounded integer quantification
482
                         [*]
483
  --fmf-bound-lazy       enforce bounds for bounded quantification lazily via
484
                         use of proxy variables [*]
485
  --fmf-fmc-simple       simple models in full model check for finite model
486
                         finding [*]
487
  --fmf-fresh-dc         use fresh distinguished representative when applying
488
                         Inst-Gen techniques [*]
489
  --fmf-fun              find models for recursively defined functions, assumes
490
                         functions are admissible [*]
491
  --fmf-fun-rlv          find models for recursively defined functions, assumes
492
                         functions are admissible, allows empty type when
493
                         function is irrelevant [*]
494
  --fmf-inst-engine      use instantiation engine in conjunction with finite
495
                         model finding [*]
496
  --fmf-type-completion-thresh=N
497
                         the maximum cardinality of an interpreted type for
498
                         which exhaustive enumeration in finite model finding is
499
                         attempted
500
  --fs-interleave        interleave enumerative instantiation with other
501
                         techniques [*]
502
  --fs-stratify          stratify effort levels in enumerative instantiation,
503
                         which favors speed over fairness [*]
504
  --fs-sum               enumerating tuples of quantifiers by increasing the sum
505
                         of indices, rather than the maximum [*]
506
  --full-saturate-quant  enumerative instantiation: instantiate with ground
507
                         terms from relevant domain, then arbitrary ground terms
508
                         before answering unknown [*]
509
  --full-saturate-quant-limit=N
510
                         maximum number of rounds of enumerative instantiation
511
                         to apply (-1 means no limit)
512
  --full-saturate-quant-rd
513
                         whether to use relevant domain first for enumerative
514
                         instantiation strategy [*]
515
  --global-negate        do global negation of input formula [*]
516
  --ho-elim              eagerly eliminate higher-order constraints [*]
517
  --ho-elim-store-ax     use store axiom during ho-elim [*]
518
  --ho-matching          do higher-order matching algorithm for triggers with
519
                         variable operators [*]
520
  --ho-matching-var-priority
521
                         give priority to variable arguments over constant
522
                         arguments [*]
523
  --ho-merge-term-db     merge term indices modulo equality [*]
524
  --increment-triggers   generate additional triggers as needed during search
525
                         [*]
526
  --inst-level-input-only
527
                         only input terms are assigned instantiation level zero
528
                         [*]
529
  --inst-max-level=N     maximum inst level of terms used to instantiate
530
                         quantified formulas with (-1 == no limit, default)
531
  --inst-max-rounds=N    maximum number of instantiation rounds (-1 == no limit,
532
                         default)
533
  --inst-no-entail       do not consider instances of quantified formulas that
534
                         are currently entailed [*]
535
  --inst-when=MODE       when to apply instantiation
536
  --inst-when-phase=N    instantiation rounds quantifiers takes (>=1) before
537
                         allowing theory combination to happen
538
  --inst-when-strict-interleave
539
                         ensure theory combination and standard quantifier
540
                         effort strategies take turns [*]
541
  --inst-when-tc-first   allow theory combination to happen once initially,
542
                         before quantifier strategies are run [*]
543
  --int-wf-ind           apply strengthening for integers based on well-founded
544
                         induction [*]
545
  --ite-dtt-split-quant  split ites with dt testers as conditions [*]
546
  --ite-lift-quant=MODE  ite lifting mode for quantified formulas
547
  --literal-matching=MODE
548
                         choose literal matching mode
549
  --macros-quant         perform quantifiers macro expansion [*]
550
  --macros-quant-mode=MODE
551
                         mode for quantifiers macro expansion
552
  --mbqi=MODE            choose mode for model-based quantifier instantiation
553
  --mbqi-interleave      interleave model-based quantifier instantiation with
554
                         other techniques [*]
555
  --mbqi-one-inst-per-round
556
                         only add one instantiation per quantifier per round for
557
                         mbqi [*]
558
  --miniscope-quant      miniscope quantifiers [*]
559
  --miniscope-quant-fv   miniscope quantifiers for ground subformulas [*]
560
  --multi-trigger-cache  caching version of multi triggers [*]
561
  --multi-trigger-linear implementation of multi triggers where maximum number
562
                         of instantiations is linear wrt number of ground terms
563
                         [*]
564
  --multi-trigger-priority
565
                         only try multi triggers if single triggers give no
566
                         instantiations [*]
567
  --multi-trigger-when-single
568
                         select multi triggers when single triggers exist [*]
569
  --partial-triggers     use triggers that do not contain all free variables [*]
570
  --pool-inst            pool-based instantiation: instantiate with ground terms
571
                         occurring in user-specified pools [*]
572
  --pre-skolem-quant     apply skolemization eagerly to bodies of quantified
573
                         formulas [*]
574
  --pre-skolem-quant-agg apply skolemization to quantified formulas aggressively
575
                         [*]
576
  --pre-skolem-quant-nested
577
                         apply skolemization to nested quantified formulas [*]
578
  --prenex-quant=MODE    prenex mode for quantified formulas
579
  --prenex-quant-user    prenex quantified formulas with user patterns [*]
580
  --purify-triggers      purify triggers, e.g. f( x+1 ) becomes f( y ), x mapsto
581
                         y-1 [*]
582
  --qcf-all-conflict     add all available conflicting instances during
583
                         conflict-based instantiation [*]
584
  --qcf-eager-check-rd   optimization, eagerly check relevant domain of matched
585
                         position [*]
586
  --qcf-eager-test       optimization, test qcf instances eagerly [*]
587
  --qcf-nested-conflict  consider conflicts for nested quantifiers [*]
588
  --qcf-skip-rd          optimization, skip instances based on possibly
589
                         irrelevant portions of quantified formulas [*]
590
  --qcf-tconstraint      enable entailment checks for t-constraints in qcf
591
                         algorithm [*]
592
  --qcf-vo-exp           qcf experimental variable ordering [*]
593
  --quant-alpha-equiv    infer alpha equivalence between quantified formulas [*]
594
  --quant-cf             enable conflict find mechanism for quantifiers [*]
595
  --quant-cf-mode=MODE   what effort to apply conflict find mechanism
596
  --quant-cf-when=MODE   when to invoke conflict find mechanism for quantifiers
597
  --quant-dsplit-mode=MODE
598
                         mode for dynamic quantifiers splitting
599
  --quant-fun-wd         assume that function defined by quantifiers are well
600
                         defined [*]
601
  --quant-ind            use all available techniques for inductive reasoning
602
                         [*]
603
  --quant-rep-mode=MODE  selection mode for representatives in quantifiers
604
                         engine
605
  --quant-split          apply splitting to quantified formulas based on
606
                         variable disjoint disjuncts [*]
607
  --register-quant-body-terms
608
                         consider ground terms within bodies of quantified
609
                         formulas for matching [*]
610
  --relational-triggers  choose relational triggers such as x = f(y), x >= f(y)
611
                         [*]
612
  --relevant-triggers    prefer triggers that are more relevant based on SInE
613
                         style analysis [*]
614
  --sygus                use sygus solver (default is true for sygus inputs) [*]
615
  --sygus-active-gen=MODE
616
                         mode for actively-generated sygus enumerators
617
  --sygus-active-gen-cfactor=N
618
                         the branching factor for the number of interpreted
619
                         constants to consider for each size when using
620
                         --sygus-active-gen=enum
621
  --sygus-add-const-grammar
622
                         statically add constants appearing in conjecture to
623
                         grammars [*]
624
  --sygus-arg-relevant   static inference techniques for computing whether
625
                         arguments of functions-to-synthesize are relevant [*]
626
  --sygus-auto-unfold    enable approach which automatically unfolds transition
627
                         systems for directly solving invariant synthesis
628
                         problems [*]
629
  --sygus-bool-ite-return-const
630
                         Only use Boolean constants for return values in
631
                         unification-based function synthesis [*]
632
  --sygus-core-connective
633
                         use unsat core analysis to construct Boolean connective
634
                         to sygus conjectures [*]
635
  --sygus-crepair-abort  abort if constant repair techniques are not applicable
636
                         [*]
637
  --sygus-eval-opt       use optimized approach for evaluation in sygus [*]
638
  --sygus-eval-unfold    do unfolding of sygus evaluation functions [*]
639
  --sygus-eval-unfold-bool
640
                         do unfolding of Boolean evaluation functions that
641
                         appear in refinement lemmas [*]
642
  --sygus-expr-miner-check-timeout=N
643
                         timeout (in milliseconds) for satisfiability checks in
644
                         expression miners
645
  --sygus-ext-rew        use extended rewriter for sygus [*]
646
  --sygus-filter-sol=MODE
647
                         mode for filtering sygus solutions
648
  --sygus-filter-sol-rev compute backwards filtering to compute whether previous
649
                         solutions are filtered based on later ones (EXPERTS
650
                         only) [*]
651
  --sygus-grammar-cons=MODE
652
                         mode for SyGuS grammar construction
653
  --sygus-grammar-norm   statically normalize sygus grammars based on flattening
654
                         (linearization) [*]
655
  --sygus-inference      attempt to preprocess arbitrary inputs to sygus
656
                         conjectures [*]
657
  --sygus-inst           Enable SyGuS instantiation quantifiers module [*]
658
  --sygus-inst-mode=MODE select instantiation lemma mode
659
  --sygus-inst-scope=MODE
660
                         select scope of ground terms
661
  --sygus-inst-term-sel=MODE
662
                         granularity for ground terms
663
  --sygus-inv-templ=MODE template mode for sygus invariant synthesis (weaken
664
                         pre-condition, strengthen post-condition, or none)
665
  --sygus-inv-templ-when-sg
666
                         use invariant templates (with solution reconstruction)
667
                         for syntax guided problems [*]
668
  --sygus-min-grammar    statically minimize sygus grammars [*]
669
  --sygus-pbe            enable approach which unifies conditional solutions,
670
                         specialized for programming-by-examples (pbe)
671
                         conjectures [*]
672
  --sygus-pbe-multi-fair when using multiple enumerators, ensure that we only
673
                         register value of minimial term size [*]
674
  --sygus-pbe-multi-fair-diff=N
675
                         when using multiple enumerators, ensure that we only
676
                         register values of minimial term size plus this value
677
                         (default 0)
678
  --sygus-qe-preproc     use quantifier elimination as a preprocessing step for
679
                         sygus [*]
680
  --sygus-query-gen=MODE mode for generating interesting satisfiability queries
681
                         using SyGuS, for internal fuzzing
682
  --sygus-query-gen-check
683
                         use interesting satisfiability queries to check
684
                         soundness of cvc5 [*]
685
  --sygus-query-gen-dump-files=MODE
686
                         mode for dumping external files corresponding to
687
                         interesting satisfiability queries with sygus-query-gen
688
  --sygus-query-gen-thresh=N
689
                         number of points that we allow to be equal for
690
                         enumerating satisfiable queries with sygus-query-gen
691
  --sygus-rec-fun        enable efficient support for recursive functions in
692
                         sygus grammars [*]
693
  --sygus-rec-fun-eval-limit=N
694
                         use a hard limit for how many times in a given
695
                         evaluator call a recursive function can be evaluated
696
                         (so infinite loops can be avoided)
697
  --sygus-repair-const   use approach to repair constants in sygus candidate
698
                         solutions [*]
699
  --sygus-repair-const-timeout=N
700
                         timeout (in milliseconds) for the satisfiability check
701
                         to repair constants in sygus candidate solutions
702
  --sygus-rr             use sygus to enumerate and verify correctness of
703
                         rewrite rules [*]
704
  --sygus-rr-synth       use sygus to enumerate candidate rewrite rules [*]
705
  --sygus-rr-synth-accel add dynamic symmetry breaking clauses based on
706
                         candidate rewrites [*]
707
  --sygus-rr-synth-check use satisfiability check to verify correctness of
708
                         candidate rewrites [*]
709
  --sygus-rr-synth-filter-cong
710
                         filter candidate rewrites based on congruence [*]
711
  --sygus-rr-synth-filter-match
712
                         filter candidate rewrites based on matching [*]
713
  --sygus-rr-synth-filter-nl
714
                         filter non-linear candidate rewrites [*]
715
  --sygus-rr-synth-filter-order
716
                         filter candidate rewrites based on variable ordering
717
                         [*]
718
  --sygus-rr-synth-input synthesize rewrite rules based on the input formula [*]
719
  --sygus-rr-synth-input-nvars=N
720
                         the maximum number of variables per type that appear in
721
                         rewrites from sygus-rr-synth-input
722
  --sygus-rr-synth-input-use-bool
723
                         synthesize Boolean rewrite rules based on the input
724
                         formula [*]
725
  --sygus-rr-synth-rec   synthesize rewrite rules over all sygus grammar types
726
                         recursively [*]
727
  --sygus-rr-verify      use sygus to verify the correctness of rewrite rules
728
                         via sampling [*]
729
  --sygus-rr-verify-abort
730
                         abort when sygus-rr-verify finds an instance of
731
                         unsoundness [*]
732
  --sygus-sample-fp-uniform
733
                         sample floating-point values uniformly instead of in a
734
                         biased fashion [*]
735
  --sygus-sample-grammar when applicable, use grammar for choosing sample points
736
                         [*]
737
  --sygus-samples=N      number of points to consider when doing sygus rewriter
738
                         sample testing
739
  --sygus-si=MODE        mode for processing single invocation synthesis
740
                         conjectures
741
  --sygus-si-abort       abort if synthesis conjecture is not single invocation
742
                         [*]
743
  --sygus-si-rcons=MODE  policy for reconstructing solutions for single
744
                         invocation conjectures
745
  --sygus-si-rcons-limit=N
746
                         number of rounds of enumeration to use during solution
747
                         reconstruction (negative means unlimited)
748
  --sygus-stream         enumerate a stream of solutions instead of terminating
749
                         after the first one [*]
750
  --sygus-templ-embed-grammar
751
                         embed sygus templates into grammars [*]
752
  --sygus-unif-cond-independent-no-repeat-sol
753
                         Do not try repeated solutions when using independent
754
                         synthesis of conditions in unification-based function
755
                         synthesis [*]
756
  --sygus-unif-pi=MODE   mode for synthesis via piecewise-indepedent unification
757
  --sygus-unif-shuffle-cond
758
                         Shuffle condition pool when building solutions (may
759
                         change solutions sizes) [*]
760
  --sygus-verify-inst-max-rounds=N
761
                         maximum number of instantiation rounds for sygus
762
                         verification calls (-1 == no limit, default is 3)
763
  --term-db-cd           register terms in term database based on the SAT
764
                         context [*]
765
  --term-db-mode=MODE    which ground terms to consider for instantiation
766
  --trigger-active-sel=MODE
767
                         selection mode to activate triggers
768
  --trigger-sel=MODE     selection mode for triggers
769
  --user-pat=MODE        policy for handling user-provided patterns for
770
                         quantifier instantiation
771
  --var-elim-quant       enable simple variable elimination for quantified
772
                         formulas [*]
773
  --var-ineq-elim-quant  enable variable elimination based on infinite
774
                         projection of unbound arithmetic variables [*]
775
776
From the Separation Logic Theory module:
777
  --sep-check-neg        check negated spatial assertions [*]
778
  --sep-child-refine     child-specific refinements of negated star, positive
779
                         wand [*]
780
  --sep-deq-c            assume cardinality elements are distinct [*]
781
  --sep-min-refine       only add refinement lemmas for minimal (innermost)
782
                         assertions [*]
783
  --sep-pre-skolem-emp   eliminate emp constraint at preprocess time [*]
784
785
From the Sets Theory module:
786
  --sets-ext             enable extended symbols such as complement and universe
787
                         in theory of sets [*]
788
  --sets-infer-as-lemmas send inferences as lemmas [*]
789
  --sets-proxy-lemmas    introduce proxy variables eagerly to shorten lemmas [*]
790
791
From the SMT Layer module:
792
  --abstract-values      in models, output arrays (and in future, maybe others)
793
                         using abstract values, as required by the SMT-LIB
794
                         standard [*]
795
  --ackermann            eliminate functions by ackermannization [*]
796
  --block-models=MODE    mode for producing several models
797
  --check-abducts        checks whether produced solutions to get-abduct are
798
                         correct [*]
799
  --check-interpols      checks whether produced solutions to get-interpol are
800
                         correct [*]
801
  --check-models         after SAT/INVALID/UNKNOWN, check that the generated
802
                         model satisfies user assertions [*]
803
  --check-proofs         after UNSAT/VALID, check the generated proof (with
804
                         proof) [*]
805
  --check-synth-sol      checks whether produced solutions to
806
                         functions-to-synthesize satisfy the conjecture [*]
807
  --check-unsat-cores    after UNSAT/VALID, produce and check an unsat core
808
                         (expensive) [*]
809
  --debug-check-models   after SAT/INVALID/UNKNOWN, check that the generated
810
                         model satisfies user and internal assertions [*]
811
  --difficulty-mode=MODE choose output mode for get-difficulty, see
812
                         --difficulty-mode=help
813
  --early-ite-removal    remove ITEs early in preprocessing (EXPERTS only) [*]
814
  --expand-definitions   always expand symbol definitions in output [*]
815
  --ext-rew-prep         use extended rewriter as a preprocessing pass [*]
816
  --ext-rew-prep-agg     use aggressive extended rewriter as a preprocessing
817
                         pass [*]
818
  --foreign-theory-rewrite
819
                         Cross-theory rewrites [*]
820
  --ite-simp             turn on ite simplification (Kim (and Somenzi) et al.,
821
                         SAT 2009) [*]
822
  --learned-rewrite      rewrite the input based on learned literals [*]
823
  --minimal-unsat-cores  if an unsat core is produced, it is reduced to a
824
                         minimal unsat core [*]
825
  --model-cores=MODE     mode for producing model cores
826
  --model-u-print=MODE | --model-uninterp-print=MODE
827
                         determines how to print uninterpreted elements in
828
                         models
829
  --model-witness-value  in models, use a witness constant for choice functions
830
                         [*]
831
  --on-repeat-ite-simp   do the ite simplification pass again if repeating
832
                         simplification [*]
833
  --produce-assignments  support the get-assignment command [*]
834
  --produce-difficulty   enable tracking of difficulty. [*]
835
  --produce-proofs       produce proofs, support check-proofs and get-proof [*]
836
  --produce-unsat-assumptions
837
                         turn on unsat assumptions generation [*]
838
  --produce-unsat-cores  turn on unsat core generation. Unless otherwise
839
                         specified, cores will be produced using SAT soving
840
                         under assumptions and preprocessing proofs. [*]
841
  --repeat-simp          make multiple passes with nonclausal simplifier [*]
842
  --simp-ite-compress    enables compressing ites after ite simplification [*]
843
  --simp-ite-hunt-zombies=N
844
                         post ite compression enables zombie removal while the
845
                         number of nodes is above this threshold
846
  --simp-with-care       enables simplifyWithCare in ite simplificiation [*]
847
  --simplification=MODE | --simplification-mode=MODE
848
                         choose simplification mode, see --simplification=help
849
  --sort-inference       calculate sort inference of input problem, convert the
850
                         input based on monotonic sorts [*]
851
  --static-learning      use static learning (on by default) [*]
852
  --sygus-out=MODE       output mode for sygus
853
  --unconstrained-simp   turn on unconstrained simplification (see
854
                         Bruttomesso/Brummayer PhD thesis). Fully supported only
855
                         in (subsets of) the logic QF_ABV. [*]
856
  --unsat-cores-mode=MODE
857
                         choose unsat core mode, see --unsat-cores-mode=help
858
859
From the Strings Theory module:
860
  --re-elim              elimination techniques for regular expressions [*]
861
  --re-elim-agg          aggressive elimination techniques for regular
862
                         expressions [*]
863
  --re-inter-mode=MODE   determines which regular expressions intersections to
864
                         compute (EXPERTS only)
865
  --strings-alpha-card=N the assumed cardinality of the alphabet of characters
866
                         for strings, which is a prefix of the interval of
867
                         unicode code points in the SMT-LIB standard
868
  --strings-check-entail-len
869
                         check entailment between length terms to reduce
870
                         splitting [*]
871
  --strings-deq-ext      use extensionality for string disequalities [*]
872
  --strings-eager        strings eager check [*]
873
  --strings-eager-eval   perform eager context-dependent evaluation for
874
                         applications of string kinds [*]
875
  --strings-eager-len    strings eager length lemmas [*]
876
  --strings-exp          experimental features in the theory of strings [*]
877
  --strings-ff           do flat form inferences [*]
878
  --strings-fmf          the finite model finding used by the theory of strings
879
                         [*]
880
  --strings-guess-model  use model guessing to avoid string extended function
881
                         reductions [*]
882
  --strings-infer-as-lemmas
883
                         always send lemmas out instead of making internal
884
                         inferences [*]
885
  --strings-infer-sym    strings split on empty string [*]
886
  --strings-lazy-pp      perform string preprocessing lazily [*]
887
  --strings-len-norm     strings length normalization lemma [*]
888
  --strings-min-prefix-explain
889
                         minimize explanations for prefix of normal forms in
890
                         strings [*]
891
  --strings-process-loop-mode=MODE
892
                         determines how to process looping string equations
893
                         (EXPERTS only)
894
  --strings-rexplain-lemmas
895
                         regression explanations for string lemmas [*]
896
  --strings-unified-vspt use a single skolem for the variable splitting rule [*]
897
898
From the Theory Layer module:
899
  --assign-function-values
900
                         assign values for uninterpreted functions in models [*]
901
  --condense-function-values
902
                         condense values for functions in models rather than
903
                         explicitly representing them [*]
904
  --ee-mode=MODE         mode for managing equalities across theory solvers
905
                         (EXPERTS only)
906
  --relevance-filter     enable analysis of relevance of asserted literals with
907
                         respect to the input formula [*]
908
  --tc-mode=MODE         mode for theory combination (EXPERTS only)
909
  --theoryof-mode=MODE   mode for Theory::theoryof() (EXPERTS only)
910
911
From the Uninterpreted Functions Theory module:
912
  --symmetry-breaker | --uf-symmetry-breaker
913
                         use UF symmetry breaker (Deharbe et al., CADE 2011) [*]
914
  --uf-ho-ext            apply extensionality on function symbols [*]
915
  --uf-ss=MODE           mode of operation for uf with cardinality solver.
916
  --uf-ss-abort-card=N   tells the uf with cardinality to only consider models
917
                         that interpret uninterpreted sorts of cardinality at
918
                         most N (-1 == no limit, default)
919
  --uf-ss-fair           use fair strategy for finite model finding multiple
920
                         sorts [*]
921
  --uf-ss-fair-monotone  group monotone sorts when enforcing fairness for finite
922
                         model finding [*]
923
)FOOBAR";
924
925
20749
static const std::string optionsFootnote = "\n\
926
[*] Each of these options has a --no-OPTIONNAME variant, which reverses the\n\
927
    sense of the option.\n\
928
";
929
// clang-format on
930
931
void printUsage(const std::string& msg, std::ostream& os)
932
{
933
  os << msg << "\n"
934
     << commonOptionsDescription << "\n\n"
935
     << additionalOptionsDescription << std::endl
936
     << optionsFootnote << std::endl;
937
}
938
939
void printShortUsage(const std::string& msg, std::ostream& os)
940
{
941
  os << msg << "\n"
942
     << commonOptionsDescription << std::endl
943
     << optionsFootnote << std::endl
944
     << "For full usage, please use --help." << std::endl
945
     << std::endl;
946
}
947
948
/**
949
 * This is a table of long options.  By policy, each short option
950
 * should have an equivalent long option (but the reverse isn't the
951
 * case), so this table should thus contain all command-line options.
952
 *
953
 * Each option in this array has four elements:
954
 *
955
 * 1. the long option string
956
 * 2. argument behavior for the option:
957
 *    no_argument - no argument permitted
958
 *    required_argument - an argument is expected
959
 *    optional_argument - an argument is permitted but not required
960
 * 3. this is a pointer to an int which is set to the 4th entry of the
961
 *    array if the option is present; or nullptr, in which case
962
 *    getopt_long() returns the 4th entry
963
 * 4. the return value for getopt_long() when this long option (or the
964
 *    value to set the 3rd entry to; see #3)
965
 */
966
static struct option cmdlineOptions[] = {
967
// clang-format off
968
  { "approx-branch-depth", required_argument, nullptr, 256 },
969
  { "arith-brab", no_argument, nullptr, 257 },
970
  { "no-arith-brab", no_argument, nullptr, 258 },
971
  { "arith-cong-man", no_argument, nullptr, 259 },
972
  { "no-arith-cong-man", no_argument, nullptr, 260 },
973
  { "arith-eq-solver", no_argument, nullptr, 261 },
974
  { "no-arith-eq-solver", no_argument, nullptr, 262 },
975
  { "arith-no-partial-fun", no_argument, nullptr, 263 },
976
  { "no-arith-no-partial-fun", no_argument, nullptr, 264 },
977
  { "arith-prop", required_argument, nullptr, 265 },
978
  { "arith-prop-clauses", required_argument, nullptr, 266 },
979
  { "arith-rewrite-equalities", no_argument, nullptr, 267 },
980
  { "no-arith-rewrite-equalities", no_argument, nullptr, 268 },
981
  { "collect-pivot-stats", no_argument, nullptr, 269 },
982
  { "no-collect-pivot-stats", no_argument, nullptr, 270 },
983
  { "cut-all-bounded", no_argument, nullptr, 271 },
984
  { "no-cut-all-bounded", no_argument, nullptr, 272 },
985
  { "dio-decomps", no_argument, nullptr, 273 },
986
  { "no-dio-decomps", no_argument, nullptr, 274 },
987
  { "dio-solver", no_argument, nullptr, 275 },
988
  { "no-dio-solver", no_argument, nullptr, 276 },
989
  { "dio-turns", required_argument, nullptr, 277 },
990
  { "error-selection-rule", required_argument, nullptr, 278 },
991
  { "fc-penalties", no_argument, nullptr, 279 },
992
  { "no-fc-penalties", no_argument, nullptr, 280 },
993
  { "heuristic-pivots", required_argument, nullptr, 281 },
994
  { "lemmas-on-replay-failure", no_argument, nullptr, 282 },
995
  { "no-lemmas-on-replay-failure", no_argument, nullptr, 283 },
996
  { "maxCutsInContext", required_argument, nullptr, 284 },
997
  { "miplib-trick", no_argument, nullptr, 285 },
998
  { "no-miplib-trick", no_argument, nullptr, 286 },
999
  { "miplib-trick-subs", required_argument, nullptr, 287 },
1000
  { "new-prop", no_argument, nullptr, 288 },
1001
  { "no-new-prop", no_argument, nullptr, 289 },
1002
  { "nl-cad", no_argument, nullptr, 290 },
1003
  { "no-nl-cad", no_argument, nullptr, 291 },
1004
  { "nl-cad-initial", no_argument, nullptr, 292 },
1005
  { "no-nl-cad-initial", no_argument, nullptr, 293 },
1006
  { "nl-cad-lift", required_argument, nullptr, 294 },
1007
  { "nl-cad-proj", required_argument, nullptr, 295 },
1008
  { "nl-ext", required_argument, nullptr, 296 },
1009
  { "nl-ext-ent-conf", no_argument, nullptr, 297 },
1010
  { "no-nl-ext-ent-conf", no_argument, nullptr, 298 },
1011
  { "nl-ext-factor", no_argument, nullptr, 299 },
1012
  { "no-nl-ext-factor", no_argument, nullptr, 300 },
1013
  { "nl-ext-inc-prec", no_argument, nullptr, 301 },
1014
  { "no-nl-ext-inc-prec", no_argument, nullptr, 302 },
1015
  { "nl-ext-purify", no_argument, nullptr, 303 },
1016
  { "no-nl-ext-purify", no_argument, nullptr, 304 },
1017
  { "nl-ext-rbound", no_argument, nullptr, 305 },
1018
  { "no-nl-ext-rbound", no_argument, nullptr, 306 },
1019
  { "nl-ext-rewrite", no_argument, nullptr, 307 },
1020
  { "no-nl-ext-rewrite", no_argument, nullptr, 308 },
1021
  { "nl-ext-split-zero", no_argument, nullptr, 309 },
1022
  { "no-nl-ext-split-zero", no_argument, nullptr, 310 },
1023
  { "nl-ext-tf-taylor-deg", required_argument, nullptr, 311 },
1024
  { "nl-ext-tf-tplanes", no_argument, nullptr, 312 },
1025
  { "no-nl-ext-tf-tplanes", no_argument, nullptr, 313 },
1026
  { "nl-ext-tplanes", no_argument, nullptr, 314 },
1027
  { "no-nl-ext-tplanes", no_argument, nullptr, 315 },
1028
  { "nl-ext-tplanes-interleave", no_argument, nullptr, 316 },
1029
  { "no-nl-ext-tplanes-interleave", no_argument, nullptr, 317 },
1030
  { "nl-icp", no_argument, nullptr, 318 },
1031
  { "no-nl-icp", no_argument, nullptr, 319 },
1032
  { "nl-rlv", required_argument, nullptr, 320 },
1033
  { "nl-rlv-assert-bounds", no_argument, nullptr, 321 },
1034
  { "no-nl-rlv-assert-bounds", no_argument, nullptr, 322 },
1035
  { "pb-rewrites", no_argument, nullptr, 323 },
1036
  { "no-pb-rewrites", no_argument, nullptr, 324 },
1037
  { "pivot-threshold", required_argument, nullptr, 325 },
1038
  { "pp-assert-max-sub-size", required_argument, nullptr, 326 },
1039
  { "prop-row-length", required_argument, nullptr, 327 },
1040
  { "replay-early-close-depth", required_argument, nullptr, 328 },
1041
  { "replay-lemma-reject-cut", required_argument, nullptr, 329 },
1042
  { "replay-num-err-penalty", required_argument, nullptr, 330 },
1043
  { "replay-reject-cut", required_argument, nullptr, 331 },
1044
  { "restrict-pivots", no_argument, nullptr, 332 },
1045
  { "no-restrict-pivots", no_argument, nullptr, 333 },
1046
  { "revert-arith-models-on-unsat", no_argument, nullptr, 334 },
1047
  { "no-revert-arith-models-on-unsat", no_argument, nullptr, 335 },
1048
  { "rr-turns", required_argument, nullptr, 336 },
1049
  { "se-solve-int", no_argument, nullptr, 337 },
1050
  { "no-se-solve-int", no_argument, nullptr, 338 },
1051
  { "simplex-check-period", required_argument, nullptr, 339 },
1052
  { "soi-qe", no_argument, nullptr, 340 },
1053
  { "no-soi-qe", no_argument, nullptr, 341 },
1054
  { "standard-effort-variable-order-pivots", required_argument, nullptr, 342 },
1055
  { "unate-lemmas", required_argument, nullptr, 343 },
1056
  { "use-approx", no_argument, nullptr, 344 },
1057
  { "no-use-approx", no_argument, nullptr, 345 },
1058
  { "use-fcsimplex", no_argument, nullptr, 346 },
1059
  { "no-use-fcsimplex", no_argument, nullptr, 347 },
1060
  { "use-soi", no_argument, nullptr, 348 },
1061
  { "no-use-soi", no_argument, nullptr, 349 },
1062
  { "arrays-eager-index", no_argument, nullptr, 350 },
1063
  { "no-arrays-eager-index", no_argument, nullptr, 351 },
1064
  { "arrays-eager-lemmas", no_argument, nullptr, 352 },
1065
  { "no-arrays-eager-lemmas", no_argument, nullptr, 353 },
1066
  { "arrays-exp", no_argument, nullptr, 354 },
1067
  { "no-arrays-exp", no_argument, nullptr, 355 },
1068
  { "arrays-optimize-linear", no_argument, nullptr, 356 },
1069
  { "no-arrays-optimize-linear", no_argument, nullptr, 357 },
1070
  { "arrays-prop", required_argument, nullptr, 358 },
1071
  { "arrays-reduce-sharing", no_argument, nullptr, 359 },
1072
  { "no-arrays-reduce-sharing", no_argument, nullptr, 360 },
1073
  { "arrays-weak-equiv", no_argument, nullptr, 361 },
1074
  { "no-arrays-weak-equiv", no_argument, nullptr, 362 },
1075
  { "debug", required_argument, nullptr, 363 },
1076
  { "err", required_argument, nullptr, 364 },
1077
  { "diagnostic-output-channel", required_argument, nullptr, 365 },
1078
  { "in", required_argument, nullptr, 366 },
1079
  { "incremental", no_argument, nullptr, 367 },
1080
  { "no-incremental", no_argument, nullptr, 368 },
1081
  { "lang", required_argument, nullptr, 369 },
1082
  { "input-language", required_argument, nullptr, 370 },
1083
  { "out", required_argument, nullptr, 371 },
1084
  { "regular-output-channel", required_argument, nullptr, 372 },
1085
  { "output", required_argument, nullptr, 373 },
1086
  { "output-lang", required_argument, nullptr, 374 },
1087
  { "output-language", required_argument, nullptr, 375 },
1088
  { "parse-only", no_argument, nullptr, 376 },
1089
  { "no-parse-only", no_argument, nullptr, 377 },
1090
  { "preprocess-only", no_argument, nullptr, 378 },
1091
  { "no-preprocess-only", no_argument, nullptr, 379 },
1092
  { "print-success", no_argument, nullptr, 380 },
1093
  { "no-print-success", no_argument, nullptr, 381 },
1094
  { "quiet", no_argument, nullptr, 382 },
1095
  { "rlimit", required_argument, nullptr, 383 },
1096
  { "rlimit-per", required_argument, nullptr, 384 },
1097
  { "reproducible-resource-limit", required_argument, nullptr, 385 },
1098
  { "rweight", required_argument, nullptr, 386 },
1099
  { "stats", no_argument, nullptr, 387 },
1100
  { "no-stats", no_argument, nullptr, 388 },
1101
  { "stats-all", no_argument, nullptr, 389 },
1102
  { "no-stats-all", no_argument, nullptr, 390 },
1103
  { "stats-every-query", no_argument, nullptr, 391 },
1104
  { "no-stats-every-query", no_argument, nullptr, 392 },
1105
  { "stats-expert", no_argument, nullptr, 393 },
1106
  { "no-stats-expert", no_argument, nullptr, 394 },
1107
  { "tlimit", required_argument, nullptr, 395 },
1108
  { "tlimit-per", required_argument, nullptr, 396 },
1109
  { "trace", required_argument, nullptr, 397 },
1110
  { "verbose", no_argument, nullptr, 398 },
1111
  { "verbosity", required_argument, nullptr, 399 },
1112
  { "bitblast", required_argument, nullptr, 400 },
1113
  { "bitwise-eq", no_argument, nullptr, 401 },
1114
  { "no-bitwise-eq", no_argument, nullptr, 402 },
1115
  { "bool-to-bv", required_argument, nullptr, 403 },
1116
  { "bv-assert-input", no_argument, nullptr, 404 },
1117
  { "no-bv-assert-input", no_argument, nullptr, 405 },
1118
  { "bv-extract-arith", no_argument, nullptr, 406 },
1119
  { "no-bv-extract-arith", no_argument, nullptr, 407 },
1120
  { "bv-gauss-elim", no_argument, nullptr, 408 },
1121
  { "no-bv-gauss-elim", no_argument, nullptr, 409 },
1122
  { "bv-intro-pow2", no_argument, nullptr, 410 },
1123
  { "no-bv-intro-pow2", no_argument, nullptr, 411 },
1124
  { "bv-print-consts-as-indexed-symbols", no_argument, nullptr, 412 },
1125
  { "no-bv-print-consts-as-indexed-symbols", no_argument, nullptr, 413 },
1126
  { "bv-propagate", no_argument, nullptr, 414 },
1127
  { "no-bv-propagate", no_argument, nullptr, 415 },
1128
  { "bv-rw-extend-eq", no_argument, nullptr, 416 },
1129
  { "no-bv-rw-extend-eq", no_argument, nullptr, 417 },
1130
  { "bv-sat-solver", required_argument, nullptr, 418 },
1131
  { "bv-solver", required_argument, nullptr, 419 },
1132
  { "bv-to-bool", no_argument, nullptr, 420 },
1133
  { "no-bv-to-bool", no_argument, nullptr, 421 },
1134
  { "cdt-bisimilar", no_argument, nullptr, 422 },
1135
  { "no-cdt-bisimilar", no_argument, nullptr, 423 },
1136
  { "dt-binary-split", no_argument, nullptr, 424 },
1137
  { "no-dt-binary-split", no_argument, nullptr, 425 },
1138
  { "dt-blast-splits", no_argument, nullptr, 426 },
1139
  { "no-dt-blast-splits", no_argument, nullptr, 427 },
1140
  { "dt-cyclic", no_argument, nullptr, 428 },
1141
  { "no-dt-cyclic", no_argument, nullptr, 429 },
1142
  { "dt-force-assignment", no_argument, nullptr, 430 },
1143
  { "no-dt-force-assignment", no_argument, nullptr, 431 },
1144
  { "dt-infer-as-lemmas", no_argument, nullptr, 432 },
1145
  { "no-dt-infer-as-lemmas", no_argument, nullptr, 433 },
1146
  { "dt-nested-rec", no_argument, nullptr, 434 },
1147
  { "no-dt-nested-rec", no_argument, nullptr, 435 },
1148
  { "dt-polite-optimize", no_argument, nullptr, 436 },
1149
  { "no-dt-polite-optimize", no_argument, nullptr, 437 },
1150
  { "dt-rewrite-error-sel", no_argument, nullptr, 438 },
1151
  { "no-dt-rewrite-error-sel", no_argument, nullptr, 439 },
1152
  { "dt-share-sel", no_argument, nullptr, 440 },
1153
  { "no-dt-share-sel", no_argument, nullptr, 441 },
1154
  { "sygus-abort-size", required_argument, nullptr, 442 },
1155
  { "sygus-fair", required_argument, nullptr, 443 },
1156
  { "sygus-fair-max", no_argument, nullptr, 444 },
1157
  { "no-sygus-fair-max", no_argument, nullptr, 445 },
1158
  { "sygus-sym-break", no_argument, nullptr, 446 },
1159
  { "no-sygus-sym-break", no_argument, nullptr, 447 },
1160
  { "sygus-sym-break-agg", no_argument, nullptr, 448 },
1161
  { "no-sygus-sym-break-agg", no_argument, nullptr, 449 },
1162
  { "sygus-sym-break-dynamic", no_argument, nullptr, 450 },
1163
  { "no-sygus-sym-break-dynamic", no_argument, nullptr, 451 },
1164
  { "sygus-sym-break-lazy", no_argument, nullptr, 452 },
1165
  { "no-sygus-sym-break-lazy", no_argument, nullptr, 453 },
1166
  { "sygus-sym-break-pbe", no_argument, nullptr, 454 },
1167
  { "no-sygus-sym-break-pbe", no_argument, nullptr, 455 },
1168
  { "sygus-sym-break-rlv", no_argument, nullptr, 456 },
1169
  { "no-sygus-sym-break-rlv", no_argument, nullptr, 457 },
1170
  { "decision", required_argument, nullptr, 458 },
1171
  { "decision-mode", required_argument, nullptr, 459 },
1172
  { "decision-random-weight", required_argument, nullptr, 460 },
1173
  { "decision-threshold", required_argument, nullptr, 461 },
1174
  { "decision-use-weight", no_argument, nullptr, 462 },
1175
  { "no-decision-use-weight", no_argument, nullptr, 463 },
1176
  { "decision-weight-internal", required_argument, nullptr, 464 },
1177
  { "jh-rlv-order", no_argument, nullptr, 465 },
1178
  { "no-jh-rlv-order", no_argument, nullptr, 466 },
1179
  { "jh-skolem", required_argument, nullptr, 467 },
1180
  { "jh-skolem-rlv", required_argument, nullptr, 468 },
1181
  { "dag-thresh", required_argument, nullptr, 469 },
1182
  { "expr-depth", required_argument, nullptr, 470 },
1183
  { "type-checking", no_argument, nullptr, 471 },
1184
  { "no-type-checking", no_argument, nullptr, 472 },
1185
  { "fp-exp", no_argument, nullptr, 473 },
1186
  { "no-fp-exp", no_argument, nullptr, 474 },
1187
  { "fp-lazy-wb", no_argument, nullptr, 475 },
1188
  { "no-fp-lazy-wb", no_argument, nullptr, 476 },
1189
  { "copyright", no_argument, nullptr, 477 },
1190
  { "dump-difficulty", no_argument, nullptr, 478 },
1191
  { "no-dump-difficulty", no_argument, nullptr, 479 },
1192
  { "dump-instantiations", no_argument, nullptr, 480 },
1193
  { "no-dump-instantiations", no_argument, nullptr, 481 },
1194
  { "dump-instantiations-debug", no_argument, nullptr, 482 },
1195
  { "no-dump-instantiations-debug", no_argument, nullptr, 483 },
1196
  { "dump-models", no_argument, nullptr, 484 },
1197
  { "no-dump-models", no_argument, nullptr, 485 },
1198
  { "dump-proofs", no_argument, nullptr, 486 },
1199
  { "no-dump-proofs", no_argument, nullptr, 487 },
1200
  { "dump-unsat-cores", no_argument, nullptr, 488 },
1201
  { "no-dump-unsat-cores", no_argument, nullptr, 489 },
1202
  { "early-exit", no_argument, nullptr, 490 },
1203
  { "no-early-exit", no_argument, nullptr, 491 },
1204
  { "filename", required_argument, nullptr, 492 },
1205
  { "force-no-limit-cpu-while-dump", no_argument, nullptr, 493 },
1206
  { "no-force-no-limit-cpu-while-dump", no_argument, nullptr, 494 },
1207
  { "help", no_argument, nullptr, 495 },
1208
  { "interactive", no_argument, nullptr, 496 },
1209
  { "no-interactive", no_argument, nullptr, 497 },
1210
  { "print-unsat-cores-full", no_argument, nullptr, 498 },
1211
  { "no-print-unsat-cores-full", no_argument, nullptr, 499 },
1212
  { "seed", required_argument, nullptr, 500 },
1213
  { "segv-spin", no_argument, nullptr, 501 },
1214
  { "no-segv-spin", no_argument, nullptr, 502 },
1215
  { "show-config", no_argument, nullptr, 503 },
1216
  { "show-debug-tags", no_argument, nullptr, 504 },
1217
  { "show-trace-tags", no_argument, nullptr, 505 },
1218
  { "version", no_argument, nullptr, 506 },
1219
  { "filesystem-access", no_argument, nullptr, 507 },
1220
  { "no-filesystem-access", no_argument, nullptr, 508 },
1221
  { "force-logic", required_argument, nullptr, 509 },
1222
  { "global-declarations", no_argument, nullptr, 510 },
1223
  { "no-global-declarations", no_argument, nullptr, 511 },
1224
  { "mmap", no_argument, nullptr, 512 },
1225
  { "no-mmap", no_argument, nullptr, 513 },
1226
  { "semantic-checks", no_argument, nullptr, 514 },
1227
  { "no-semantic-checks", no_argument, nullptr, 515 },
1228
  { "strict-parsing", no_argument, nullptr, 516 },
1229
  { "no-strict-parsing", no_argument, nullptr, 517 },
1230
  { "flatten-ho-chains", no_argument, nullptr, 518 },
1231
  { "no-flatten-ho-chains", no_argument, nullptr, 519 },
1232
  { "print-inst", required_argument, nullptr, 520 },
1233
  { "print-inst-full", no_argument, nullptr, 521 },
1234
  { "no-print-inst-full", no_argument, nullptr, 522 },
1235
  { "proof-check", required_argument, nullptr, 523 },
1236
  { "proof-format-mode", required_argument, nullptr, 524 },
1237
  { "proof-granularity", required_argument, nullptr, 525 },
1238
  { "proof-pedantic", required_argument, nullptr, 526 },
1239
  { "proof-pp-merge", no_argument, nullptr, 527 },
1240
  { "no-proof-pp-merge", no_argument, nullptr, 528 },
1241
  { "proof-print-conclusion", no_argument, nullptr, 529 },
1242
  { "no-proof-print-conclusion", no_argument, nullptr, 530 },
1243
  { "minisat-dump-dimacs", no_argument, nullptr, 531 },
1244
  { "no-minisat-dump-dimacs", no_argument, nullptr, 532 },
1245
  { "minisat-elimination", no_argument, nullptr, 533 },
1246
  { "no-minisat-elimination", no_argument, nullptr, 534 },
1247
  { "random-freq", required_argument, nullptr, 535 },
1248
  { "random-frequency", required_argument, nullptr, 536 },
1249
  { "random-seed", required_argument, nullptr, 537 },
1250
  { "refine-conflicts", no_argument, nullptr, 538 },
1251
  { "no-refine-conflicts", no_argument, nullptr, 539 },
1252
  { "restart-int-base", required_argument, nullptr, 540 },
1253
  { "restart-int-inc", required_argument, nullptr, 541 },
1254
  { "ag-miniscope-quant", no_argument, nullptr, 542 },
1255
  { "no-ag-miniscope-quant", no_argument, nullptr, 543 },
1256
  { "cegis-sample", required_argument, nullptr, 544 },
1257
  { "cegqi", no_argument, nullptr, 545 },
1258
  { "no-cegqi", no_argument, nullptr, 546 },
1259
  { "cegqi-all", no_argument, nullptr, 547 },
1260
  { "no-cegqi-all", no_argument, nullptr, 548 },
1261
  { "cegqi-bv", no_argument, nullptr, 549 },
1262
  { "no-cegqi-bv", no_argument, nullptr, 550 },
1263
  { "cegqi-bv-concat-inv", no_argument, nullptr, 551 },
1264
  { "no-cegqi-bv-concat-inv", no_argument, nullptr, 552 },
1265
  { "cegqi-bv-ineq", required_argument, nullptr, 553 },
1266
  { "cegqi-bv-interleave-value", no_argument, nullptr, 554 },
1267
  { "no-cegqi-bv-interleave-value", no_argument, nullptr, 555 },
1268
  { "cegqi-bv-linear", no_argument, nullptr, 556 },
1269
  { "no-cegqi-bv-linear", no_argument, nullptr, 557 },
1270
  { "cegqi-bv-rm-extract", no_argument, nullptr, 558 },
1271
  { "no-cegqi-bv-rm-extract", no_argument, nullptr, 559 },
1272
  { "cegqi-bv-solve-nl", no_argument, nullptr, 560 },
1273
  { "no-cegqi-bv-solve-nl", no_argument, nullptr, 561 },
1274
  { "cegqi-full", no_argument, nullptr, 562 },
1275
  { "no-cegqi-full", no_argument, nullptr, 563 },
1276
  { "cegqi-innermost", no_argument, nullptr, 564 },
1277
  { "no-cegqi-innermost", no_argument, nullptr, 565 },
1278
  { "cegqi-midpoint", no_argument, nullptr, 566 },
1279
  { "no-cegqi-midpoint", no_argument, nullptr, 567 },
1280
  { "cegqi-min-bounds", no_argument, nullptr, 568 },
1281
  { "no-cegqi-min-bounds", no_argument, nullptr, 569 },
1282
  { "cegqi-model", no_argument, nullptr, 570 },
1283
  { "no-cegqi-model", no_argument, nullptr, 571 },
1284
  { "cegqi-multi-inst", no_argument, nullptr, 572 },
1285
  { "no-cegqi-multi-inst", no_argument, nullptr, 573 },
1286
  { "cegqi-nested-qe", no_argument, nullptr, 574 },
1287
  { "no-cegqi-nested-qe", no_argument, nullptr, 575 },
1288
  { "cegqi-nopt", no_argument, nullptr, 576 },
1289
  { "no-cegqi-nopt", no_argument, nullptr, 577 },
1290
  { "cegqi-repeat-lit", no_argument, nullptr, 578 },
1291
  { "no-cegqi-repeat-lit", no_argument, nullptr, 579 },
1292
  { "cegqi-round-up-lia", no_argument, nullptr, 580 },
1293
  { "no-cegqi-round-up-lia", no_argument, nullptr, 581 },
1294
  { "cegqi-sat", no_argument, nullptr, 582 },
1295
  { "no-cegqi-sat", no_argument, nullptr, 583 },
1296
  { "cegqi-use-inf-int", no_argument, nullptr, 584 },
1297
  { "no-cegqi-use-inf-int", no_argument, nullptr, 585 },
1298
  { "cegqi-use-inf-real", no_argument, nullptr, 586 },
1299
  { "no-cegqi-use-inf-real", no_argument, nullptr, 587 },
1300
  { "cond-var-split-agg-quant", no_argument, nullptr, 588 },
1301
  { "no-cond-var-split-agg-quant", no_argument, nullptr, 589 },
1302
  { "cond-var-split-quant", no_argument, nullptr, 590 },
1303
  { "no-cond-var-split-quant", no_argument, nullptr, 591 },
1304
  { "conjecture-filter-active-terms", no_argument, nullptr, 592 },
1305
  { "no-conjecture-filter-active-terms", no_argument, nullptr, 593 },
1306
  { "conjecture-filter-canonical", no_argument, nullptr, 594 },
1307
  { "no-conjecture-filter-canonical", no_argument, nullptr, 595 },
1308
  { "conjecture-filter-model", no_argument, nullptr, 596 },
1309
  { "no-conjecture-filter-model", no_argument, nullptr, 597 },
1310
  { "conjecture-gen", no_argument, nullptr, 598 },
1311
  { "no-conjecture-gen", no_argument, nullptr, 599 },
1312
  { "conjecture-gen-gt-enum", required_argument, nullptr, 600 },
1313
  { "conjecture-gen-max-depth", required_argument, nullptr, 601 },
1314
  { "conjecture-gen-per-round", required_argument, nullptr, 602 },
1315
  { "conjecture-gen-uee-intro", no_argument, nullptr, 603 },
1316
  { "no-conjecture-gen-uee-intro", no_argument, nullptr, 604 },
1317
  { "conjecture-no-filter", no_argument, nullptr, 605 },
1318
  { "no-conjecture-no-filter", no_argument, nullptr, 606 },
1319
  { "dt-stc-ind", no_argument, nullptr, 607 },
1320
  { "no-dt-stc-ind", no_argument, nullptr, 608 },
1321
  { "dt-var-exp-quant", no_argument, nullptr, 609 },
1322
  { "no-dt-var-exp-quant", no_argument, nullptr, 610 },
1323
  { "e-matching", no_argument, nullptr, 611 },
1324
  { "no-e-matching", no_argument, nullptr, 612 },
1325
  { "elim-taut-quant", no_argument, nullptr, 613 },
1326
  { "no-elim-taut-quant", no_argument, nullptr, 614 },
1327
  { "ext-rewrite-quant", no_argument, nullptr, 615 },
1328
  { "no-ext-rewrite-quant", no_argument, nullptr, 616 },
1329
  { "finite-model-find", no_argument, nullptr, 617 },
1330
  { "no-finite-model-find", no_argument, nullptr, 618 },
1331
  { "fmf-bound", no_argument, nullptr, 619 },
1332
  { "no-fmf-bound", no_argument, nullptr, 620 },
1333
  { "fmf-bound-int", no_argument, nullptr, 621 },
1334
  { "no-fmf-bound-int", no_argument, nullptr, 622 },
1335
  { "fmf-bound-lazy", no_argument, nullptr, 623 },
1336
  { "no-fmf-bound-lazy", no_argument, nullptr, 624 },
1337
  { "fmf-fmc-simple", no_argument, nullptr, 625 },
1338
  { "no-fmf-fmc-simple", no_argument, nullptr, 626 },
1339
  { "fmf-fresh-dc", no_argument, nullptr, 627 },
1340
  { "no-fmf-fresh-dc", no_argument, nullptr, 628 },
1341
  { "fmf-fun", no_argument, nullptr, 629 },
1342
  { "no-fmf-fun", no_argument, nullptr, 630 },
1343
  { "fmf-fun-rlv", no_argument, nullptr, 631 },
1344
  { "no-fmf-fun-rlv", no_argument, nullptr, 632 },
1345
  { "fmf-inst-engine", no_argument, nullptr, 633 },
1346
  { "no-fmf-inst-engine", no_argument, nullptr, 634 },
1347
  { "fmf-type-completion-thresh", required_argument, nullptr, 635 },
1348
  { "fs-interleave", no_argument, nullptr, 636 },
1349
  { "no-fs-interleave", no_argument, nullptr, 637 },
1350
  { "fs-stratify", no_argument, nullptr, 638 },
1351
  { "no-fs-stratify", no_argument, nullptr, 639 },
1352
  { "fs-sum", no_argument, nullptr, 640 },
1353
  { "no-fs-sum", no_argument, nullptr, 641 },
1354
  { "full-saturate-quant", no_argument, nullptr, 642 },
1355
  { "no-full-saturate-quant", no_argument, nullptr, 643 },
1356
  { "full-saturate-quant-limit", required_argument, nullptr, 644 },
1357
  { "full-saturate-quant-rd", no_argument, nullptr, 645 },
1358
  { "no-full-saturate-quant-rd", no_argument, nullptr, 646 },
1359
  { "global-negate", no_argument, nullptr, 647 },
1360
  { "no-global-negate", no_argument, nullptr, 648 },
1361
  { "ho-elim", no_argument, nullptr, 649 },
1362
  { "no-ho-elim", no_argument, nullptr, 650 },
1363
  { "ho-elim-store-ax", no_argument, nullptr, 651 },
1364
  { "no-ho-elim-store-ax", no_argument, nullptr, 652 },
1365
  { "ho-matching", no_argument, nullptr, 653 },
1366
  { "no-ho-matching", no_argument, nullptr, 654 },
1367
  { "ho-matching-var-priority", no_argument, nullptr, 655 },
1368
  { "no-ho-matching-var-priority", no_argument, nullptr, 656 },
1369
  { "ho-merge-term-db", no_argument, nullptr, 657 },
1370
  { "no-ho-merge-term-db", no_argument, nullptr, 658 },
1371
  { "increment-triggers", no_argument, nullptr, 659 },
1372
  { "no-increment-triggers", no_argument, nullptr, 660 },
1373
  { "inst-level-input-only", no_argument, nullptr, 661 },
1374
  { "no-inst-level-input-only", no_argument, nullptr, 662 },
1375
  { "inst-max-level", required_argument, nullptr, 663 },
1376
  { "inst-max-rounds", required_argument, nullptr, 664 },
1377
  { "inst-no-entail", no_argument, nullptr, 665 },
1378
  { "no-inst-no-entail", no_argument, nullptr, 666 },
1379
  { "inst-when", required_argument, nullptr, 667 },
1380
  { "inst-when-phase", required_argument, nullptr, 668 },
1381
  { "inst-when-strict-interleave", no_argument, nullptr, 669 },
1382
  { "no-inst-when-strict-interleave", no_argument, nullptr, 670 },
1383
  { "inst-when-tc-first", no_argument, nullptr, 671 },
1384
  { "no-inst-when-tc-first", no_argument, nullptr, 672 },
1385
  { "int-wf-ind", no_argument, nullptr, 673 },
1386
  { "no-int-wf-ind", no_argument, nullptr, 674 },
1387
  { "ite-dtt-split-quant", no_argument, nullptr, 675 },
1388
  { "no-ite-dtt-split-quant", no_argument, nullptr, 676 },
1389
  { "ite-lift-quant", required_argument, nullptr, 677 },
1390
  { "literal-matching", required_argument, nullptr, 678 },
1391
  { "macros-quant", no_argument, nullptr, 679 },
1392
  { "no-macros-quant", no_argument, nullptr, 680 },
1393
  { "macros-quant-mode", required_argument, nullptr, 681 },
1394
  { "mbqi", required_argument, nullptr, 682 },
1395
  { "mbqi-interleave", no_argument, nullptr, 683 },
1396
  { "no-mbqi-interleave", no_argument, nullptr, 684 },
1397
  { "mbqi-one-inst-per-round", no_argument, nullptr, 685 },
1398
  { "no-mbqi-one-inst-per-round", no_argument, nullptr, 686 },
1399
  { "miniscope-quant", no_argument, nullptr, 687 },
1400
  { "no-miniscope-quant", no_argument, nullptr, 688 },
1401
  { "miniscope-quant-fv", no_argument, nullptr, 689 },
1402
  { "no-miniscope-quant-fv", no_argument, nullptr, 690 },
1403
  { "multi-trigger-cache", no_argument, nullptr, 691 },
1404
  { "no-multi-trigger-cache", no_argument, nullptr, 692 },
1405
  { "multi-trigger-linear", no_argument, nullptr, 693 },
1406
  { "no-multi-trigger-linear", no_argument, nullptr, 694 },
1407
  { "multi-trigger-priority", no_argument, nullptr, 695 },
1408
  { "no-multi-trigger-priority", no_argument, nullptr, 696 },
1409
  { "multi-trigger-when-single", no_argument, nullptr, 697 },
1410
  { "no-multi-trigger-when-single", no_argument, nullptr, 698 },
1411
  { "partial-triggers", no_argument, nullptr, 699 },
1412
  { "no-partial-triggers", no_argument, nullptr, 700 },
1413
  { "pool-inst", no_argument, nullptr, 701 },
1414
  { "no-pool-inst", no_argument, nullptr, 702 },
1415
  { "pre-skolem-quant", no_argument, nullptr, 703 },
1416
  { "no-pre-skolem-quant", no_argument, nullptr, 704 },
1417
  { "pre-skolem-quant-agg", no_argument, nullptr, 705 },
1418
  { "no-pre-skolem-quant-agg", no_argument, nullptr, 706 },
1419
  { "pre-skolem-quant-nested", no_argument, nullptr, 707 },
1420
  { "no-pre-skolem-quant-nested", no_argument, nullptr, 708 },
1421
  { "prenex-quant", required_argument, nullptr, 709 },
1422
  { "prenex-quant-user", no_argument, nullptr, 710 },
1423
  { "no-prenex-quant-user", no_argument, nullptr, 711 },
1424
  { "purify-triggers", no_argument, nullptr, 712 },
1425
  { "no-purify-triggers", no_argument, nullptr, 713 },
1426
  { "qcf-all-conflict", no_argument, nullptr, 714 },
1427
  { "no-qcf-all-conflict", no_argument, nullptr, 715 },
1428
  { "qcf-eager-check-rd", no_argument, nullptr, 716 },
1429
  { "no-qcf-eager-check-rd", no_argument, nullptr, 717 },
1430
  { "qcf-eager-test", no_argument, nullptr, 718 },
1431
  { "no-qcf-eager-test", no_argument, nullptr, 719 },
1432
  { "qcf-nested-conflict", no_argument, nullptr, 720 },
1433
  { "no-qcf-nested-conflict", no_argument, nullptr, 721 },
1434
  { "qcf-skip-rd", no_argument, nullptr, 722 },
1435
  { "no-qcf-skip-rd", no_argument, nullptr, 723 },
1436
  { "qcf-tconstraint", no_argument, nullptr, 724 },
1437
  { "no-qcf-tconstraint", no_argument, nullptr, 725 },
1438
  { "qcf-vo-exp", no_argument, nullptr, 726 },
1439
  { "no-qcf-vo-exp", no_argument, nullptr, 727 },
1440
  { "quant-alpha-equiv", no_argument, nullptr, 728 },
1441
  { "no-quant-alpha-equiv", no_argument, nullptr, 729 },
1442
  { "quant-cf", no_argument, nullptr, 730 },
1443
  { "no-quant-cf", no_argument, nullptr, 731 },
1444
  { "quant-cf-mode", required_argument, nullptr, 732 },
1445
  { "quant-cf-when", required_argument, nullptr, 733 },
1446
  { "quant-dsplit-mode", required_argument, nullptr, 734 },
1447
  { "quant-fun-wd", no_argument, nullptr, 735 },
1448
  { "no-quant-fun-wd", no_argument, nullptr, 736 },
1449
  { "quant-ind", no_argument, nullptr, 737 },
1450
  { "no-quant-ind", no_argument, nullptr, 738 },
1451
  { "quant-rep-mode", required_argument, nullptr, 739 },
1452
  { "quant-split", no_argument, nullptr, 740 },
1453
  { "no-quant-split", no_argument, nullptr, 741 },
1454
  { "register-quant-body-terms", no_argument, nullptr, 742 },
1455
  { "no-register-quant-body-terms", no_argument, nullptr, 743 },
1456
  { "relational-triggers", no_argument, nullptr, 744 },
1457
  { "no-relational-triggers", no_argument, nullptr, 745 },
1458
  { "relevant-triggers", no_argument, nullptr, 746 },
1459
  { "no-relevant-triggers", no_argument, nullptr, 747 },
1460
  { "sygus", no_argument, nullptr, 748 },
1461
  { "no-sygus", no_argument, nullptr, 749 },
1462
  { "sygus-active-gen", required_argument, nullptr, 750 },
1463
  { "sygus-active-gen-cfactor", required_argument, nullptr, 751 },
1464
  { "sygus-add-const-grammar", no_argument, nullptr, 752 },
1465
  { "no-sygus-add-const-grammar", no_argument, nullptr, 753 },
1466
  { "sygus-arg-relevant", no_argument, nullptr, 754 },
1467
  { "no-sygus-arg-relevant", no_argument, nullptr, 755 },
1468
  { "sygus-auto-unfold", no_argument, nullptr, 756 },
1469
  { "no-sygus-auto-unfold", no_argument, nullptr, 757 },
1470
  { "sygus-bool-ite-return-const", no_argument, nullptr, 758 },
1471
  { "no-sygus-bool-ite-return-const", no_argument, nullptr, 759 },
1472
  { "sygus-core-connective", no_argument, nullptr, 760 },
1473
  { "no-sygus-core-connective", no_argument, nullptr, 761 },
1474
  { "sygus-crepair-abort", no_argument, nullptr, 762 },
1475
  { "no-sygus-crepair-abort", no_argument, nullptr, 763 },
1476
  { "sygus-eval-opt", no_argument, nullptr, 764 },
1477
  { "no-sygus-eval-opt", no_argument, nullptr, 765 },
1478
  { "sygus-eval-unfold", no_argument, nullptr, 766 },
1479
  { "no-sygus-eval-unfold", no_argument, nullptr, 767 },
1480
  { "sygus-eval-unfold-bool", no_argument, nullptr, 768 },
1481
  { "no-sygus-eval-unfold-bool", no_argument, nullptr, 769 },
1482
  { "sygus-expr-miner-check-timeout", required_argument, nullptr, 770 },
1483
  { "sygus-ext-rew", no_argument, nullptr, 771 },
1484
  { "no-sygus-ext-rew", no_argument, nullptr, 772 },
1485
  { "sygus-filter-sol", required_argument, nullptr, 773 },
1486
  { "sygus-filter-sol-rev", no_argument, nullptr, 774 },
1487
  { "no-sygus-filter-sol-rev", no_argument, nullptr, 775 },
1488
  { "sygus-grammar-cons", required_argument, nullptr, 776 },
1489
  { "sygus-grammar-norm", no_argument, nullptr, 777 },
1490
  { "no-sygus-grammar-norm", no_argument, nullptr, 778 },
1491
  { "sygus-inference", no_argument, nullptr, 779 },
1492
  { "no-sygus-inference", no_argument, nullptr, 780 },
1493
  { "sygus-inst", no_argument, nullptr, 781 },
1494
  { "no-sygus-inst", no_argument, nullptr, 782 },
1495
  { "sygus-inst-mode", required_argument, nullptr, 783 },
1496
  { "sygus-inst-scope", required_argument, nullptr, 784 },
1497
  { "sygus-inst-term-sel", required_argument, nullptr, 785 },
1498
  { "sygus-inv-templ", required_argument, nullptr, 786 },
1499
  { "sygus-inv-templ-when-sg", no_argument, nullptr, 787 },
1500
  { "no-sygus-inv-templ-when-sg", no_argument, nullptr, 788 },
1501
  { "sygus-min-grammar", no_argument, nullptr, 789 },
1502
  { "no-sygus-min-grammar", no_argument, nullptr, 790 },
1503
  { "sygus-pbe", no_argument, nullptr, 791 },
1504
  { "no-sygus-pbe", no_argument, nullptr, 792 },
1505
  { "sygus-pbe-multi-fair", no_argument, nullptr, 793 },
1506
  { "no-sygus-pbe-multi-fair", no_argument, nullptr, 794 },
1507
  { "sygus-pbe-multi-fair-diff", required_argument, nullptr, 795 },
1508
  { "sygus-qe-preproc", no_argument, nullptr, 796 },
1509
  { "no-sygus-qe-preproc", no_argument, nullptr, 797 },
1510
  { "sygus-query-gen", required_argument, nullptr, 798 },
1511
  { "sygus-query-gen-check", no_argument, nullptr, 799 },
1512
  { "no-sygus-query-gen-check", no_argument, nullptr, 800 },
1513
  { "sygus-query-gen-dump-files", required_argument, nullptr, 801 },
1514
  { "sygus-query-gen-thresh", required_argument, nullptr, 802 },
1515
  { "sygus-rec-fun", no_argument, nullptr, 803 },
1516
  { "no-sygus-rec-fun", no_argument, nullptr, 804 },
1517
  { "sygus-rec-fun-eval-limit", required_argument, nullptr, 805 },
1518
  { "sygus-repair-const", no_argument, nullptr, 806 },
1519
  { "no-sygus-repair-const", no_argument, nullptr, 807 },
1520
  { "sygus-repair-const-timeout", required_argument, nullptr, 808 },
1521
  { "sygus-rr", no_argument, nullptr, 809 },
1522
  { "no-sygus-rr", no_argument, nullptr, 810 },
1523
  { "sygus-rr-synth", no_argument, nullptr, 811 },
1524
  { "no-sygus-rr-synth", no_argument, nullptr, 812 },
1525
  { "sygus-rr-synth-accel", no_argument, nullptr, 813 },
1526
  { "no-sygus-rr-synth-accel", no_argument, nullptr, 814 },
1527
  { "sygus-rr-synth-check", no_argument, nullptr, 815 },
1528
  { "no-sygus-rr-synth-check", no_argument, nullptr, 816 },
1529
  { "sygus-rr-synth-filter-cong", no_argument, nullptr, 817 },
1530
  { "no-sygus-rr-synth-filter-cong", no_argument, nullptr, 818 },
1531
  { "sygus-rr-synth-filter-match", no_argument, nullptr, 819 },
1532
  { "no-sygus-rr-synth-filter-match", no_argument, nullptr, 820 },
1533
  { "sygus-rr-synth-filter-nl", no_argument, nullptr, 821 },
1534
  { "no-sygus-rr-synth-filter-nl", no_argument, nullptr, 822 },
1535
  { "sygus-rr-synth-filter-order", no_argument, nullptr, 823 },
1536
  { "no-sygus-rr-synth-filter-order", no_argument, nullptr, 824 },
1537
  { "sygus-rr-synth-input", no_argument, nullptr, 825 },
1538
  { "no-sygus-rr-synth-input", no_argument, nullptr, 826 },
1539
  { "sygus-rr-synth-input-nvars", required_argument, nullptr, 827 },
1540
  { "sygus-rr-synth-input-use-bool", no_argument, nullptr, 828 },
1541
  { "no-sygus-rr-synth-input-use-bool", no_argument, nullptr, 829 },
1542
  { "sygus-rr-synth-rec", no_argument, nullptr, 830 },
1543
  { "no-sygus-rr-synth-rec", no_argument, nullptr, 831 },
1544
  { "sygus-rr-verify", no_argument, nullptr, 832 },
1545
  { "no-sygus-rr-verify", no_argument, nullptr, 833 },
1546
  { "sygus-rr-verify-abort", no_argument, nullptr, 834 },
1547
  { "no-sygus-rr-verify-abort", no_argument, nullptr, 835 },
1548
  { "sygus-sample-fp-uniform", no_argument, nullptr, 836 },
1549
  { "no-sygus-sample-fp-uniform", no_argument, nullptr, 837 },
1550
  { "sygus-sample-grammar", no_argument, nullptr, 838 },
1551
  { "no-sygus-sample-grammar", no_argument, nullptr, 839 },
1552
  { "sygus-samples", required_argument, nullptr, 840 },
1553
  { "sygus-si", required_argument, nullptr, 841 },
1554
  { "sygus-si-abort", no_argument, nullptr, 842 },
1555
  { "no-sygus-si-abort", no_argument, nullptr, 843 },
1556
  { "sygus-si-rcons", required_argument, nullptr, 844 },
1557
  { "sygus-si-rcons-limit", required_argument, nullptr, 845 },
1558
  { "sygus-stream", no_argument, nullptr, 846 },
1559
  { "no-sygus-stream", no_argument, nullptr, 847 },
1560
  { "sygus-templ-embed-grammar", no_argument, nullptr, 848 },
1561
  { "no-sygus-templ-embed-grammar", no_argument, nullptr, 849 },
1562
  { "sygus-unif-cond-independent-no-repeat-sol", no_argument, nullptr, 850 },
1563
  { "no-sygus-unif-cond-independent-no-repeat-sol", no_argument, nullptr, 851 },
1564
  { "sygus-unif-pi", required_argument, nullptr, 852 },
1565
  { "sygus-unif-shuffle-cond", no_argument, nullptr, 853 },
1566
  { "no-sygus-unif-shuffle-cond", no_argument, nullptr, 854 },
1567
  { "sygus-verify-inst-max-rounds", required_argument, nullptr, 855 },
1568
  { "term-db-cd", no_argument, nullptr, 856 },
1569
  { "no-term-db-cd", no_argument, nullptr, 857 },
1570
  { "term-db-mode", required_argument, nullptr, 858 },
1571
  { "trigger-active-sel", required_argument, nullptr, 859 },
1572
  { "trigger-sel", required_argument, nullptr, 860 },
1573
  { "user-pat", required_argument, nullptr, 861 },
1574
  { "var-elim-quant", no_argument, nullptr, 862 },
1575
  { "no-var-elim-quant", no_argument, nullptr, 863 },
1576
  { "var-ineq-elim-quant", no_argument, nullptr, 864 },
1577
  { "no-var-ineq-elim-quant", no_argument, nullptr, 865 },
1578
  { "sep-check-neg", no_argument, nullptr, 866 },
1579
  { "no-sep-check-neg", no_argument, nullptr, 867 },
1580
  { "sep-child-refine", no_argument, nullptr, 868 },
1581
  { "no-sep-child-refine", no_argument, nullptr, 869 },
1582
  { "sep-deq-c", no_argument, nullptr, 870 },
1583
  { "no-sep-deq-c", no_argument, nullptr, 871 },
1584
  { "sep-min-refine", no_argument, nullptr, 872 },
1585
  { "no-sep-min-refine", no_argument, nullptr, 873 },
1586
  { "sep-pre-skolem-emp", no_argument, nullptr, 874 },
1587
  { "no-sep-pre-skolem-emp", no_argument, nullptr, 875 },
1588
  { "sets-ext", no_argument, nullptr, 876 },
1589
  { "no-sets-ext", no_argument, nullptr, 877 },
1590
  { "sets-infer-as-lemmas", no_argument, nullptr, 878 },
1591
  { "no-sets-infer-as-lemmas", no_argument, nullptr, 879 },
1592
  { "sets-proxy-lemmas", no_argument, nullptr, 880 },
1593
  { "no-sets-proxy-lemmas", no_argument, nullptr, 881 },
1594
  { "abstract-values", no_argument, nullptr, 882 },
1595
  { "no-abstract-values", no_argument, nullptr, 883 },
1596
  { "ackermann", no_argument, nullptr, 884 },
1597
  { "no-ackermann", no_argument, nullptr, 885 },
1598
  { "block-models", required_argument, nullptr, 886 },
1599
  { "bvand-integer-granularity", required_argument, nullptr, 887 },
1600
  { "check-abducts", no_argument, nullptr, 888 },
1601
  { "no-check-abducts", no_argument, nullptr, 889 },
1602
  { "check-interpols", no_argument, nullptr, 890 },
1603
  { "no-check-interpols", no_argument, nullptr, 891 },
1604
  { "check-models", no_argument, nullptr, 892 },
1605
  { "no-check-models", no_argument, nullptr, 893 },
1606
  { "check-proofs", no_argument, nullptr, 894 },
1607
  { "no-check-proofs", no_argument, nullptr, 895 },
1608
  { "check-synth-sol", no_argument, nullptr, 896 },
1609
  { "no-check-synth-sol", no_argument, nullptr, 897 },
1610
  { "check-unsat-cores", no_argument, nullptr, 898 },
1611
  { "no-check-unsat-cores", no_argument, nullptr, 899 },
1612
  { "debug-check-models", no_argument, nullptr, 900 },
1613
  { "no-debug-check-models", no_argument, nullptr, 901 },
1614
  { "difficulty-mode", required_argument, nullptr, 902 },
1615
  { "early-ite-removal", no_argument, nullptr, 903 },
1616
  { "no-early-ite-removal", no_argument, nullptr, 904 },
1617
  { "expand-definitions", no_argument, nullptr, 905 },
1618
  { "no-expand-definitions", no_argument, nullptr, 906 },
1619
  { "ext-rew-prep", no_argument, nullptr, 907 },
1620
  { "no-ext-rew-prep", no_argument, nullptr, 908 },
1621
  { "ext-rew-prep-agg", no_argument, nullptr, 909 },
1622
  { "no-ext-rew-prep-agg", no_argument, nullptr, 910 },
1623
  { "foreign-theory-rewrite", no_argument, nullptr, 911 },
1624
  { "no-foreign-theory-rewrite", no_argument, nullptr, 912 },
1625
  { "iand-mode", required_argument, nullptr, 913 },
1626
  { "ite-simp", no_argument, nullptr, 914 },
1627
  { "no-ite-simp", no_argument, nullptr, 915 },
1628
  { "learned-rewrite", no_argument, nullptr, 916 },
1629
  { "no-learned-rewrite", no_argument, nullptr, 917 },
1630
  { "minimal-unsat-cores", no_argument, nullptr, 918 },
1631
  { "no-minimal-unsat-cores", no_argument, nullptr, 919 },
1632
  { "model-cores", required_argument, nullptr, 920 },
1633
  { "model-u-print", required_argument, nullptr, 921 },
1634
  { "model-uninterp-print", required_argument, nullptr, 922 },
1635
  { "model-witness-value", no_argument, nullptr, 923 },
1636
  { "no-model-witness-value", no_argument, nullptr, 924 },
1637
  { "on-repeat-ite-simp", no_argument, nullptr, 925 },
1638
  { "no-on-repeat-ite-simp", no_argument, nullptr, 926 },
1639
  { "produce-abducts", no_argument, nullptr, 927 },
1640
  { "no-produce-abducts", no_argument, nullptr, 928 },
1641
  { "produce-assertions", no_argument, nullptr, 929 },
1642
  { "interactive-mode", no_argument, nullptr, 930 },
1643
  { "no-produce-assertions", no_argument, nullptr, 931 },
1644
  { "no-interactive-mode", no_argument, nullptr, 932 },
1645
  { "produce-assignments", no_argument, nullptr, 933 },
1646
  { "no-produce-assignments", no_argument, nullptr, 934 },
1647
  { "produce-difficulty", no_argument, nullptr, 935 },
1648
  { "no-produce-difficulty", no_argument, nullptr, 936 },
1649
  { "produce-interpols", required_argument, nullptr, 937 },
1650
  { "produce-models", no_argument, nullptr, 938 },
1651
  { "no-produce-models", no_argument, nullptr, 939 },
1652
  { "produce-proofs", no_argument, nullptr, 940 },
1653
  { "no-produce-proofs", no_argument, nullptr, 941 },
1654
  { "produce-unsat-assumptions", no_argument, nullptr, 942 },
1655
  { "no-produce-unsat-assumptions", no_argument, nullptr, 943 },
1656
  { "produce-unsat-cores", no_argument, nullptr, 944 },
1657
  { "no-produce-unsat-cores", no_argument, nullptr, 945 },
1658
  { "repeat-simp", no_argument, nullptr, 946 },
1659
  { "no-repeat-simp", no_argument, nullptr, 947 },
1660
  { "simp-ite-compress", no_argument, nullptr, 948 },
1661
  { "no-simp-ite-compress", no_argument, nullptr, 949 },
1662
  { "simp-ite-hunt-zombies", required_argument, nullptr, 950 },
1663
  { "simp-with-care", no_argument, nullptr, 951 },
1664
  { "no-simp-with-care", no_argument, nullptr, 952 },
1665
  { "simplification", required_argument, nullptr, 953 },
1666
  { "simplification-mode", required_argument, nullptr, 954 },
1667
  { "solve-bv-as-int", required_argument, nullptr, 955 },
1668
  { "solve-int-as-bv", required_argument, nullptr, 956 },
1669
  { "solve-real-as-int", no_argument, nullptr, 957 },
1670
  { "no-solve-real-as-int", no_argument, nullptr, 958 },
1671
  { "sort-inference", no_argument, nullptr, 959 },
1672
  { "no-sort-inference", no_argument, nullptr, 960 },
1673
  { "static-learning", no_argument, nullptr, 961 },
1674
  { "no-static-learning", no_argument, nullptr, 962 },
1675
  { "sygus-out", required_argument, nullptr, 963 },
1676
  { "unconstrained-simp", no_argument, nullptr, 964 },
1677
  { "no-unconstrained-simp", no_argument, nullptr, 965 },
1678
  { "unsat-cores-mode", required_argument, nullptr, 966 },
1679
  { "re-elim", no_argument, nullptr, 967 },
1680
  { "no-re-elim", no_argument, nullptr, 968 },
1681
  { "re-elim-agg", no_argument, nullptr, 969 },
1682
  { "no-re-elim-agg", no_argument, nullptr, 970 },
1683
  { "re-inter-mode", required_argument, nullptr, 971 },
1684
  { "strings-alpha-card", required_argument, nullptr, 972 },
1685
  { "strings-check-entail-len", no_argument, nullptr, 973 },
1686
  { "no-strings-check-entail-len", no_argument, nullptr, 974 },
1687
  { "strings-deq-ext", no_argument, nullptr, 975 },
1688
  { "no-strings-deq-ext", no_argument, nullptr, 976 },
1689
  { "strings-eager", no_argument, nullptr, 977 },
1690
  { "no-strings-eager", no_argument, nullptr, 978 },
1691
  { "strings-eager-eval", no_argument, nullptr, 979 },
1692
  { "no-strings-eager-eval", no_argument, nullptr, 980 },
1693
  { "strings-eager-len", no_argument, nullptr, 981 },
1694
  { "no-strings-eager-len", no_argument, nullptr, 982 },
1695
  { "strings-exp", no_argument, nullptr, 983 },
1696
  { "no-strings-exp", no_argument, nullptr, 984 },
1697
  { "strings-ff", no_argument, nullptr, 985 },
1698
  { "no-strings-ff", no_argument, nullptr, 986 },
1699
  { "strings-fmf", no_argument, nullptr, 987 },
1700
  { "no-strings-fmf", no_argument, nullptr, 988 },
1701
  { "strings-guess-model", no_argument, nullptr, 989 },
1702
  { "no-strings-guess-model", no_argument, nullptr, 990 },
1703
  { "strings-infer-as-lemmas", no_argument, nullptr, 991 },
1704
  { "no-strings-infer-as-lemmas", no_argument, nullptr, 992 },
1705
  { "strings-infer-sym", no_argument, nullptr, 993 },
1706
  { "no-strings-infer-sym", no_argument, nullptr, 994 },
1707
  { "strings-lazy-pp", no_argument, nullptr, 995 },
1708
  { "no-strings-lazy-pp", no_argument, nullptr, 996 },
1709
  { "strings-len-norm", no_argument, nullptr, 997 },
1710
  { "no-strings-len-norm", no_argument, nullptr, 998 },
1711
  { "strings-min-prefix-explain", no_argument, nullptr, 999 },
1712
  { "no-strings-min-prefix-explain", no_argument, nullptr, 1000 },
1713
  { "strings-process-loop-mode", required_argument, nullptr, 1001 },
1714
  { "strings-rexplain-lemmas", no_argument, nullptr, 1002 },
1715
  { "no-strings-rexplain-lemmas", no_argument, nullptr, 1003 },
1716
  { "strings-unified-vspt", no_argument, nullptr, 1004 },
1717
  { "no-strings-unified-vspt", no_argument, nullptr, 1005 },
1718
  { "assign-function-values", no_argument, nullptr, 1006 },
1719
  { "no-assign-function-values", no_argument, nullptr, 1007 },
1720
  { "condense-function-values", no_argument, nullptr, 1008 },
1721
  { "no-condense-function-values", no_argument, nullptr, 1009 },
1722
  { "ee-mode", required_argument, nullptr, 1010 },
1723
  { "relevance-filter", no_argument, nullptr, 1011 },
1724
  { "no-relevance-filter", no_argument, nullptr, 1012 },
1725
  { "tc-mode", required_argument, nullptr, 1013 },
1726
  { "theoryof-mode", required_argument, nullptr, 1014 },
1727
  { "symmetry-breaker", no_argument, nullptr, 1015 },
1728
  { "uf-symmetry-breaker", no_argument, nullptr, 1016 },
1729
  { "no-symmetry-breaker", no_argument, nullptr, 1017 },
1730
  { "no-uf-symmetry-breaker", no_argument, nullptr, 1018 },
1731
  { "uf-ho-ext", no_argument, nullptr, 1019 },
1732
  { "no-uf-ho-ext", no_argument, nullptr, 1020 },
1733
  { "uf-ss", required_argument, nullptr, 1021 },
1734
  { "uf-ss-abort-card", required_argument, nullptr, 1022 },
1735
  { "uf-ss-fair", no_argument, nullptr, 1023 },
1736
  { "no-uf-ss-fair", no_argument, nullptr, 1024 },
1737
  { "uf-ss-fair-monotone", no_argument, nullptr, 1025 },
1738
  { "no-uf-ss-fair-monotone", no_argument, nullptr, 1026 },
1739
// clang-format on
1740
  {nullptr, no_argument, nullptr, '\0'}
1741
};
1742
1743
std::string suggestCommandLineOptions(const std::string& optionName)
1744
{
1745
  DidYouMean didYouMean;
1746
1747
  const char* opt;
1748
  for (size_t i = 0; (opt = cmdlineOptions[i].name) != nullptr; ++i)
1749
  {
1750
    didYouMean.addWord(std::string("--") + cmdlineOptions[i].name);
1751
  }
1752
1753
  return didYouMean.getMatchAsString(
1754
      optionName.substr(0, optionName.find('=')));
1755
}
1756
1757
9312
void parseInternal(api::Solver& solver,
1758
                   int argc,
1759
                   char* argv[],
1760
                   std::vector<std::string>& nonoptions)
1761
{
1762
9312
  Assert(argv != nullptr);
1763
9312
  if (Debug.isOn("options"))
1764
  {
1765
    Debug("options") << "starting a new parseInternal with " << argc
1766
                     << " arguments" << std::endl;
1767
    for (int i = 0; i < argc; ++i)
1768
    {
1769
      Assert(argv[i] != nullptr);
1770
      Debug("options") << "  argv[" << i << "] = " << argv[i] << std::endl;
1771
    }
1772
  }
1773
1774
  // Reset getopt(), in the case of multiple calls to parse().
1775
  // This can be = 1 in newer GNU getopt, but older (< 2007) require = 0.
1776
9312
  optind = 0;
1777
#if HAVE_DECL_OPTRESET
1778
  optreset = 1; // on BSD getopt() (e.g. Mac OS), might need this
1779
#endif /* HAVE_DECL_OPTRESET */
1780
1781
  // We must parse the binary name, which is manually ignored below. Setting
1782
  // this to 1 leads to incorrect behavior on some platforms.
1783
9312
  int main_optind = 0;
1784
  int old_optind;
1785
1786
  while (true)
1787
  {  // Repeat Forever
1788
1789
25993
    optopt = 0;
1790
1791
25993
    optind = main_optind;
1792
25993
    old_optind = main_optind;
1793
1794
    // If we encounter an element that is not at zero and does not start
1795
    // with a "-", this is a non-option. We consume this element as a
1796
    // non-option.
1797
32576
    if (main_optind > 0 && main_optind < argc && argv[main_optind][0] != '-')
1798
    {
1799
13166
      Debug("options") << "enqueueing " << argv[main_optind]
1800
6583
                       << " as a non-option." << std::endl;
1801
6583
      nonoptions.push_back(argv[main_optind]);
1802
6583
      ++main_optind;
1803
14604
      continue;
1804
    }
1805
1806
38820
    Debug("options") << "[ before, main_optind == " << main_optind << " ]"
1807
19410
                     << std::endl;
1808
19410
    Debug("options") << "[ before, optind == " << optind << " ]" << std::endl;
1809
38820
    Debug("options") << "[ argc == " << argc << ", argv == " << argv << " ]"
1810
19410
                     << std::endl;
1811
    // clang-format off
1812
19410
    int c = getopt_long(argc, argv,
1813
                        "+:d:iL:o:qt:vhs:Vm",
1814
19410
                        cmdlineOptions, nullptr);
1815
    // clang-format on
1816
1817
19410
    main_optind = optind;
1818
1819
38820
    Debug("options") << "[ got " << int(c) << " (" << char(c) << ") ]"
1820
19410
                     << "[ next option will be at pos: " << optind << " ]"
1821
19410
                     << std::endl;
1822
1823
    // The initial getopt_long call should always determine that argv[0]
1824
    // is not an option and returns -1. We always manually advance beyond
1825
    // this element.
1826
20848
    if (old_optind == 0 && c == -1)
1827
    {
1828
1438
      Assert(main_optind > 0);
1829
1438
      continue;
1830
    }
1831
1832
17972
    if (c == -1)
1833
    {
1834
6583
      if (Debug.isOn("options"))
1835
      {
1836
        Debug("options") << "done with option parsing" << std::endl;
1837
        for (int index = optind; index < argc; ++index)
1838
        {
1839
          Debug("options") << "remaining " << argv[index] << std::endl;
1840
        }
1841
      }
1842
13166
      break;
1843
    }
1844
1845
20049
    std::string option = argv[old_optind == 0 ? 1 : old_optind];
1846
20049
    std::string optionarg = (optarg == nullptr) ? "" : optarg;
1847
1848
22778
    Debug("preemptGetopt") << "processing option " << c << " (`" << char(c)
1849
11389
                           << "'), " << option << std::endl;
1850
1851
11389
    switch (c)
1852
    {
1853
// clang-format off
1854
    case 256: // --approx-branch-depth
1855
      solver.setOption("approx-branch-depth", optionarg); break;
1856
2
    case 257: // --arith-brab
1857
2
      solver.setOption("arith-brab", "true"); break;
1858
2
    case 258: // --no-arith-brab
1859
2
      solver.setOption("arith-brab", "false"); break;
1860
    case 259: // --arith-cong-man
1861
      solver.setOption("arith-cong-man", "true"); break;
1862
    case 260: // --no-arith-cong-man
1863
      solver.setOption("arith-cong-man", "false"); break;
1864
6
    case 261: // --arith-eq-solver
1865
6
      solver.setOption("arith-eq-solver", "true"); break;
1866
    case 262: // --no-arith-eq-solver
1867
      solver.setOption("arith-eq-solver", "false"); break;
1868
    case 263: // --arith-no-partial-fun
1869
      solver.setOption("arith-no-partial-fun", "true"); break;
1870
    case 264: // --no-arith-no-partial-fun
1871
      solver.setOption("arith-no-partial-fun", "false"); break;
1872
    case 265: // --arith-prop
1873
      solver.setOption("arith-prop", optionarg); break;
1874
    case 266: // --arith-prop-clauses
1875
      solver.setOption("arith-prop-clauses", optionarg); break;
1876
4
    case 267: // --arith-rewrite-equalities
1877
4
      solver.setOption("arith-rewrite-equalities", "true"); break;
1878
    case 268: // --no-arith-rewrite-equalities
1879
      solver.setOption("arith-rewrite-equalities", "false"); break;
1880
    case 269: // --collect-pivot-stats
1881
      solver.setOption("collect-pivot-stats", "true"); break;
1882
    case 270: // --no-collect-pivot-stats
1883
      solver.setOption("collect-pivot-stats", "false"); break;
1884
    case 271: // --cut-all-bounded
1885
      solver.setOption("cut-all-bounded", "true"); break;
1886
    case 272: // --no-cut-all-bounded
1887
      solver.setOption("cut-all-bounded", "false"); break;
1888
    case 273: // --dio-decomps
1889
      solver.setOption("dio-decomps", "true"); break;
1890
    case 274: // --no-dio-decomps
1891
      solver.setOption("dio-decomps", "false"); break;
1892
    case 275: // --dio-solver
1893
      solver.setOption("dio-solver", "true"); break;
1894
    case 276: // --no-dio-solver
1895
      solver.setOption("dio-solver", "false"); break;
1896
    case 277: // --dio-turns
1897
      solver.setOption("dio-turns", optionarg); break;
1898
    case 278: // --error-selection-rule
1899
      solver.setOption("error-selection-rule", optionarg); break;
1900
    case 279: // --fc-penalties
1901
      solver.setOption("fc-penalties", "true"); break;
1902
    case 280: // --no-fc-penalties
1903
      solver.setOption("fc-penalties", "false"); break;
1904
    case 281: // --heuristic-pivots
1905
      solver.setOption("heuristic-pivots", optionarg); break;
1906
    case 282: // --lemmas-on-replay-failure
1907
      solver.setOption("lemmas-on-replay-failure", "true"); break;
1908
    case 283: // --no-lemmas-on-replay-failure
1909
      solver.setOption("lemmas-on-replay-failure", "false"); break;
1910
    case 284: // --maxCutsInContext
1911
      solver.setOption("maxCutsInContext", optionarg); break;
1912
12
    case 285: // --miplib-trick
1913
12
      solver.setOption("miplib-trick", "true"); break;
1914
    case 286: // --no-miplib-trick
1915
      solver.setOption("miplib-trick", "false"); break;
1916
    case 287: // --miplib-trick-subs
1917
      solver.setOption("miplib-trick-subs", optionarg); break;
1918
    case 288: // --new-prop
1919
      solver.setOption("new-prop", "true"); break;
1920
8
    case 289: // --no-new-prop
1921
8
      solver.setOption("new-prop", "false"); break;
1922
5
    case 290: // --nl-cad
1923
5
      solver.setOption("nl-cad", "true"); break;
1924
    case 291: // --no-nl-cad
1925
      solver.setOption("nl-cad", "false"); break;
1926
    case 292: // --nl-cad-initial
1927
      solver.setOption("nl-cad-initial", "true"); break;
1928
    case 293: // --no-nl-cad-initial
1929
      solver.setOption("nl-cad-initial", "false"); break;
1930
    case 294: // --nl-cad-lift
1931
      solver.setOption("nl-cad-lift", optionarg); break;
1932
    case 295: // --nl-cad-proj
1933
      solver.setOption("nl-cad-proj", optionarg); break;
1934
126
    case 296: // --nl-ext
1935
126
      solver.setOption("nl-ext", optionarg); break;
1936
    case 297: // --nl-ext-ent-conf
1937
      solver.setOption("nl-ext-ent-conf", "true"); break;
1938
    case 298: // --no-nl-ext-ent-conf
1939
      solver.setOption("nl-ext-ent-conf", "false"); break;
1940
    case 299: // --nl-ext-factor
1941
      solver.setOption("nl-ext-factor", "true"); break;
1942
    case 300: // --no-nl-ext-factor
1943
      solver.setOption("nl-ext-factor", "false"); break;
1944
    case 301: // --nl-ext-inc-prec
1945
      solver.setOption("nl-ext-inc-prec", "true"); break;
1946
2
    case 302: // --no-nl-ext-inc-prec
1947
2
      solver.setOption("nl-ext-inc-prec", "false"); break;
1948
2
    case 303: // --nl-ext-purify
1949
2
      solver.setOption("nl-ext-purify", "true"); break;
1950
    case 304: // --no-nl-ext-purify
1951
      solver.setOption("nl-ext-purify", "false"); break;
1952
    case 305: // --nl-ext-rbound
1953
      solver.setOption("nl-ext-rbound", "true"); break;
1954
    case 306: // --no-nl-ext-rbound
1955
      solver.setOption("nl-ext-rbound", "false"); break;
1956
    case 307: // --nl-ext-rewrite
1957
      solver.setOption("nl-ext-rewrite", "true"); break;
1958
    case 308: // --no-nl-ext-rewrite
1959
      solver.setOption("nl-ext-rewrite", "false"); break;
1960
    case 309: // --nl-ext-split-zero
1961
      solver.setOption("nl-ext-split-zero", "true"); break;
1962
    case 310: // --no-nl-ext-split-zero
1963
      solver.setOption("nl-ext-split-zero", "false"); break;
1964
    case 311: // --nl-ext-tf-taylor-deg
1965
      solver.setOption("nl-ext-tf-taylor-deg", optionarg); break;
1966
39
    case 312: // --nl-ext-tf-tplanes
1967
39
      solver.setOption("nl-ext-tf-tplanes", "true"); break;
1968
2
    case 313: // --no-nl-ext-tf-tplanes
1969
2
      solver.setOption("nl-ext-tf-tplanes", "false"); break;
1970
46
    case 314: // --nl-ext-tplanes
1971
46
      solver.setOption("nl-ext-tplanes", "true"); break;
1972
    case 315: // --no-nl-ext-tplanes
1973
      solver.setOption("nl-ext-tplanes", "false"); break;
1974
    case 316: // --nl-ext-tplanes-interleave
1975
      solver.setOption("nl-ext-tplanes-interleave", "true"); break;
1976
    case 317: // --no-nl-ext-tplanes-interleave
1977
      solver.setOption("nl-ext-tplanes-interleave", "false"); break;
1978
2
    case 318: // --nl-icp
1979
2
      solver.setOption("nl-icp", "true"); break;
1980
    case 319: // --no-nl-icp
1981
      solver.setOption("nl-icp", "false"); break;
1982
6
    case 320: // --nl-rlv
1983
6
      solver.setOption("nl-rlv", optionarg); break;
1984
    case 321: // --nl-rlv-assert-bounds
1985
      solver.setOption("nl-rlv-assert-bounds", "true"); break;
1986
    case 322: // --no-nl-rlv-assert-bounds
1987
      solver.setOption("nl-rlv-assert-bounds", "false"); break;
1988
2
    case 323: // --pb-rewrites
1989
2
      solver.setOption("pb-rewrites", "true"); break;
1990
    case 324: // --no-pb-rewrites
1991
      solver.setOption("pb-rewrites", "false"); break;
1992
    case 325: // --pivot-threshold
1993
      solver.setOption("pivot-threshold", optionarg); break;
1994
    case 326: // --pp-assert-max-sub-size
1995
      solver.setOption("pp-assert-max-sub-size", optionarg); break;
1996
    case 327: // --prop-row-length
1997
      solver.setOption("prop-row-length", optionarg); break;
1998
    case 328: // --replay-early-close-depth
1999
      solver.setOption("replay-early-close-depth", optionarg); break;
2000
    case 329: // --replay-lemma-reject-cut
2001
      solver.setOption("replay-lemma-reject-cut", optionarg); break;
2002
    case 330: // --replay-num-err-penalty
2003
      solver.setOption("replay-num-err-penalty", optionarg); break;
2004
    case 331: // --replay-reject-cut
2005
      solver.setOption("replay-reject-cut", optionarg); break;
2006
    case 332: // --restrict-pivots
2007
      solver.setOption("restrict-pivots", "true"); break;
2008
    case 333: // --no-restrict-pivots
2009
      solver.setOption("restrict-pivots", "false"); break;
2010
    case 334: // --revert-arith-models-on-unsat
2011
      solver.setOption("revert-arith-models-on-unsat", "true"); break;
2012
    case 335: // --no-revert-arith-models-on-unsat
2013
      solver.setOption("revert-arith-models-on-unsat", "false"); break;
2014
    case 336: // --rr-turns
2015
      solver.setOption("rr-turns", optionarg); break;
2016
    case 337: // --se-solve-int
2017
      solver.setOption("se-solve-int", "true"); break;
2018
    case 338: // --no-se-solve-int
2019
      solver.setOption("se-solve-int", "false"); break;
2020
    case 339: // --simplex-check-period
2021
      solver.setOption("simplex-check-period", optionarg); break;
2022
    case 340: // --soi-qe
2023
      solver.setOption("soi-qe", "true"); break;
2024
    case 341: // --no-soi-qe
2025
      solver.setOption("soi-qe", "false"); break;
2026
    case 342: // --standard-effort-variable-order-pivots
2027
      solver.setOption("standard-effort-variable-order-pivots", optionarg); break;
2028
    case 343: // --unate-lemmas
2029
      solver.setOption("unate-lemmas", optionarg); break;
2030
    case 344: // --use-approx
2031
      solver.setOption("use-approx", "true"); break;
2032
    case 345: // --no-use-approx
2033
      solver.setOption("use-approx", "false"); break;
2034
    case 346: // --use-fcsimplex
2035
      solver.setOption("use-fcsimplex", "true"); break;
2036
    case 347: // --no-use-fcsimplex
2037
      solver.setOption("use-fcsimplex", "false"); break;
2038
    case 348: // --use-soi
2039
      solver.setOption("use-soi", "true"); break;
2040
    case 349: // --no-use-soi
2041
      solver.setOption("use-soi", "false"); break;
2042
    case 350: // --arrays-eager-index
2043
      solver.setOption("arrays-eager-index", "true"); break;
2044
    case 351: // --no-arrays-eager-index
2045
      solver.setOption("arrays-eager-index", "false"); break;
2046
    case 352: // --arrays-eager-lemmas
2047
      solver.setOption("arrays-eager-lemmas", "true"); break;
2048
    case 353: // --no-arrays-eager-lemmas
2049
      solver.setOption("arrays-eager-lemmas", "false"); break;
2050
3
    case 354: // --arrays-exp
2051
3
      solver.setOption("arrays-exp", "true"); break;
2052
    case 355: // --no-arrays-exp
2053
      solver.setOption("arrays-exp", "false"); break;
2054
    case 356: // --arrays-optimize-linear
2055
      solver.setOption("arrays-optimize-linear", "true"); break;
2056
    case 357: // --no-arrays-optimize-linear
2057
      solver.setOption("arrays-optimize-linear", "false"); break;
2058
    case 358: // --arrays-prop
2059
      solver.setOption("arrays-prop", optionarg); break;
2060
    case 359: // --arrays-reduce-sharing
2061
      solver.setOption("arrays-reduce-sharing", "true"); break;
2062
    case 360: // --no-arrays-reduce-sharing
2063
      solver.setOption("arrays-reduce-sharing", "false"); break;
2064
    case 361: // --arrays-weak-equiv
2065
      solver.setOption("arrays-weak-equiv", "true"); break;
2066
    case 362: // --no-arrays-weak-equiv
2067
      solver.setOption("arrays-weak-equiv", "false"); break;
2068
    case 'd': // -d
2069
    case 363: // --debug
2070
      solver.setOption("debug", optionarg); break;
2071
    case 364: // --err
2072
    case 365: // --diagnostic-output-channel
2073
      solver.setOption("err", optionarg); break;
2074
    case 366: // --in
2075
      solver.setOption("in", optionarg); break;
2076
676
    case 'i': // -i
2077
    case 367: // --incremental
2078
676
      solver.setOption("incremental", "true"); break;
2079
    case 368: // --no-incremental
2080
      solver.setOption("incremental", "false"); break;
2081
391
    case 'L': // -L
2082
    case 369: // --lang
2083
    case 370: // --input-language
2084
391
      solver.setOption("lang", optionarg); break;
2085
    case 371: // --out
2086
    case 372: // --regular-output-channel
2087
      solver.setOption("out", optionarg); break;
2088
9
    case 'o': // -o
2089
    case 373: // --output
2090
9
      solver.setOption("output", optionarg); break;
2091
    case 374: // --output-lang
2092
    case 375: // --output-language
2093
      solver.setOption("output-lang", optionarg); break;
2094
    case 376: // --parse-only
2095
      solver.setOption("parse-only", "true"); break;
2096
    case 377: // --no-parse-only
2097
      solver.setOption("parse-only", "false"); break;
2098
3
    case 378: // --preprocess-only
2099
3
      solver.setOption("preprocess-only", "true"); break;
2100
    case 379: // --no-preprocess-only
2101
      solver.setOption("preprocess-only", "false"); break;
2102
2
    case 380: // --print-success
2103
2
      solver.setOption("print-success", "true"); break;
2104
    case 381: // --no-print-success
2105
      solver.setOption("print-success", "false"); break;
2106
206
    case 'q': // -q
2107
    case 382: // --quiet
2108
206
      solver.setOption("quiet", ""); break;
2109
    case 383: // --rlimit
2110
      solver.setOption("rlimit", optionarg); break;
2111
    case 384: // --rlimit-per
2112
    case 385: // --reproducible-resource-limit
2113
      solver.setOption("rlimit-per", optionarg); break;
2114
    case 386: // --rweight
2115
      solver.setOption("rweight", optionarg); break;
2116
    case 387: // --stats
2117
      solver.setOption("stats", "true"); break;
2118
    case 388: // --no-stats
2119
      solver.setOption("stats", "false"); break;
2120
    case 389: // --stats-all
2121
      solver.setOption("stats-all", "true"); break;
2122
    case 390: // --no-stats-all
2123
      solver.setOption("stats-all", "false"); break;
2124
    case 391: // --stats-every-query
2125
      solver.setOption("stats-every-query", "true"); break;
2126
    case 392: // --no-stats-every-query
2127
      solver.setOption("stats-every-query", "false"); break;
2128
    case 393: // --stats-expert
2129
      solver.setOption("stats-expert", "true"); break;
2130
    case 394: // --no-stats-expert
2131
      solver.setOption("stats-expert", "false"); break;
2132
2
    case 395: // --tlimit
2133
2
      solver.setOption("tlimit", optionarg); break;
2134
6
    case 396: // --tlimit-per
2135
6
      solver.setOption("tlimit-per", optionarg); break;
2136
1
    case 't': // -t
2137
    case 397: // --trace
2138
1
      solver.setOption("trace", optionarg); break;
2139
3
    case 'v': // -v
2140
    case 398: // --verbose
2141
3
      solver.setOption("verbose", ""); break;
2142
    case 399: // --verbosity
2143
      solver.setOption("verbosity", optionarg); break;
2144
39
    case 400: // --bitblast
2145
39
      solver.setOption("bitblast", optionarg); break;
2146
    case 401: // --bitwise-eq
2147
      solver.setOption("bitwise-eq", "true"); break;
2148
    case 402: // --no-bitwise-eq
2149
      solver.setOption("bitwise-eq", "false"); break;
2150
12
    case 403: // --bool-to-bv
2151
12
      solver.setOption("bool-to-bv", optionarg); break;
2152
6
    case 404: // --bv-assert-input
2153
6
      solver.setOption("bv-assert-input", "true"); break;
2154
    case 405: // --no-bv-assert-input
2155
      solver.setOption("bv-assert-input", "false"); break;
2156
    case 406: // --bv-extract-arith
2157
      solver.setOption("bv-extract-arith", "true"); break;
2158
    case 407: // --no-bv-extract-arith
2159
      solver.setOption("bv-extract-arith", "false"); break;
2160
    case 408: // --bv-gauss-elim
2161
      solver.setOption("bv-gauss-elim", "true"); break;
2162
    case 409: // --no-bv-gauss-elim
2163
      solver.setOption("bv-gauss-elim", "false"); break;
2164
2
    case 410: // --bv-intro-pow2
2165
2
      solver.setOption("bv-intro-pow2", "true"); break;
2166
    case 411: // --no-bv-intro-pow2
2167
      solver.setOption("bv-intro-pow2", "false"); break;
2168
2
    case 412: // --bv-print-consts-as-indexed-symbols
2169
2
      solver.setOption("bv-print-consts-as-indexed-symbols", "true"); break;
2170
    case 413: // --no-bv-print-consts-as-indexed-symbols
2171
      solver.setOption("bv-print-consts-as-indexed-symbols", "false"); break;
2172
    case 414: // --bv-propagate
2173
      solver.setOption("bv-propagate", "true"); break;
2174
    case 415: // --no-bv-propagate
2175
      solver.setOption("bv-propagate", "false"); break;
2176
    case 416: // --bv-rw-extend-eq
2177
      solver.setOption("bv-rw-extend-eq", "true"); break;
2178
    case 417: // --no-bv-rw-extend-eq
2179
      solver.setOption("bv-rw-extend-eq", "false"); break;
2180
14
    case 418: // --bv-sat-solver
2181
14
      solver.setOption("bv-sat-solver", optionarg); break;
2182
44
    case 419: // --bv-solver
2183
44
      solver.setOption("bv-solver", optionarg); break;
2184
10
    case 420: // --bv-to-bool
2185
10
      solver.setOption("bv-to-bool", "true"); break;
2186
    case 421: // --no-bv-to-bool
2187
      solver.setOption("bv-to-bool", "false"); break;
2188
    case 422: // --cdt-bisimilar
2189
      solver.setOption("cdt-bisimilar", "true"); break;
2190
    case 423: // --no-cdt-bisimilar
2191
      solver.setOption("cdt-bisimilar", "false"); break;
2192
    case 424: // --dt-binary-split
2193
      solver.setOption("dt-binary-split", "true"); break;
2194
    case 425: // --no-dt-binary-split
2195
      solver.setOption("dt-binary-split", "false"); break;
2196
    case 426: // --dt-blast-splits
2197
      solver.setOption("dt-blast-splits", "true"); break;
2198
    case 427: // --no-dt-blast-splits
2199
      solver.setOption("dt-blast-splits", "false"); break;
2200
    case 428: // --dt-cyclic
2201
      solver.setOption("dt-cyclic", "true"); break;
2202
    case 429: // --no-dt-cyclic
2203
      solver.setOption("dt-cyclic", "false"); break;
2204
    case 430: // --dt-force-assignment
2205
      solver.setOption("dt-force-assignment", "true"); break;
2206
    case 431: // --no-dt-force-assignment
2207
      solver.setOption("dt-force-assignment", "false"); break;
2208
    case 432: // --dt-infer-as-lemmas
2209
      solver.setOption("dt-infer-as-lemmas", "true"); break;
2210
    case 433: // --no-dt-infer-as-lemmas
2211
      solver.setOption("dt-infer-as-lemmas", "false"); break;
2212
10
    case 434: // --dt-nested-rec
2213
10
      solver.setOption("dt-nested-rec", "true"); break;
2214
    case 435: // --no-dt-nested-rec
2215
      solver.setOption("dt-nested-rec", "false"); break;
2216
    case 436: // --dt-polite-optimize
2217
      solver.setOption("dt-polite-optimize", "true"); break;
2218
    case 437: // --no-dt-polite-optimize
2219
      solver.setOption("dt-polite-optimize", "false"); break;
2220
5
    case 438: // --dt-rewrite-error-sel
2221
5
      solver.setOption("dt-rewrite-error-sel", "true"); break;
2222
    case 439: // --no-dt-rewrite-error-sel
2223
      solver.setOption("dt-rewrite-error-sel", "false"); break;
2224
    case 440: // --dt-share-sel
2225
      solver.setOption("dt-share-sel", "true"); break;
2226
    case 441: // --no-dt-share-sel
2227
      solver.setOption("dt-share-sel", "false"); break;
2228
18
    case 442: // --sygus-abort-size
2229
18
      solver.setOption("sygus-abort-size", optionarg); break;
2230
4
    case 443: // --sygus-fair
2231
4
      solver.setOption("sygus-fair", optionarg); break;
2232
    case 444: // --sygus-fair-max
2233
      solver.setOption("sygus-fair-max", "true"); break;
2234
    case 445: // --no-sygus-fair-max
2235
      solver.setOption("sygus-fair-max", "false"); break;
2236
    case 446: // --sygus-sym-break
2237
      solver.setOption("sygus-sym-break", "true"); break;
2238
6
    case 447: // --no-sygus-sym-break
2239
6
      solver.setOption("sygus-sym-break", "false"); break;
2240
    case 448: // --sygus-sym-break-agg
2241
      solver.setOption("sygus-sym-break-agg", "true"); break;
2242
    case 449: // --no-sygus-sym-break-agg
2243
      solver.setOption("sygus-sym-break-agg", "false"); break;
2244
    case 450: // --sygus-sym-break-dynamic
2245
      solver.setOption("sygus-sym-break-dynamic", "true"); break;
2246
    case 451: // --no-sygus-sym-break-dynamic
2247
      solver.setOption("sygus-sym-break-dynamic", "false"); break;
2248
    case 452: // --sygus-sym-break-lazy
2249
      solver.setOption("sygus-sym-break-lazy", "true"); break;
2250
    case 453: // --no-sygus-sym-break-lazy
2251
      solver.setOption("sygus-sym-break-lazy", "false"); break;
2252
    case 454: // --sygus-sym-break-pbe
2253
      solver.setOption("sygus-sym-break-pbe", "true"); break;
2254
    case 455: // --no-sygus-sym-break-pbe
2255
      solver.setOption("sygus-sym-break-pbe", "false"); break;
2256
    case 456: // --sygus-sym-break-rlv
2257
      solver.setOption("sygus-sym-break-rlv", "true"); break;
2258
    case 457: // --no-sygus-sym-break-rlv
2259
      solver.setOption("sygus-sym-break-rlv", "false"); break;
2260
102
    case 458: // --decision
2261
    case 459: // --decision-mode
2262
102
      solver.setOption("decision", optionarg); break;
2263
    case 460: // --decision-random-weight
2264
      solver.setOption("decision-random-weight", optionarg); break;
2265
    case 461: // --decision-threshold
2266
      solver.setOption("decision-threshold", optionarg); break;
2267
    case 462: // --decision-use-weight
2268
      solver.setOption("decision-use-weight", "true"); break;
2269
    case 463: // --no-decision-use-weight
2270
      solver.setOption("decision-use-weight", "false"); break;
2271
    case 464: // --decision-weight-internal
2272
      solver.setOption("decision-weight-internal", optionarg); break;
2273
3
    case 465: // --jh-rlv-order
2274
3
      solver.setOption("jh-rlv-order", "true"); break;
2275
7
    case 466: // --no-jh-rlv-order
2276
7
      solver.setOption("jh-rlv-order", "false"); break;
2277
    case 467: // --jh-skolem
2278
      solver.setOption("jh-skolem", optionarg); break;
2279
    case 468: // --jh-skolem-rlv
2280
      solver.setOption("jh-skolem-rlv", optionarg); break;
2281
2
    case 469: // --dag-thresh
2282
2
      solver.setOption("dag-thresh", optionarg); break;
2283
    case 470: // --expr-depth
2284
      solver.setOption("expr-depth", optionarg); break;
2285
    case 471: // --type-checking
2286
      solver.setOption("type-checking", "true"); break;
2287
    case 472: // --no-type-checking
2288
      solver.setOption("type-checking", "false"); break;
2289
25
    case 473: // --fp-exp
2290
25
      solver.setOption("fp-exp", "true"); break;
2291
    case 474: // --no-fp-exp
2292
      solver.setOption("fp-exp", "false"); break;
2293
3
    case 475: // --fp-lazy-wb
2294
3
      solver.setOption("fp-lazy-wb", "true"); break;
2295
    case 476: // --no-fp-lazy-wb
2296
      solver.setOption("fp-lazy-wb", "false"); break;
2297
    case 477: // --copyright
2298
      solver.setOption("copyright", ""); break;
2299
    case 478: // --dump-difficulty
2300
      solver.setOption("dump-difficulty", "true"); break;
2301
    case 479: // --no-dump-difficulty
2302
      solver.setOption("dump-difficulty", "false"); break;
2303
12
    case 480: // --dump-instantiations
2304
12
      solver.setOption("dump-instantiations", "true"); break;
2305
    case 481: // --no-dump-instantiations
2306
      solver.setOption("dump-instantiations", "false"); break;
2307
    case 482: // --dump-instantiations-debug
2308
      solver.setOption("dump-instantiations-debug", "true"); break;
2309
    case 483: // --no-dump-instantiations-debug
2310
      solver.setOption("dump-instantiations-debug", "false"); break;
2311
6
    case 484: // --dump-models
2312
6
      solver.setOption("dump-models", "true"); break;
2313
    case 485: // --no-dump-models
2314
      solver.setOption("dump-models", "false"); break;
2315
1
    case 486: // --dump-proofs
2316
1
      solver.setOption("dump-proofs", "true"); break;
2317
    case 487: // --no-dump-proofs
2318
      solver.setOption("dump-proofs", "false"); break;
2319
3
    case 488: // --dump-unsat-cores
2320
3
      solver.setOption("dump-unsat-cores", "true"); break;
2321
    case 489: // --no-dump-unsat-cores
2322
      solver.setOption("dump-unsat-cores", "false"); break;
2323
    case 490: // --early-exit
2324
      solver.setOption("early-exit", "true"); break;
2325
    case 491: // --no-early-exit
2326
      solver.setOption("early-exit", "false"); break;
2327
    case 492: // --filename
2328
      solver.setOption("filename", optionarg); break;
2329
    case 493: // --force-no-limit-cpu-while-dump
2330
      solver.setOption("force-no-limit-cpu-while-dump", "true"); break;
2331
    case 494: // --no-force-no-limit-cpu-while-dump
2332
      solver.setOption("force-no-limit-cpu-while-dump", "false"); break;
2333
    case 'h': // -h
2334
    case 495: // --help
2335
      solver.setOption("help", "true"); break;
2336
    case 496: // --interactive
2337
      solver.setOption("interactive", "true"); break;
2338
    case 497: // --no-interactive
2339
      solver.setOption("interactive", "false"); break;
2340
3
    case 498: // --print-unsat-cores-full
2341
3
      solver.setOption("print-unsat-cores-full", "true"); break;
2342
    case 499: // --no-print-unsat-cores-full
2343
      solver.setOption("print-unsat-cores-full", "false"); break;
2344
    case 's': // -s
2345
    case 500: // --seed
2346
      solver.setOption("seed", optionarg); break;
2347
    case 501: // --segv-spin
2348
      solver.setOption("segv-spin", "true"); break;
2349
    case 502: // --no-segv-spin
2350
      solver.setOption("segv-spin", "false"); break;
2351
2728
    case 503: // --show-config
2352
2728
      solver.setOption("show-config", ""); break;
2353
    case 504: // --show-debug-tags
2354
      solver.setOption("show-debug-tags", ""); break;
2355
    case 505: // --show-trace-tags
2356
      solver.setOption("show-trace-tags", ""); break;
2357
1
    case 'V': // -V
2358
    case 506: // --version
2359
1
      solver.setOption("version", ""); break;
2360
    case 507: // --filesystem-access
2361
      solver.setOption("filesystem-access", "true"); break;
2362
    case 508: // --no-filesystem-access
2363
      solver.setOption("filesystem-access", "false"); break;
2364
9
    case 509: // --force-logic
2365
9
      solver.setOption("force-logic", optionarg); break;
2366
    case 510: // --global-declarations
2367
      solver.setOption("global-declarations", "true"); break;
2368
    case 511: // --no-global-declarations
2369
      solver.setOption("global-declarations", "false"); break;
2370
    case 512: // --mmap
2371
      solver.setOption("mmap", "true"); break;
2372
    case 513: // --no-mmap
2373
      solver.setOption("mmap", "false"); break;
2374
    case 514: // --semantic-checks
2375
      solver.setOption("semantic-checks", "true"); break;
2376
    case 515: // --no-semantic-checks
2377
      solver.setOption("semantic-checks", "false"); break;
2378
10
    case 516: // --strict-parsing
2379
10
      solver.setOption("strict-parsing", "true"); break;
2380
    case 517: // --no-strict-parsing
2381
      solver.setOption("strict-parsing", "false"); break;
2382
    case 518: // --flatten-ho-chains
2383
      solver.setOption("flatten-ho-chains", "true"); break;
2384
    case 519: // --no-flatten-ho-chains
2385
      solver.setOption("flatten-ho-chains", "false"); break;
2386
3
    case 520: // --print-inst
2387
3
      solver.setOption("print-inst", optionarg); break;
2388
9
    case 521: // --print-inst-full
2389
9
      solver.setOption("print-inst-full", "true"); break;
2390
3
    case 522: // --no-print-inst-full
2391
3
      solver.setOption("print-inst-full", "false"); break;
2392
4
    case 523: // --proof-check
2393
4
      solver.setOption("proof-check", optionarg); break;
2394
1
    case 524: // --proof-format-mode
2395
1
      solver.setOption("proof-format-mode", optionarg); break;
2396
    case 525: // --proof-granularity
2397
      solver.setOption("proof-granularity", optionarg); break;
2398
    case 526: // --proof-pedantic
2399
      solver.setOption("proof-pedantic", optionarg); break;
2400
    case 527: // --proof-pp-merge
2401
      solver.setOption("proof-pp-merge", "true"); break;
2402
    case 528: // --no-proof-pp-merge
2403
      solver.setOption("proof-pp-merge", "false"); break;
2404
    case 529: // --proof-print-conclusion
2405
      solver.setOption("proof-print-conclusion", "true"); break;
2406
    case 530: // --no-proof-print-conclusion
2407
      solver.setOption("proof-print-conclusion", "false"); break;
2408
    case 531: // --minisat-dump-dimacs
2409
      solver.setOption("minisat-dump-dimacs", "true"); break;
2410
    case 532: // --no-minisat-dump-dimacs
2411
      solver.setOption("minisat-dump-dimacs", "false"); break;
2412
    case 533: // --minisat-elimination
2413
      solver.setOption("minisat-elimination", "true"); break;
2414
    case 534: // --no-minisat-elimination
2415
      solver.setOption("minisat-elimination", "false"); break;
2416
    case 535: // --random-freq
2417
    case 536: // --random-frequency
2418
      solver.setOption("random-freq", optionarg); break;
2419
    case 537: // --random-seed
2420
      solver.setOption("random-seed", optionarg); break;
2421
    case 538: // --refine-conflicts
2422
      solver.setOption("refine-conflicts", "true"); break;
2423
    case 539: // --no-refine-conflicts
2424
      solver.setOption("refine-conflicts", "false"); break;
2425
    case 540: // --restart-int-base
2426
      solver.setOption("restart-int-base", optionarg); break;
2427
    case 541: // --restart-int-inc
2428
      solver.setOption("restart-int-inc", optionarg); break;
2429
    case 542: // --ag-miniscope-quant
2430
      solver.setOption("ag-miniscope-quant", "true"); break;
2431
    case 543: // --no-ag-miniscope-quant
2432
      solver.setOption("ag-miniscope-quant", "false"); break;
2433
5
    case 544: // --cegis-sample
2434
5
      solver.setOption("cegis-sample", optionarg); break;
2435
17
    case 545: // --cegqi
2436
17
      solver.setOption("cegqi", "true"); break;
2437
2
    case 546: // --no-cegqi
2438
2
      solver.setOption("cegqi", "false"); break;
2439
15
    case 547: // --cegqi-all
2440
15
      solver.setOption("cegqi-all", "true"); break;
2441
    case 548: // --no-cegqi-all
2442
      solver.setOption("cegqi-all", "false"); break;
2443
107
    case 549: // --cegqi-bv
2444
107
      solver.setOption("cegqi-bv", "true"); break;
2445
    case 550: // --no-cegqi-bv
2446
      solver.setOption("cegqi-bv", "false"); break;
2447
    case 551: // --cegqi-bv-concat-inv
2448
      solver.setOption("cegqi-bv-concat-inv", "true"); break;
2449
    case 552: // --no-cegqi-bv-concat-inv
2450
      solver.setOption("cegqi-bv-concat-inv", "false"); break;
2451
82
    case 553: // --cegqi-bv-ineq
2452
82
      solver.setOption("cegqi-bv-ineq", optionarg); break;
2453
    case 554: // --cegqi-bv-interleave-value
2454
      solver.setOption("cegqi-bv-interleave-value", "true"); break;
2455
    case 555: // --no-cegqi-bv-interleave-value
2456
      solver.setOption("cegqi-bv-interleave-value", "false"); break;
2457
    case 556: // --cegqi-bv-linear
2458
      solver.setOption("cegqi-bv-linear", "true"); break;
2459
    case 557: // --no-cegqi-bv-linear
2460
      solver.setOption("cegqi-bv-linear", "false"); break;
2461
2
    case 558: // --cegqi-bv-rm-extract
2462
2
      solver.setOption("cegqi-bv-rm-extract", "true"); break;
2463
    case 559: // --no-cegqi-bv-rm-extract
2464
      solver.setOption("cegqi-bv-rm-extract", "false"); break;
2465
    case 560: // --cegqi-bv-solve-nl
2466
      solver.setOption("cegqi-bv-solve-nl", "true"); break;
2467
    case 561: // --no-cegqi-bv-solve-nl
2468
      solver.setOption("cegqi-bv-solve-nl", "false"); break;
2469
5
    case 562: // --cegqi-full
2470
5
      solver.setOption("cegqi-full", "true"); break;
2471
82
    case 563: // --no-cegqi-full
2472
82
      solver.setOption("cegqi-full", "false"); break;
2473
    case 564: // --cegqi-innermost
2474
      solver.setOption("cegqi-innermost", "true"); break;
2475
    case 565: // --no-cegqi-innermost
2476
      solver.setOption("cegqi-innermost", "false"); break;
2477
    case 566: // --cegqi-midpoint
2478
      solver.setOption("cegqi-midpoint", "true"); break;
2479
    case 567: // --no-cegqi-midpoint
2480
      solver.setOption("cegqi-midpoint", "false"); break;
2481
    case 568: // --cegqi-min-bounds
2482
      solver.setOption("cegqi-min-bounds", "true"); break;
2483
    case 569: // --no-cegqi-min-bounds
2484
      solver.setOption("cegqi-min-bounds", "false"); break;
2485
    case 570: // --cegqi-model
2486
      solver.setOption("cegqi-model", "true"); break;
2487
    case 571: // --no-cegqi-model
2488
      solver.setOption("cegqi-model", "false"); break;
2489
3
    case 572: // --cegqi-multi-inst
2490
3
      solver.setOption("cegqi-multi-inst", "true"); break;
2491
    case 573: // --no-cegqi-multi-inst
2492
      solver.setOption("cegqi-multi-inst", "false"); break;
2493
7
    case 574: // --cegqi-nested-qe
2494
7
      solver.setOption("cegqi-nested-qe", "true"); break;
2495
    case 575: // --no-cegqi-nested-qe
2496
      solver.setOption("cegqi-nested-qe", "false"); break;
2497
    case 576: // --cegqi-nopt
2498
      solver.setOption("cegqi-nopt", "true"); break;
2499
    case 577: // --no-cegqi-nopt
2500
      solver.setOption("cegqi-nopt", "false"); break;
2501
    case 578: // --cegqi-repeat-lit
2502
      solver.setOption("cegqi-repeat-lit", "true"); break;
2503
    case 579: // --no-cegqi-repeat-lit
2504
      solver.setOption("cegqi-repeat-lit", "false"); break;
2505
    case 580: // --cegqi-round-up-lia
2506
      solver.setOption("cegqi-round-up-lia", "true"); break;
2507
    case 581: // --no-cegqi-round-up-lia
2508
      solver.setOption("cegqi-round-up-lia", "false"); break;
2509
    case 582: // --cegqi-sat
2510
      solver.setOption("cegqi-sat", "true"); break;
2511
    case 583: // --no-cegqi-sat
2512
      solver.setOption("cegqi-sat", "false"); break;
2513
3
    case 584: // --cegqi-use-inf-int
2514
3
      solver.setOption("cegqi-use-inf-int", "true"); break;
2515
    case 585: // --no-cegqi-use-inf-int
2516
      solver.setOption("cegqi-use-inf-int", "false"); break;
2517
3
    case 586: // --cegqi-use-inf-real
2518
3
      solver.setOption("cegqi-use-inf-real", "true"); break;
2519
    case 587: // --no-cegqi-use-inf-real
2520
      solver.setOption("cegqi-use-inf-real", "false"); break;
2521
    case 588: // --cond-var-split-agg-quant
2522
      solver.setOption("cond-var-split-agg-quant", "true"); break;
2523
    case 589: // --no-cond-var-split-agg-quant
2524
      solver.setOption("cond-var-split-agg-quant", "false"); break;
2525
    case 590: // --cond-var-split-quant
2526
      solver.setOption("cond-var-split-quant", "true"); break;
2527
    case 591: // --no-cond-var-split-quant
2528
      solver.setOption("cond-var-split-quant", "false"); break;
2529
    case 592: // --conjecture-filter-active-terms
2530
      solver.setOption("conjecture-filter-active-terms", "true"); break;
2531
    case 593: // --no-conjecture-filter-active-terms
2532
      solver.setOption("conjecture-filter-active-terms", "false"); break;
2533
    case 594: // --conjecture-filter-canonical
2534
      solver.setOption("conjecture-filter-canonical", "true"); break;
2535
    case 595: // --no-conjecture-filter-canonical
2536
      solver.setOption("conjecture-filter-canonical", "false"); break;
2537
    case 596: // --conjecture-filter-model
2538
      solver.setOption("conjecture-filter-model", "true"); break;
2539
    case 597: // --no-conjecture-filter-model
2540
      solver.setOption("conjecture-filter-model", "false"); break;
2541
3
    case 598: // --conjecture-gen
2542
3
      solver.setOption("conjecture-gen", "true"); break;
2543
    case 599: // --no-conjecture-gen
2544
      solver.setOption("conjecture-gen", "false"); break;
2545
    case 600: // --conjecture-gen-gt-enum
2546
      solver.setOption("conjecture-gen-gt-enum", optionarg); break;
2547
    case 601: // --conjecture-gen-max-depth
2548
      solver.setOption("conjecture-gen-max-depth", optionarg); break;
2549
    case 602: // --conjecture-gen-per-round
2550
      solver.setOption("conjecture-gen-per-round", optionarg); break;
2551
    case 603: // --conjecture-gen-uee-intro
2552
      solver.setOption("conjecture-gen-uee-intro", "true"); break;
2553
    case 604: // --no-conjecture-gen-uee-intro
2554
      solver.setOption("conjecture-gen-uee-intro", "false"); break;
2555
    case 605: // --conjecture-no-filter
2556
      solver.setOption("conjecture-no-filter", "true"); break;
2557
    case 606: // --no-conjecture-no-filter
2558
      solver.setOption("conjecture-no-filter", "false"); break;
2559
    case 607: // --dt-stc-ind
2560
      solver.setOption("dt-stc-ind", "true"); break;
2561
    case 608: // --no-dt-stc-ind
2562
      solver.setOption("dt-stc-ind", "false"); break;
2563
    case 609: // --dt-var-exp-quant
2564
      solver.setOption("dt-var-exp-quant", "true"); break;
2565
    case 610: // --no-dt-var-exp-quant
2566
      solver.setOption("dt-var-exp-quant", "false"); break;
2567
    case 611: // --e-matching
2568
      solver.setOption("e-matching", "true"); break;
2569
    case 612: // --no-e-matching
2570
      solver.setOption("e-matching", "false"); break;
2571
    case 613: // --elim-taut-quant
2572
      solver.setOption("elim-taut-quant", "true"); break;
2573
    case 614: // --no-elim-taut-quant
2574
      solver.setOption("elim-taut-quant", "false"); break;
2575
10
    case 615: // --ext-rewrite-quant
2576
10
      solver.setOption("ext-rewrite-quant", "true"); break;
2577
    case 616: // --no-ext-rewrite-quant
2578
      solver.setOption("ext-rewrite-quant", "false"); break;
2579
159
    case 617: // --finite-model-find
2580
159
      solver.setOption("finite-model-find", "true"); break;
2581
1
    case 618: // --no-finite-model-find
2582
1
      solver.setOption("finite-model-find", "false"); break;
2583
30
    case 619: // --fmf-bound
2584
30
      solver.setOption("fmf-bound", "true"); break;
2585
    case 620: // --no-fmf-bound
2586
      solver.setOption("fmf-bound", "false"); break;
2587
6
    case 621: // --fmf-bound-int
2588
6
      solver.setOption("fmf-bound-int", "true"); break;
2589
    case 622: // --no-fmf-bound-int
2590
      solver.setOption("fmf-bound-int", "false"); break;
2591
3
    case 623: // --fmf-bound-lazy
2592
3
      solver.setOption("fmf-bound-lazy", "true"); break;
2593
    case 624: // --no-fmf-bound-lazy
2594
      solver.setOption("fmf-bound-lazy", "false"); break;
2595
    case 625: // --fmf-fmc-simple
2596
      solver.setOption("fmf-fmc-simple", "true"); break;
2597
    case 626: // --no-fmf-fmc-simple
2598
      solver.setOption("fmf-fmc-simple", "false"); break;
2599
    case 627: // --fmf-fresh-dc
2600
      solver.setOption("fmf-fresh-dc", "true"); break;
2601
    case 628: // --no-fmf-fresh-dc
2602
      solver.setOption("fmf-fresh-dc", "false"); break;
2603
39
    case 629: // --fmf-fun
2604
39
      solver.setOption("fmf-fun", "true"); break;
2605
    case 630: // --no-fmf-fun
2606
      solver.setOption("fmf-fun", "false"); break;
2607
10
    case 631: // --fmf-fun-rlv
2608
10
      solver.setOption("fmf-fun-rlv", "true"); break;
2609
    case 632: // --no-fmf-fun-rlv
2610
      solver.setOption("fmf-fun-rlv", "false"); break;
2611
7
    case 633: // --fmf-inst-engine
2612
7
      solver.setOption("fmf-inst-engine", "true"); break;
2613
    case 634: // --no-fmf-inst-engine
2614
      solver.setOption("fmf-inst-engine", "false"); break;
2615
    case 635: // --fmf-type-completion-thresh
2616
      solver.setOption("fmf-type-completion-thresh", optionarg); break;
2617
    case 636: // --fs-interleave
2618
      solver.setOption("fs-interleave", "true"); break;
2619
    case 637: // --no-fs-interleave
2620
      solver.setOption("fs-interleave", "false"); break;
2621
3
    case 638: // --fs-stratify
2622
3
      solver.setOption("fs-stratify", "true"); break;
2623
    case 639: // --no-fs-stratify
2624
      solver.setOption("fs-stratify", "false"); break;
2625
    case 640: // --fs-sum
2626
      solver.setOption("fs-sum", "true"); break;
2627
    case 641: // --no-fs-sum
2628
      solver.setOption("fs-sum", "false"); break;
2629
86
    case 642: // --full-saturate-quant
2630
86
      solver.setOption("full-saturate-quant", "true"); break;
2631
    case 643: // --no-full-saturate-quant
2632
      solver.setOption("full-saturate-quant", "false"); break;
2633
3
    case 644: // --full-saturate-quant-limit
2634
3
      solver.setOption("full-saturate-quant-limit", optionarg); break;
2635
    case 645: // --full-saturate-quant-rd
2636
      solver.setOption("full-saturate-quant-rd", "true"); break;
2637
    case 646: // --no-full-saturate-quant-rd
2638
      solver.setOption("full-saturate-quant-rd", "false"); break;
2639
6
    case 647: // --global-negate
2640
6
      solver.setOption("global-negate", "true"); break;
2641
    case 648: // --no-global-negate
2642
      solver.setOption("global-negate", "false"); break;
2643
9
    case 649: // --ho-elim
2644
9
      solver.setOption("ho-elim", "true"); break;
2645
    case 650: // --no-ho-elim
2646
      solver.setOption("ho-elim", "false"); break;
2647
1
    case 651: // --ho-elim-store-ax
2648
1
      solver.setOption("ho-elim-store-ax", "true"); break;
2649
    case 652: // --no-ho-elim-store-ax
2650
      solver.setOption("ho-elim-store-ax", "false"); break;
2651
    case 653: // --ho-matching
2652
      solver.setOption("ho-matching", "true"); break;
2653
    case 654: // --no-ho-matching
2654
      solver.setOption("ho-matching", "false"); break;
2655
    case 655: // --ho-matching-var-priority
2656
      solver.setOption("ho-matching-var-priority", "true"); break;
2657
    case 656: // --no-ho-matching-var-priority
2658
      solver.setOption("ho-matching-var-priority", "false"); break;
2659
    case 657: // --ho-merge-term-db
2660
      solver.setOption("ho-merge-term-db", "true"); break;
2661
    case 658: // --no-ho-merge-term-db
2662
      solver.setOption("ho-merge-term-db", "false"); break;
2663
    case 659: // --increment-triggers
2664
      solver.setOption("increment-triggers", "true"); break;
2665
    case 660: // --no-increment-triggers
2666
      solver.setOption("increment-triggers", "false"); break;
2667
    case 661: // --inst-level-input-only
2668
      solver.setOption("inst-level-input-only", "true"); break;
2669
    case 662: // --no-inst-level-input-only
2670
      solver.setOption("inst-level-input-only", "false"); break;
2671
3
    case 663: // --inst-max-level
2672
3
      solver.setOption("inst-max-level", optionarg); break;
2673
    case 664: // --inst-max-rounds
2674
      solver.setOption("inst-max-rounds", optionarg); break;
2675
    case 665: // --inst-no-entail
2676
      solver.setOption("inst-no-entail", "true"); break;
2677
    case 666: // --no-inst-no-entail
2678
      solver.setOption("inst-no-entail", "false"); break;
2679
3
    case 667: // --inst-when
2680
3
      solver.setOption("inst-when", optionarg); break;
2681
    case 668: // --inst-when-phase
2682
      solver.setOption("inst-when-phase", optionarg); break;
2683
    case 669: // --inst-when-strict-interleave
2684
      solver.setOption("inst-when-strict-interleave", "true"); break;
2685
    case 670: // --no-inst-when-strict-interleave
2686
      solver.setOption("inst-when-strict-interleave", "false"); break;
2687
    case 671: // --inst-when-tc-first
2688
      solver.setOption("inst-when-tc-first", "true"); break;
2689
    case 672: // --no-inst-when-tc-first
2690
      solver.setOption("inst-when-tc-first", "false"); break;
2691
3
    case 673: // --int-wf-ind
2692
3
      solver.setOption("int-wf-ind", "true"); break;
2693
    case 674: // --no-int-wf-ind
2694
      solver.setOption("int-wf-ind", "false"); break;
2695
    case 675: // --ite-dtt-split-quant
2696
      solver.setOption("ite-dtt-split-quant", "true"); break;
2697
    case 676: // --no-ite-dtt-split-quant
2698
      solver.setOption("ite-dtt-split-quant", "false"); break;
2699
    case 677: // --ite-lift-quant
2700
      solver.setOption("ite-lift-quant", optionarg); break;
2701
    case 678: // --literal-matching
2702
      solver.setOption("literal-matching", optionarg); break;
2703
17
    case 679: // --macros-quant
2704
17
      solver.setOption("macros-quant", "true"); break;
2705
    case 680: // --no-macros-quant
2706
      solver.setOption("macros-quant", "false"); break;
2707
2
    case 681: // --macros-quant-mode
2708
2
      solver.setOption("macros-quant-mode", optionarg); break;
2709
    case 682: // --mbqi
2710
      solver.setOption("mbqi", optionarg); break;
2711
    case 683: // --mbqi-interleave
2712
      solver.setOption("mbqi-interleave", "true"); break;
2713
    case 684: // --no-mbqi-interleave
2714
      solver.setOption("mbqi-interleave", "false"); break;
2715
    case 685: // --mbqi-one-inst-per-round
2716
      solver.setOption("mbqi-one-inst-per-round", "true"); break;
2717
    case 686: // --no-mbqi-one-inst-per-round
2718
      solver.setOption("mbqi-one-inst-per-round", "false"); break;
2719
    case 687: // --miniscope-quant
2720
      solver.setOption("miniscope-quant", "true"); break;
2721
    case 688: // --no-miniscope-quant
2722
      solver.setOption("miniscope-quant", "false"); break;
2723
    case 689: // --miniscope-quant-fv
2724
      solver.setOption("miniscope-quant-fv", "true"); break;
2725
    case 690: // --no-miniscope-quant-fv
2726
      solver.setOption("miniscope-quant-fv", "false"); break;
2727
3
    case 691: // --multi-trigger-cache
2728
3
      solver.setOption("multi-trigger-cache", "true"); break;
2729
    case 692: // --no-multi-trigger-cache
2730
      solver.setOption("multi-trigger-cache", "false"); break;
2731
    case 693: // --multi-trigger-linear
2732
      solver.setOption("multi-trigger-linear", "true"); break;
2733
    case 694: // --no-multi-trigger-linear
2734
      solver.setOption("multi-trigger-linear", "false"); break;
2735
    case 695: // --multi-trigger-priority
2736
      solver.setOption("multi-trigger-priority", "true"); break;
2737
    case 696: // --no-multi-trigger-priority
2738
      solver.setOption("multi-trigger-priority", "false"); break;
2739
    case 697: // --multi-trigger-when-single
2740
      solver.setOption("multi-trigger-when-single", "true"); break;
2741
    case 698: // --no-multi-trigger-when-single
2742
      solver.setOption("multi-trigger-when-single", "false"); break;
2743
3
    case 699: // --partial-triggers
2744
3
      solver.setOption("partial-triggers", "true"); break;
2745
    case 700: // --no-partial-triggers
2746
      solver.setOption("partial-triggers", "false"); break;
2747
3
    case 701: // --pool-inst
2748
3
      solver.setOption("pool-inst", "true"); break;
2749
    case 702: // --no-pool-inst
2750
      solver.setOption("pool-inst", "false"); break;
2751
    case 703: // --pre-skolem-quant
2752
      solver.setOption("pre-skolem-quant", "true"); break;
2753
    case 704: // --no-pre-skolem-quant
2754
      solver.setOption("pre-skolem-quant", "false"); break;
2755
    case 705: // --pre-skolem-quant-agg
2756
      solver.setOption("pre-skolem-quant-agg", "true"); break;
2757
    case 706: // --no-pre-skolem-quant-agg
2758
      solver.setOption("pre-skolem-quant-agg", "false"); break;
2759
    case 707: // --pre-skolem-quant-nested
2760
      solver.setOption("pre-skolem-quant-nested", "true"); break;
2761
    case 708: // --no-pre-skolem-quant-nested
2762
      solver.setOption("pre-skolem-quant-nested", "false"); break;
2763
    case 709: // --prenex-quant
2764
      solver.setOption("prenex-quant", optionarg); break;
2765
    case 710: // --prenex-quant-user
2766
      solver.setOption("prenex-quant-user", "true"); break;
2767
    case 711: // --no-prenex-quant-user
2768
      solver.setOption("prenex-quant-user", "false"); break;
2769
3
    case 712: // --purify-triggers
2770
3
      solver.setOption("purify-triggers", "true"); break;
2771
    case 713: // --no-purify-triggers
2772
      solver.setOption("purify-triggers", "false"); break;
2773
    case 714: // --qcf-all-conflict
2774
      solver.setOption("qcf-all-conflict", "true"); break;
2775
    case 715: // --no-qcf-all-conflict
2776
      solver.setOption("qcf-all-conflict", "false"); break;
2777
    case 716: // --qcf-eager-check-rd
2778
      solver.setOption("qcf-eager-check-rd", "true"); break;
2779
    case 717: // --no-qcf-eager-check-rd
2780
      solver.setOption("qcf-eager-check-rd", "false"); break;
2781
    case 718: // --qcf-eager-test
2782
      solver.setOption("qcf-eager-test", "true"); break;
2783
    case 719: // --no-qcf-eager-test
2784
      solver.setOption("qcf-eager-test", "false"); break;
2785
    case 720: // --qcf-nested-conflict
2786
      solver.setOption("qcf-nested-conflict", "true"); break;
2787
    case 721: // --no-qcf-nested-conflict
2788
      solver.setOption("qcf-nested-conflict", "false"); break;
2789
    case 722: // --qcf-skip-rd
2790
      solver.setOption("qcf-skip-rd", "true"); break;
2791
    case 723: // --no-qcf-skip-rd
2792
      solver.setOption("qcf-skip-rd", "false"); break;
2793
6
    case 724: // --qcf-tconstraint
2794
6
      solver.setOption("qcf-tconstraint", "true"); break;
2795
    case 725: // --no-qcf-tconstraint
2796
      solver.setOption("qcf-tconstraint", "false"); break;
2797
    case 726: // --qcf-vo-exp
2798
      solver.setOption("qcf-vo-exp", "true"); break;
2799
    case 727: // --no-qcf-vo-exp
2800
      solver.setOption("qcf-vo-exp", "false"); break;
2801
    case 728: // --quant-alpha-equiv
2802
      solver.setOption("quant-alpha-equiv", "true"); break;
2803
    case 729: // --no-quant-alpha-equiv
2804
      solver.setOption("quant-alpha-equiv", "false"); break;
2805
    case 730: // --quant-cf
2806
      solver.setOption("quant-cf", "true"); break;
2807
    case 731: // --no-quant-cf
2808
      solver.setOption("quant-cf", "false"); break;
2809
    case 732: // --quant-cf-mode
2810
      solver.setOption("quant-cf-mode", optionarg); break;
2811
    case 733: // --quant-cf-when
2812
      solver.setOption("quant-cf-when", optionarg); break;
2813
    case 734: // --quant-dsplit-mode
2814
      solver.setOption("quant-dsplit-mode", optionarg); break;
2815
    case 735: // --quant-fun-wd
2816
      solver.setOption("quant-fun-wd", "true"); break;
2817
    case 736: // --no-quant-fun-wd
2818
      solver.setOption("quant-fun-wd", "false"); break;
2819
6
    case 737: // --quant-ind
2820
6
      solver.setOption("quant-ind", "true"); break;
2821
    case 738: // --no-quant-ind
2822
      solver.setOption("quant-ind", "false"); break;
2823
    case 739: // --quant-rep-mode
2824
      solver.setOption("quant-rep-mode", optionarg); break;
2825
    case 740: // --quant-split
2826
      solver.setOption("quant-split", "true"); break;
2827
    case 741: // --no-quant-split
2828
      solver.setOption("quant-split", "false"); break;
2829
    case 742: // --register-quant-body-terms
2830
      solver.setOption("register-quant-body-terms", "true"); break;
2831
    case 743: // --no-register-quant-body-terms
2832
      solver.setOption("register-quant-body-terms", "false"); break;
2833
21
    case 744: // --relational-triggers
2834
21
      solver.setOption("relational-triggers", "true"); break;
2835
3
    case 745: // --no-relational-triggers
2836
3
      solver.setOption("relational-triggers", "false"); break;
2837
3
    case 746: // --relevant-triggers
2838
3
      solver.setOption("relevant-triggers", "true"); break;
2839
    case 747: // --no-relevant-triggers
2840
      solver.setOption("relevant-triggers", "false"); break;
2841
    case 748: // --sygus
2842
      solver.setOption("sygus", "true"); break;
2843
    case 749: // --no-sygus
2844
      solver.setOption("sygus", "false"); break;
2845
19
    case 750: // --sygus-active-gen
2846
19
      solver.setOption("sygus-active-gen", optionarg); break;
2847
    case 751: // --sygus-active-gen-cfactor
2848
      solver.setOption("sygus-active-gen-cfactor", optionarg); break;
2849
2
    case 752: // --sygus-add-const-grammar
2850
2
      solver.setOption("sygus-add-const-grammar", "true"); break;
2851
2
    case 753: // --no-sygus-add-const-grammar
2852
2
      solver.setOption("sygus-add-const-grammar", "false"); break;
2853
6
    case 754: // --sygus-arg-relevant
2854
6
      solver.setOption("sygus-arg-relevant", "true"); break;
2855
    case 755: // --no-sygus-arg-relevant
2856
      solver.setOption("sygus-arg-relevant", "false"); break;
2857
    case 756: // --sygus-auto-unfold
2858
      solver.setOption("sygus-auto-unfold", "true"); break;
2859
    case 757: // --no-sygus-auto-unfold
2860
      solver.setOption("sygus-auto-unfold", "false"); break;
2861
2
    case 758: // --sygus-bool-ite-return-const
2862
2
      solver.setOption("sygus-bool-ite-return-const", "true"); break;
2863
    case 759: // --no-sygus-bool-ite-return-const
2864
      solver.setOption("sygus-bool-ite-return-const", "false"); break;
2865
10
    case 760: // --sygus-core-connective
2866
10
      solver.setOption("sygus-core-connective", "true"); break;
2867
    case 761: // --no-sygus-core-connective
2868
      solver.setOption("sygus-core-connective", "false"); break;
2869
    case 762: // --sygus-crepair-abort
2870
      solver.setOption("sygus-crepair-abort", "true"); break;
2871
    case 763: // --no-sygus-crepair-abort
2872
      solver.setOption("sygus-crepair-abort", "false"); break;
2873
    case 764: // --sygus-eval-opt
2874
      solver.setOption("sygus-eval-opt", "true"); break;
2875
    case 765: // --no-sygus-eval-opt
2876
      solver.setOption("sygus-eval-opt", "false"); break;
2877
    case 766: // --sygus-eval-unfold
2878
      solver.setOption("sygus-eval-unfold", "true"); break;
2879
    case 767: // --no-sygus-eval-unfold
2880
      solver.setOption("sygus-eval-unfold", "false"); break;
2881
    case 768: // --sygus-eval-unfold-bool
2882
      solver.setOption("sygus-eval-unfold-bool", "true"); break;
2883
    case 769: // --no-sygus-eval-unfold-bool
2884
      solver.setOption("sygus-eval-unfold-bool", "false"); break;
2885
    case 770: // --sygus-expr-miner-check-timeout
2886
      solver.setOption("sygus-expr-miner-check-timeout", optionarg); break;
2887
    case 771: // --sygus-ext-rew
2888
      solver.setOption("sygus-ext-rew", "true"); break;
2889
    case 772: // --no-sygus-ext-rew
2890
      solver.setOption("sygus-ext-rew", "false"); break;
2891
    case 773: // --sygus-filter-sol
2892
      solver.setOption("sygus-filter-sol", optionarg); break;
2893
    case 774: // --sygus-filter-sol-rev
2894
      solver.setOption("sygus-filter-sol-rev", "true"); break;
2895
    case 775: // --no-sygus-filter-sol-rev
2896
      solver.setOption("sygus-filter-sol-rev", "false"); break;
2897
12
    case 776: // --sygus-grammar-cons
2898
12
      solver.setOption("sygus-grammar-cons", optionarg); break;
2899
    case 777: // --sygus-grammar-norm
2900
      solver.setOption("sygus-grammar-norm", "true"); break;
2901
    case 778: // --no-sygus-grammar-norm
2902
      solver.setOption("sygus-grammar-norm", "false"); break;
2903
45
    case 779: // --sygus-inference
2904
45
      solver.setOption("sygus-inference", "true"); break;
2905
    case 780: // --no-sygus-inference
2906
      solver.setOption("sygus-inference", "false"); break;
2907
14
    case 781: // --sygus-inst
2908
14
      solver.setOption("sygus-inst", "true"); break;
2909
8
    case 782: // --no-sygus-inst
2910
8
      solver.setOption("sygus-inst", "false"); break;
2911
    case 783: // --sygus-inst-mode
2912
      solver.setOption("sygus-inst-mode", optionarg); break;
2913
    case 784: // --sygus-inst-scope
2914
      solver.setOption("sygus-inst-scope", optionarg); break;
2915
    case 785: // --sygus-inst-term-sel
2916
      solver.setOption("sygus-inst-term-sel", optionarg); break;
2917
6
    case 786: // --sygus-inv-templ
2918
6
      solver.setOption("sygus-inv-templ", optionarg); break;
2919
    case 787: // --sygus-inv-templ-when-sg
2920
      solver.setOption("sygus-inv-templ-when-sg", "true"); break;
2921
    case 788: // --no-sygus-inv-templ-when-sg
2922
      solver.setOption("sygus-inv-templ-when-sg", "false"); break;
2923
    case 789: // --sygus-min-grammar
2924
      solver.setOption("sygus-min-grammar", "true"); break;
2925
    case 790: // --no-sygus-min-grammar
2926
      solver.setOption("sygus-min-grammar", "false"); break;
2927
    case 791: // --sygus-pbe
2928
      solver.setOption("sygus-pbe", "true"); break;
2929
12
    case 792: // --no-sygus-pbe
2930
12
      solver.setOption("sygus-pbe", "false"); break;
2931
    case 793: // --sygus-pbe-multi-fair
2932
      solver.setOption("sygus-pbe-multi-fair", "true"); break;
2933
    case 794: // --no-sygus-pbe-multi-fair
2934
      solver.setOption("sygus-pbe-multi-fair", "false"); break;
2935
    case 795: // --sygus-pbe-multi-fair-diff
2936
      solver.setOption("sygus-pbe-multi-fair-diff", optionarg); break;
2937
6
    case 796: // --sygus-qe-preproc
2938
6
      solver.setOption("sygus-qe-preproc", "true"); break;
2939
    case 797: // --no-sygus-qe-preproc
2940
      solver.setOption("sygus-qe-preproc", "false"); break;
2941
2
    case 798: // --sygus-query-gen
2942
2
      solver.setOption("sygus-query-gen", optionarg); break;
2943
    case 799: // --sygus-query-gen-check
2944
      solver.setOption("sygus-query-gen-check", "true"); break;
2945
    case 800: // --no-sygus-query-gen-check
2946
      solver.setOption("sygus-query-gen-check", "false"); break;
2947
    case 801: // --sygus-query-gen-dump-files
2948
      solver.setOption("sygus-query-gen-dump-files", optionarg); break;
2949
    case 802: // --sygus-query-gen-thresh
2950
      solver.setOption("sygus-query-gen-thresh", optionarg); break;
2951
2
    case 803: // --sygus-rec-fun
2952
2
      solver.setOption("sygus-rec-fun", "true"); break;
2953
    case 804: // --no-sygus-rec-fun
2954
      solver.setOption("sygus-rec-fun", "false"); break;
2955
    case 805: // --sygus-rec-fun-eval-limit
2956
      solver.setOption("sygus-rec-fun-eval-limit", optionarg); break;
2957
10
    case 806: // --sygus-repair-const
2958
10
      solver.setOption("sygus-repair-const", "true"); break;
2959
6
    case 807: // --no-sygus-repair-const
2960
6
      solver.setOption("sygus-repair-const", "false"); break;
2961
    case 808: // --sygus-repair-const-timeout
2962
      solver.setOption("sygus-repair-const-timeout", optionarg); break;
2963
6
    case 809: // --sygus-rr
2964
6
      solver.setOption("sygus-rr", "true"); break;
2965
    case 810: // --no-sygus-rr
2966
      solver.setOption("sygus-rr", "false"); break;
2967
2
    case 811: // --sygus-rr-synth
2968
2
      solver.setOption("sygus-rr-synth", "true"); break;
2969
    case 812: // --no-sygus-rr-synth
2970
      solver.setOption("sygus-rr-synth", "false"); break;
2971
    case 813: // --sygus-rr-synth-accel
2972
      solver.setOption("sygus-rr-synth-accel", "true"); break;
2973
    case 814: // --no-sygus-rr-synth-accel
2974
      solver.setOption("sygus-rr-synth-accel", "false"); break;
2975
4
    case 815: // --sygus-rr-synth-check
2976
4
      solver.setOption("sygus-rr-synth-check", "true"); break;
2977
    case 816: // --no-sygus-rr-synth-check
2978
      solver.setOption("sygus-rr-synth-check", "false"); break;
2979
    case 817: // --sygus-rr-synth-filter-cong
2980
      solver.setOption("sygus-rr-synth-filter-cong", "true"); break;
2981
    case 818: // --no-sygus-rr-synth-filter-cong
2982
      solver.setOption("sygus-rr-synth-filter-cong", "false"); break;
2983
    case 819: // --sygus-rr-synth-filter-match
2984
      solver.setOption("sygus-rr-synth-filter-match", "true"); break;
2985
    case 820: // --no-sygus-rr-synth-filter-match
2986
      solver.setOption("sygus-rr-synth-filter-match", "false"); break;
2987
    case 821: // --sygus-rr-synth-filter-nl
2988
      solver.setOption("sygus-rr-synth-filter-nl", "true"); break;
2989
    case 822: // --no-sygus-rr-synth-filter-nl
2990
      solver.setOption("sygus-rr-synth-filter-nl", "false"); break;
2991
    case 823: // --sygus-rr-synth-filter-order
2992
      solver.setOption("sygus-rr-synth-filter-order", "true"); break;
2993
    case 824: // --no-sygus-rr-synth-filter-order
2994
      solver.setOption("sygus-rr-synth-filter-order", "false"); break;
2995
    case 825: // --sygus-rr-synth-input
2996
      solver.setOption("sygus-rr-synth-input", "true"); break;
2997
    case 826: // --no-sygus-rr-synth-input
2998
      solver.setOption("sygus-rr-synth-input", "false"); break;
2999
    case 827: // --sygus-rr-synth-input-nvars
3000
      solver.setOption("sygus-rr-synth-input-nvars", optionarg); break;
3001
    case 828: // --sygus-rr-synth-input-use-bool
3002
      solver.setOption("sygus-rr-synth-input-use-bool", "true"); break;
3003
    case 829: // --no-sygus-rr-synth-input-use-bool
3004
      solver.setOption("sygus-rr-synth-input-use-bool", "false"); break;
3005
    case 830: // --sygus-rr-synth-rec
3006
      solver.setOption("sygus-rr-synth-rec", "true"); break;
3007
    case 831: // --no-sygus-rr-synth-rec
3008
      solver.setOption("sygus-rr-synth-rec", "false"); break;
3009
    case 832: // --sygus-rr-verify
3010
      solver.setOption("sygus-rr-verify", "true"); break;
3011
    case 833: // --no-sygus-rr-verify
3012
      solver.setOption("sygus-rr-verify", "false"); break;
3013
8
    case 834: // --sygus-rr-verify-abort
3014
8
      solver.setOption("sygus-rr-verify-abort", "true"); break;
3015
    case 835: // --no-sygus-rr-verify-abort
3016
      solver.setOption("sygus-rr-verify-abort", "false"); break;
3017
    case 836: // --sygus-sample-fp-uniform
3018
      solver.setOption("sygus-sample-fp-uniform", "true"); break;
3019
    case 837: // --no-sygus-sample-fp-uniform
3020
      solver.setOption("sygus-sample-fp-uniform", "false"); break;
3021
    case 838: // --sygus-sample-grammar
3022
      solver.setOption("sygus-sample-grammar", "true"); break;
3023
    case 839: // --no-sygus-sample-grammar
3024
      solver.setOption("sygus-sample-grammar", "false"); break;
3025
8
    case 840: // --sygus-samples
3026
8
      solver.setOption("sygus-samples", optionarg); break;
3027
92
    case 841: // --sygus-si
3028
92
      solver.setOption("sygus-si", optionarg); break;
3029
    case 842: // --sygus-si-abort
3030
      solver.setOption("sygus-si-abort", "true"); break;
3031
    case 843: // --no-sygus-si-abort
3032
      solver.setOption("sygus-si-abort", "false"); break;
3033
    case 844: // --sygus-si-rcons
3034
      solver.setOption("sygus-si-rcons", optionarg); break;
3035
2
    case 845: // --sygus-si-rcons-limit
3036
2
      solver.setOption("sygus-si-rcons-limit", optionarg); break;
3037
8
    case 846: // --sygus-stream
3038
8
      solver.setOption("sygus-stream", "true"); break;
3039
    case 847: // --no-sygus-stream
3040
      solver.setOption("sygus-stream", "false"); break;
3041
    case 848: // --sygus-templ-embed-grammar
3042
      solver.setOption("sygus-templ-embed-grammar", "true"); break;
3043
    case 849: // --no-sygus-templ-embed-grammar
3044
      solver.setOption("sygus-templ-embed-grammar", "false"); break;
3045
    case 850: // --sygus-unif-cond-independent-no-repeat-sol
3046
      solver.setOption("sygus-unif-cond-independent-no-repeat-sol", "true"); break;
3047
    case 851: // --no-sygus-unif-cond-independent-no-repeat-sol
3048
      solver.setOption("sygus-unif-cond-independent-no-repeat-sol", "false"); break;
3049
16
    case 852: // --sygus-unif-pi
3050
16
      solver.setOption("sygus-unif-pi", optionarg); break;
3051
    case 853: // --sygus-unif-shuffle-cond
3052
      solver.setOption("sygus-unif-shuffle-cond", "true"); break;
3053
    case 854: // --no-sygus-unif-shuffle-cond
3054
      solver.setOption("sygus-unif-shuffle-cond", "false"); break;
3055
    case 855: // --sygus-verify-inst-max-rounds
3056
      solver.setOption("sygus-verify-inst-max-rounds", optionarg); break;
3057
    case 856: // --term-db-cd
3058
      solver.setOption("term-db-cd", "true"); break;
3059
    case 857: // --no-term-db-cd
3060
      solver.setOption("term-db-cd", "false"); break;
3061
    case 858: // --term-db-mode
3062
      solver.setOption("term-db-mode", optionarg); break;
3063
    case 859: // --trigger-active-sel
3064
      solver.setOption("trigger-active-sel", optionarg); break;
3065
    case 860: // --trigger-sel
3066
      solver.setOption("trigger-sel", optionarg); break;
3067
3
    case 861: // --user-pat
3068
3
      solver.setOption("user-pat", optionarg); break;
3069
    case 862: // --var-elim-quant
3070
      solver.setOption("var-elim-quant", "true"); break;
3071
    case 863: // --no-var-elim-quant
3072
      solver.setOption("var-elim-quant", "false"); break;
3073
2
    case 864: // --var-ineq-elim-quant
3074
2
      solver.setOption("var-ineq-elim-quant", "true"); break;
3075
    case 865: // --no-var-ineq-elim-quant
3076
      solver.setOption("var-ineq-elim-quant", "false"); break;
3077
    case 866: // --sep-check-neg
3078
      solver.setOption("sep-check-neg", "true"); break;
3079
    case 867: // --no-sep-check-neg
3080
      solver.setOption("sep-check-neg", "false"); break;
3081
    case 868: // --sep-child-refine
3082
      solver.setOption("sep-child-refine", "true"); break;
3083
    case 869: // --no-sep-child-refine
3084
      solver.setOption("sep-child-refine", "false"); break;
3085
    case 870: // --sep-deq-c
3086
      solver.setOption("sep-deq-c", "true"); break;
3087
    case 871: // --no-sep-deq-c
3088
      solver.setOption("sep-deq-c", "false"); break;
3089
    case 872: // --sep-min-refine
3090
      solver.setOption("sep-min-refine", "true"); break;
3091
    case 873: // --no-sep-min-refine
3092
      solver.setOption("sep-min-refine", "false"); break;
3093
1
    case 874: // --sep-pre-skolem-emp
3094
1
      solver.setOption("sep-pre-skolem-emp", "true"); break;
3095
    case 875: // --no-sep-pre-skolem-emp
3096
      solver.setOption("sep-pre-skolem-emp", "false"); break;
3097
32
    case 876: // --sets-ext
3098
32
      solver.setOption("sets-ext", "true"); break;
3099
    case 877: // --no-sets-ext
3100
      solver.setOption("sets-ext", "false"); break;
3101
2
    case 878: // --sets-infer-as-lemmas
3102
2
      solver.setOption("sets-infer-as-lemmas", "true"); break;
3103
    case 879: // --no-sets-infer-as-lemmas
3104
      solver.setOption("sets-infer-as-lemmas", "false"); break;
3105
    case 880: // --sets-proxy-lemmas
3106
      solver.setOption("sets-proxy-lemmas", "true"); break;
3107
    case 881: // --no-sets-proxy-lemmas
3108
      solver.setOption("sets-proxy-lemmas", "false"); break;
3109
4
    case 882: // --abstract-values
3110
4
      solver.setOption("abstract-values", "true"); break;
3111
    case 883: // --no-abstract-values
3112
      solver.setOption("abstract-values", "false"); break;
3113
31
    case 884: // --ackermann
3114
31
      solver.setOption("ackermann", "true"); break;
3115
    case 885: // --no-ackermann
3116
      solver.setOption("ackermann", "false"); break;
3117
7
    case 886: // --block-models
3118
7
      solver.setOption("block-models", optionarg); break;
3119
76
    case 887: // --bvand-integer-granularity
3120
76
      solver.setOption("bvand-integer-granularity", optionarg); break;
3121
20
    case 888: // --check-abducts
3122
20
      solver.setOption("check-abducts", "true"); break;
3123
    case 889: // --no-check-abducts
3124
      solver.setOption("check-abducts", "false"); break;
3125
8
    case 890: // --check-interpols
3126
8
      solver.setOption("check-interpols", "true"); break;
3127
    case 891: // --no-check-interpols
3128
      solver.setOption("check-interpols", "false"); break;
3129
26
    case 892: // --check-models
3130
26
      solver.setOption("check-models", "true"); break;
3131
89
    case 893: // --no-check-models
3132
89
      solver.setOption("check-models", "false"); break;
3133
1188
    case 894: // --check-proofs
3134
1188
      solver.setOption("check-proofs", "true"); break;
3135
16
    case 895: // --no-check-proofs
3136
16
      solver.setOption("check-proofs", "false"); break;
3137
187
    case 896: // --check-synth-sol
3138
187
      solver.setOption("check-synth-sol", "true"); break;
3139
5
    case 897: // --no-check-synth-sol
3140
5
      solver.setOption("check-synth-sol", "false"); break;
3141
1174
    case 898: // --check-unsat-cores
3142
1174
      solver.setOption("check-unsat-cores", "true"); break;
3143
44
    case 899: // --no-check-unsat-cores
3144
44
      solver.setOption("check-unsat-cores", "false"); break;
3145
1275
    case 900: // --debug-check-models
3146
1275
      solver.setOption("debug-check-models", "true"); break;
3147
    case 901: // --no-debug-check-models
3148
      solver.setOption("debug-check-models", "false"); break;
3149
    case 902: // --difficulty-mode
3150
      solver.setOption("difficulty-mode", optionarg); break;
3151
    case 903: // --early-ite-removal
3152
      solver.setOption("early-ite-removal", "true"); break;
3153
    case 904: // --no-early-ite-removal
3154
      solver.setOption("early-ite-removal", "false"); break;
3155
    case 905: // --expand-definitions
3156
      solver.setOption("expand-definitions", "true"); break;
3157
    case 906: // --no-expand-definitions
3158
      solver.setOption("expand-definitions", "false"); break;
3159
17
    case 907: // --ext-rew-prep
3160
17
      solver.setOption("ext-rew-prep", "true"); break;
3161
    case 908: // --no-ext-rew-prep
3162
      solver.setOption("ext-rew-prep", "false"); break;
3163
7
    case 909: // --ext-rew-prep-agg
3164
7
      solver.setOption("ext-rew-prep-agg", "true"); break;
3165
    case 910: // --no-ext-rew-prep-agg
3166
      solver.setOption("ext-rew-prep-agg", "false"); break;
3167
2
    case 911: // --foreign-theory-rewrite
3168
2
      solver.setOption("foreign-theory-rewrite", "true"); break;
3169
    case 912: // --no-foreign-theory-rewrite
3170
      solver.setOption("foreign-theory-rewrite", "false"); break;
3171
62
    case 913: // --iand-mode
3172
62
      solver.setOption("iand-mode", optionarg); break;
3173
    case 914: // --ite-simp
3174
      solver.setOption("ite-simp", "true"); break;
3175
    case 915: // --no-ite-simp
3176
      solver.setOption("ite-simp", "false"); break;
3177
2
    case 916: // --learned-rewrite
3178
2
      solver.setOption("learned-rewrite", "true"); break;
3179
    case 917: // --no-learned-rewrite
3180
      solver.setOption("learned-rewrite", "false"); break;
3181
3
    case 918: // --minimal-unsat-cores
3182
3
      solver.setOption("minimal-unsat-cores", "true"); break;
3183
    case 919: // --no-minimal-unsat-cores
3184
      solver.setOption("minimal-unsat-cores", "false"); break;
3185
6
    case 920: // --model-cores
3186
6
      solver.setOption("model-cores", optionarg); break;
3187
1
    case 921: // --model-u-print
3188
    case 922: // --model-uninterp-print
3189
1
      solver.setOption("model-u-print", optionarg); break;
3190
1
    case 923: // --model-witness-value
3191
1
      solver.setOption("model-witness-value", "true"); break;
3192
    case 924: // --no-model-witness-value
3193
      solver.setOption("model-witness-value", "false"); break;
3194
    case 925: // --on-repeat-ite-simp
3195
      solver.setOption("on-repeat-ite-simp", "true"); break;
3196
    case 926: // --no-on-repeat-ite-simp
3197
      solver.setOption("on-repeat-ite-simp", "false"); break;
3198
38
    case 927: // --produce-abducts
3199
38
      solver.setOption("produce-abducts", "true"); break;
3200
    case 928: // --no-produce-abducts
3201
      solver.setOption("produce-abducts", "false"); break;
3202
1
    case 929: // --produce-assertions
3203
    case 930: // --interactive-mode
3204
1
      solver.setOption("produce-assertions", "true"); break;
3205
    case 931: // --no-produce-assertions
3206
    case 932: // --no-interactive-mode
3207
      solver.setOption("produce-assertions", "false"); break;
3208
    case 933: // --produce-assignments
3209
      solver.setOption("produce-assignments", "true"); break;
3210
    case 934: // --no-produce-assignments
3211
      solver.setOption("produce-assignments", "false"); break;
3212
    case 935: // --produce-difficulty
3213
      solver.setOption("produce-difficulty", "true"); break;
3214
    case 936: // --no-produce-difficulty
3215
      solver.setOption("produce-difficulty", "false"); break;
3216
8
    case 937: // --produce-interpols
3217
8
      solver.setOption("produce-interpols", optionarg); break;
3218
39
    case 'm': // -m
3219
    case 938: // --produce-models
3220
39
      solver.setOption("produce-models", "true"); break;
3221
    case 939: // --no-produce-models
3222
      solver.setOption("produce-models", "false"); break;
3223
9
    case 940: // --produce-proofs
3224
9
      solver.setOption("produce-proofs", "true"); break;
3225
11
    case 941: // --no-produce-proofs
3226
11
      solver.setOption("produce-proofs", "false"); break;
3227
    case 942: // --produce-unsat-assumptions
3228
      solver.setOption("produce-unsat-assumptions", "true"); break;
3229
    case 943: // --no-produce-unsat-assumptions
3230
      solver.setOption("produce-unsat-assumptions", "false"); break;
3231
4
    case 944: // --produce-unsat-cores
3232
4
      solver.setOption("produce-unsat-cores", "true"); break;
3233
2
    case 945: // --no-produce-unsat-cores
3234
2
      solver.setOption("produce-unsat-cores", "false"); break;
3235
2
    case 946: // --repeat-simp
3236
2
      solver.setOption("repeat-simp", "true"); break;
3237
    case 947: // --no-repeat-simp
3238
      solver.setOption("repeat-simp", "false"); break;
3239
    case 948: // --simp-ite-compress
3240
      solver.setOption("simp-ite-compress", "true"); break;
3241
    case 949: // --no-simp-ite-compress
3242
      solver.setOption("simp-ite-compress", "false"); break;
3243
    case 950: // --simp-ite-hunt-zombies
3244
      solver.setOption("simp-ite-hunt-zombies", optionarg); break;
3245
    case 951: // --simp-with-care
3246
      solver.setOption("simp-with-care", "true"); break;
3247
    case 952: // --no-simp-with-care
3248
      solver.setOption("simp-with-care", "false"); break;
3249
33
    case 953: // --simplification
3250
    case 954: // --simplification-mode
3251
33
      solver.setOption("simplification", optionarg); break;
3252
125
    case 955: // --solve-bv-as-int
3253
125
      solver.setOption("solve-bv-as-int", optionarg); break;
3254
13
    case 956: // --solve-int-as-bv
3255
13
      solver.setOption("solve-int-as-bv", optionarg); break;
3256
9
    case 957: // --solve-real-as-int
3257
9
      solver.setOption("solve-real-as-int", "true"); break;
3258
    case 958: // --no-solve-real-as-int
3259
      solver.setOption("solve-real-as-int", "false"); break;
3260
20
    case 959: // --sort-inference
3261
20
      solver.setOption("sort-inference", "true"); break;
3262
    case 960: // --no-sort-inference
3263
      solver.setOption("sort-inference", "false"); break;
3264
    case 961: // --static-learning
3265
      solver.setOption("static-learning", "true"); break;
3266
    case 962: // --no-static-learning
3267
      solver.setOption("static-learning", "false"); break;
3268
360
    case 963: // --sygus-out
3269
360
      solver.setOption("sygus-out", optionarg); break;
3270
104
    case 964: // --unconstrained-simp
3271
104
      solver.setOption("unconstrained-simp", "true"); break;
3272
3
    case 965: // --no-unconstrained-simp
3273
3
      solver.setOption("unconstrained-simp", "false"); break;
3274
2
    case 966: // --unsat-cores-mode
3275
2
      solver.setOption("unsat-cores-mode", optionarg); break;
3276
30
    case 967: // --re-elim
3277
30
      solver.setOption("re-elim", "true"); break;
3278
10
    case 968: // --no-re-elim
3279
10
      solver.setOption("re-elim", "false"); break;
3280
17
    case 969: // --re-elim-agg
3281
17
      solver.setOption("re-elim-agg", "true"); break;
3282
    case 970: // --no-re-elim-agg
3283
      solver.setOption("re-elim-agg", "false"); break;
3284
    case 971: // --re-inter-mode
3285
      solver.setOption("re-inter-mode", optionarg); break;
3286
2
    case 972: // --strings-alpha-card
3287
2
      solver.setOption("strings-alpha-card", optionarg); break;
3288
    case 973: // --strings-check-entail-len
3289
      solver.setOption("strings-check-entail-len", "true"); break;
3290
    case 974: // --no-strings-check-entail-len
3291
      solver.setOption("strings-check-entail-len", "false"); break;
3292
    case 975: // --strings-deq-ext
3293
      solver.setOption("strings-deq-ext", "true"); break;
3294
    case 976: // --no-strings-deq-ext
3295
      solver.setOption("strings-deq-ext", "false"); break;
3296
2
    case 977: // --strings-eager
3297
2
      solver.setOption("strings-eager", "true"); break;
3298
    case 978: // --no-strings-eager
3299
      solver.setOption("strings-eager", "false"); break;
3300
    case 979: // --strings-eager-eval
3301
      solver.setOption("strings-eager-eval", "true"); break;
3302
    case 980: // --no-strings-eager-eval
3303
      solver.setOption("strings-eager-eval", "false"); break;
3304
    case 981: // --strings-eager-len
3305
      solver.setOption("strings-eager-len", "true"); break;
3306
    case 982: // --no-strings-eager-len
3307
      solver.setOption("strings-eager-len", "false"); break;
3308
357
    case 983: // --strings-exp
3309
357
      solver.setOption("strings-exp", "true"); break;
3310
    case 984: // --no-strings-exp
3311
      solver.setOption("strings-exp", "false"); break;
3312
    case 985: // --strings-ff
3313
      solver.setOption("strings-ff", "true"); break;
3314
    case 986: // --no-strings-ff
3315
      solver.setOption("strings-ff", "false"); break;
3316
25
    case 987: // --strings-fmf
3317
25
      solver.setOption("strings-fmf", "true"); break;
3318
    case 988: // --no-strings-fmf
3319
      solver.setOption("strings-fmf", "false"); break;
3320
    case 989: // --strings-guess-model
3321
      solver.setOption("strings-guess-model", "true"); break;
3322
    case 990: // --no-strings-guess-model
3323
      solver.setOption("strings-guess-model", "false"); break;
3324
    case 991: // --strings-infer-as-lemmas
3325
      solver.setOption("strings-infer-as-lemmas", "true"); break;
3326
    case 992: // --no-strings-infer-as-lemmas
3327
      solver.setOption("strings-infer-as-lemmas", "false"); break;
3328
    case 993: // --strings-infer-sym
3329
      solver.setOption("strings-infer-sym", "true"); break;
3330
    case 994: // --no-strings-infer-sym
3331
      solver.setOption("strings-infer-sym", "false"); break;
3332
    case 995: // --strings-lazy-pp
3333
      solver.setOption("strings-lazy-pp", "true"); break;
3334
21
    case 996: // --no-strings-lazy-pp
3335
21
      solver.setOption("strings-lazy-pp", "false"); break;
3336
    case 997: // --strings-len-norm
3337
      solver.setOption("strings-len-norm", "true"); break;
3338
    case 998: // --no-strings-len-norm
3339
      solver.setOption("strings-len-norm", "false"); break;
3340
    case 999: // --strings-min-prefix-explain
3341
      solver.setOption("strings-min-prefix-explain", "true"); break;
3342
    case 1000: // --no-strings-min-prefix-explain
3343
      solver.setOption("strings-min-prefix-explain", "false"); break;
3344
    case 1001: // --strings-process-loop-mode
3345
      solver.setOption("strings-process-loop-mode", optionarg); break;
3346
    case 1002: // --strings-rexplain-lemmas
3347
      solver.setOption("strings-rexplain-lemmas", "true"); break;
3348
    case 1003: // --no-strings-rexplain-lemmas
3349
      solver.setOption("strings-rexplain-lemmas", "false"); break;
3350
    case 1004: // --strings-unified-vspt
3351
      solver.setOption("strings-unified-vspt", "true"); break;
3352
    case 1005: // --no-strings-unified-vspt
3353
      solver.setOption("strings-unified-vspt", "false"); break;
3354
    case 1006: // --assign-function-values
3355
      solver.setOption("assign-function-values", "true"); break;
3356
    case 1007: // --no-assign-function-values
3357
      solver.setOption("assign-function-values", "false"); break;
3358
    case 1008: // --condense-function-values
3359
      solver.setOption("condense-function-values", "true"); break;
3360
    case 1009: // --no-condense-function-values
3361
      solver.setOption("condense-function-values", "false"); break;
3362
60
    case 1010: // --ee-mode
3363
60
      solver.setOption("ee-mode", optionarg); break;
3364
    case 1011: // --relevance-filter
3365
      solver.setOption("relevance-filter", "true"); break;
3366
    case 1012: // --no-relevance-filter
3367
      solver.setOption("relevance-filter", "false"); break;
3368
    case 1013: // --tc-mode
3369
      solver.setOption("tc-mode", optionarg); break;
3370
7
    case 1014: // --theoryof-mode
3371
7
      solver.setOption("theoryof-mode", optionarg); break;
3372
    case 1015: // --symmetry-breaker
3373
    case 1016: // --uf-symmetry-breaker
3374
      solver.setOption("symmetry-breaker", "true"); break;
3375
    case 1017: // --no-symmetry-breaker
3376
    case 1018: // --no-uf-symmetry-breaker
3377
      solver.setOption("symmetry-breaker", "false"); break;
3378
    case 1019: // --uf-ho-ext
3379
      solver.setOption("uf-ho-ext", "true"); break;
3380
    case 1020: // --no-uf-ho-ext
3381
      solver.setOption("uf-ho-ext", "false"); break;
3382
7
    case 1021: // --uf-ss
3383
7
      solver.setOption("uf-ss", optionarg); break;
3384
    case 1022: // --uf-ss-abort-card
3385
      solver.setOption("uf-ss-abort-card", optionarg); break;
3386
    case 1023: // --uf-ss-fair
3387
      solver.setOption("uf-ss-fair", "true"); break;
3388
    case 1024: // --no-uf-ss-fair
3389
      solver.setOption("uf-ss-fair", "false"); break;
3390
4
    case 1025: // --uf-ss-fair-monotone
3391
4
      solver.setOption("uf-ss-fair-monotone", "true"); break;
3392
    case 1026: // --no-uf-ss-fair-monotone
3393
      solver.setOption("uf-ss-fair-monotone", "false"); break;
3394
// clang-format on
3395
3396
    case ':' :
3397
      // This can be a long or short option, and the way to get at the
3398
      // name of it is different.
3399
      throw OptionException(std::string("option `") + option
3400
                            + "' missing its required argument");
3401
    case '?':
3402
    default:
3403
      throw OptionException(std::string("can't understand option `") + option
3404
                            + "'" + suggestCommandLineOptions(option));
3405
    }
3406
16681
  }
3407
3408
19749
  Debug("options") << "got " << nonoptions.size() << " non-option arguments."
3409
6583
                   << std::endl;
3410
6583
}
3411
3412
/**
3413
 * Parse argc/argv and put the result into a cvc5::Options.
3414
 * The return value is what's left of the command line (that is, the
3415
 * non-option arguments).
3416
 *
3417
 * Throws OptionException on failures.
3418
 */
3419
9312
std::vector<std::string> parse(api::Solver& solver,
3420
                               int argc,
3421
                               char* argv[],
3422
                               std::string& binaryName)
3423
{
3424
9312
  Assert(argv != nullptr);
3425
3426
9312
  const char* progName = argv[0];
3427
3428
  // To debug options parsing, you may prefer to simply uncomment this
3429
  // and recompile. Debug flags have not been parsed yet so these have
3430
  // not been set.
3431
  // DebugChannel.on("options");
3432
3433
9312
  Debug("options") << "argv == " << argv << std::endl;
3434
3435
  // Find the base name of the program.
3436
9312
  const char* x = strrchr(progName, '/');
3437
9312
  if (x != nullptr)
3438
  {
3439
9312
    progName = x + 1;
3440
  }
3441
9312
  binaryName = std::string(progName);
3442
3443
9312
  std::vector<std::string> nonoptions;
3444
9312
  parseInternal(solver, argc, argv, nonoptions);
3445
6583
  if (Debug.isOn("options"))
3446
  {
3447
    for (const auto& no : nonoptions)
3448
    {
3449
      Debug("options") << "nonoptions " << no << std::endl;
3450
    }
3451
  }
3452
3453
6583
  return nonoptions;
3454
}
3455
3456
62247
}  // namespace cvc5::options