401fc597689af058725323847dcef858075940eb
[cvc5.git] / src / CMakeLists.txt
1 ###############################################################################
2 # Top contributors (to current version):
3 # Mathias Preiner, Andrew Reynolds, Gereon Kremer
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 # The build system configuration.
14 ##
15
16 # Collect libcvc5 source files
17 libcvc5_add_sources(
18 api/cpp/cvc5.cpp
19 api/cpp/cvc5.h
20 api/cpp/cvc5_checks.h
21 api/cpp/cvc5_kind.h
22 decision/assertion_list.cpp
23 decision/assertion_list.h
24 decision/decision_attributes.h
25 decision/decision_engine.cpp
26 decision/decision_engine.h
27 decision/decision_engine_old.cpp
28 decision/decision_engine_old.h
29 decision/decision_strategy.h
30 decision/justification_heuristic.cpp
31 decision/justification_heuristic.h
32 decision/justification_strategy.cpp
33 decision/justification_strategy.h
34 decision/justify_info.cpp
35 decision/justify_info.h
36 decision/justify_stack.cpp
37 decision/justify_stack.h
38 decision/justify_stats.cpp
39 decision/justify_stats.h
40 lib/clock_gettime.c
41 lib/clock_gettime.h
42 lib/ffs.c
43 lib/ffs.h
44 lib/replacements.h
45 lib/strtok_r.c
46 lib/strtok_r.h
47 omt/bitvector_optimizer.cpp
48 omt/bitvector_optimizer.h
49 omt/integer_optimizer.cpp
50 omt/integer_optimizer.h
51 omt/omt_optimizer.cpp
52 omt/omt_optimizer.h
53 options/decision_weight.h
54 options/didyoumean.cpp
55 options/didyoumean.h
56 options/language.cpp
57 options/language.h
58 options/managed_streams.cpp
59 options/managed_streams.h
60 options/option_exception.cpp
61 options/option_exception.h
62 options/options_handler.cpp
63 options/options_handler.h
64 options/options_listener.h
65 options/options_public.h
66 options/outputc.cpp
67 options/outputc.h
68 options/set_language.cpp
69 options/set_language.h
70 preprocessing/assertion_pipeline.cpp
71 preprocessing/assertion_pipeline.h
72 preprocessing/learned_literal_manager.cpp
73 preprocessing/learned_literal_manager.h
74 preprocessing/passes/ackermann.cpp
75 preprocessing/passes/ackermann.h
76 preprocessing/passes/apply_substs.cpp
77 preprocessing/passes/apply_substs.h
78 preprocessing/passes/bool_to_bv.cpp
79 preprocessing/passes/bool_to_bv.h
80 preprocessing/passes/bv_abstraction.cpp
81 preprocessing/passes/bv_abstraction.h
82 preprocessing/passes/bv_eager_atoms.cpp
83 preprocessing/passes/bv_eager_atoms.h
84 preprocessing/passes/bv_gauss.cpp
85 preprocessing/passes/bv_gauss.h
86 preprocessing/passes/bv_intro_pow2.cpp
87 preprocessing/passes/bv_intro_pow2.h
88 preprocessing/passes/bv_to_bool.cpp
89 preprocessing/passes/bv_to_bool.h
90 preprocessing/passes/bv_to_int.cpp
91 preprocessing/passes/bv_to_int.h
92 preprocessing/passes/extended_rewriter_pass.cpp
93 preprocessing/passes/extended_rewriter_pass.h
94 preprocessing/passes/foreign_theory_rewrite.cpp
95 preprocessing/passes/foreign_theory_rewrite.h
96 preprocessing/passes/fun_def_fmf.cpp
97 preprocessing/passes/fun_def_fmf.h
98 preprocessing/passes/global_negate.cpp
99 preprocessing/passes/global_negate.h
100 preprocessing/passes/ho_elim.cpp
101 preprocessing/passes/ho_elim.h
102 preprocessing/passes/int_to_bv.cpp
103 preprocessing/passes/int_to_bv.h
104 preprocessing/passes/ite_removal.cpp
105 preprocessing/passes/ite_removal.h
106 preprocessing/passes/ite_simp.cpp
107 preprocessing/passes/ite_simp.h
108 preprocessing/passes/learned_rewrite.cpp
109 preprocessing/passes/learned_rewrite.h
110 preprocessing/passes/miplib_trick.cpp
111 preprocessing/passes/miplib_trick.h
112 preprocessing/passes/nl_ext_purify.cpp
113 preprocessing/passes/nl_ext_purify.h
114 preprocessing/passes/non_clausal_simp.cpp
115 preprocessing/passes/non_clausal_simp.h
116 preprocessing/passes/pseudo_boolean_processor.cpp
117 preprocessing/passes/pseudo_boolean_processor.h
118 preprocessing/passes/quantifiers_preprocess.cpp
119 preprocessing/passes/quantifiers_preprocess.h
120 preprocessing/passes/real_to_int.cpp
121 preprocessing/passes/real_to_int.h
122 preprocessing/passes/rewrite.cpp
123 preprocessing/passes/rewrite.h
124 preprocessing/passes/sep_skolem_emp.cpp
125 preprocessing/passes/sep_skolem_emp.h
126 preprocessing/passes/sort_infer.cpp
127 preprocessing/passes/sort_infer.h
128 preprocessing/passes/static_learning.cpp
129 preprocessing/passes/static_learning.h
130 preprocessing/passes/strings_eager_pp.cpp
131 preprocessing/passes/strings_eager_pp.h
132 preprocessing/passes/sygus_inference.cpp
133 preprocessing/passes/sygus_inference.h
134 preprocessing/passes/synth_rew_rules.cpp
135 preprocessing/passes/synth_rew_rules.h
136 preprocessing/passes/theory_preprocess.cpp
137 preprocessing/passes/theory_preprocess.h
138 preprocessing/passes/theory_rewrite_eq.cpp
139 preprocessing/passes/theory_rewrite_eq.h
140 preprocessing/passes/unconstrained_simplifier.cpp
141 preprocessing/passes/unconstrained_simplifier.h
142 preprocessing/preprocessing_pass.cpp
143 preprocessing/preprocessing_pass.h
144 preprocessing/preprocessing_pass_context.cpp
145 preprocessing/preprocessing_pass_context.h
146 preprocessing/preprocessing_pass_registry.cpp
147 preprocessing/preprocessing_pass_registry.h
148 preprocessing/util/ite_utilities.cpp
149 preprocessing/util/ite_utilities.h
150 printer/ast/ast_printer.cpp
151 printer/ast/ast_printer.h
152 printer/cvc/cvc_printer.cpp
153 printer/cvc/cvc_printer.h
154 printer/let_binding.cpp
155 printer/let_binding.h
156 printer/printer.cpp
157 printer/printer.h
158 printer/smt2/smt2_printer.cpp
159 printer/smt2/smt2_printer.h
160 printer/tptp/tptp_printer.cpp
161 printer/tptp/tptp_printer.h
162 proof/assumption_proof_generator.cpp
163 proof/assumption_proof_generator.h
164 proof/buffered_proof_generator.cpp
165 proof/buffered_proof_generator.h
166 proof/conv_proof_generator.cpp
167 proof/conv_proof_generator.h
168 proof/conv_seq_proof_generator.cpp
169 proof/conv_seq_proof_generator.h
170 proof/clause_id.h
171 proof/dot/dot_printer.cpp
172 proof/dot/dot_printer.h
173 proof/eager_proof_generator.cpp
174 proof/eager_proof_generator.h
175 proof/lazy_proof.cpp
176 proof/lazy_proof.h
177 proof/lazy_proof_chain.cpp
178 proof/lazy_proof_chain.h
179 proof/lazy_tree_proof_generator.cpp
180 proof/lazy_tree_proof_generator.h
181 proof/lfsc/lfsc_list_sc_node_converter.cpp
182 proof/lfsc/lfsc_list_sc_node_converter.h
183 proof/lfsc/lfsc_node_converter.cpp
184 proof/lfsc/lfsc_node_converter.h
185 proof/lfsc/lfsc_print_channel.cpp
186 proof/lfsc/lfsc_print_channel.h
187 proof/lfsc/lfsc_util.cpp
188 proof/lfsc/lfsc_util.h
189 proof/method_id.cpp
190 proof/method_id.h
191 proof/proof.cpp
192 proof/proof.h
193 proof/proof_checker.cpp
194 proof/proof_checker.h
195 proof/proof_ensure_closed.cpp
196 proof/proof_ensure_closed.h
197 proof/proof_generator.cpp
198 proof/proof_generator.h
199 proof/proof_letify.cpp
200 proof/proof_letify.h
201 proof/proof_node.cpp
202 proof/proof_node.h
203 proof/proof_node_algorithm.cpp
204 proof/proof_node_algorithm.h
205 proof/proof_node_to_sexpr.cpp
206 proof/proof_node_to_sexpr.h
207 proof/proof_node_manager.cpp
208 proof/proof_node_manager.h
209 proof/proof_node_updater.cpp
210 proof/proof_node_updater.h
211 proof/proof_rule.cpp
212 proof/proof_rule.h
213 proof/proof_set.h
214 proof/proof_step_buffer.cpp
215 proof/proof_step_buffer.h
216 proof/trust_node.cpp
217 proof/trust_node.h
218 proof/theory_proof_step_buffer.cpp
219 proof/theory_proof_step_buffer.h
220 proof/unsat_core.cpp
221 proof/unsat_core.h
222 prop/bv_sat_solver_notify.h
223 prop/bvminisat/bvminisat.cpp
224 prop/bvminisat/bvminisat.h
225 prop/bvminisat/core/Dimacs.h
226 prop/bvminisat/core/Solver.cc
227 prop/bvminisat/core/Solver.h
228 prop/bvminisat/core/SolverTypes.h
229 prop/bvminisat/mtl/Alg.h
230 prop/bvminisat/mtl/Alloc.h
231 prop/bvminisat/mtl/Heap.h
232 prop/bvminisat/mtl/IntTypes.h
233 prop/bvminisat/mtl/Map.h
234 prop/bvminisat/mtl/Queue.h
235 prop/bvminisat/mtl/Sort.h
236 prop/bvminisat/mtl/Vec.h
237 prop/bvminisat/mtl/XAlloc.h
238 prop/bvminisat/simp/SimpSolver.cc
239 prop/bvminisat/simp/SimpSolver.h
240 prop/bvminisat/utils/Options.h
241 prop/cadical.cpp
242 prop/cadical.h
243 prop/cnf_stream.cpp
244 prop/cnf_stream.h
245 prop/cryptominisat.cpp
246 prop/cryptominisat.h
247 prop/kissat.cpp
248 prop/kissat.h
249 prop/proof_cnf_stream.cpp
250 prop/proof_cnf_stream.h
251 prop/minisat/core/Dimacs.h
252 prop/minisat/core/Solver.cc
253 prop/minisat/core/Solver.h
254 prop/minisat/core/SolverTypes.h
255 prop/minisat/minisat.cpp
256 prop/minisat/minisat.h
257 prop/minisat/mtl/Alg.h
258 prop/minisat/mtl/Alloc.h
259 prop/minisat/mtl/Heap.h
260 prop/minisat/mtl/IntTypes.h
261 prop/minisat/mtl/Map.h
262 prop/minisat/mtl/Queue.h
263 prop/minisat/mtl/Sort.h
264 prop/minisat/mtl/Vec.h
265 prop/minisat/mtl/XAlloc.h
266 prop/minisat/simp/SimpSolver.cc
267 prop/minisat/simp/SimpSolver.h
268 prop/minisat/utils/Options.h
269 prop/proof_post_processor.cpp
270 prop/proof_post_processor.h
271 prop/prop_engine.cpp
272 prop/prop_engine.h
273 prop/prop_proof_manager.cpp
274 prop/prop_proof_manager.h
275 prop/registrar.h
276 prop/sat_solver.h
277 prop/sat_proof_manager.cpp
278 prop/sat_proof_manager.h
279 prop/sat_solver_factory.cpp
280 prop/sat_solver_factory.h
281 prop/sat_solver_types.cpp
282 prop/sat_solver_types.h
283 prop/skolem_def_manager.cpp
284 prop/skolem_def_manager.h
285 prop/theory_proxy.cpp
286 prop/theory_proxy.h
287 smt/abduction_solver.cpp
288 smt/abduction_solver.h
289 smt/abstract_values.cpp
290 smt/abstract_values.h
291 smt/assertions.cpp
292 smt/assertions.h
293 smt/check_models.cpp
294 smt/check_models.h
295 smt/command.cpp
296 smt/command.h
297 smt/difficulty_post_processor.cpp
298 smt/difficulty_post_processor.h
299 smt/dump.cpp
300 smt/dump.h
301 smt/dump_manager.cpp
302 smt/dump_manager.h
303 smt/env.cpp
304 smt/env.h
305 smt/env_obj.cpp
306 smt/env_obj.h
307 smt/expand_definitions.cpp
308 smt/expand_definitions.h
309 smt/listeners.cpp
310 smt/listeners.h
311 smt/logic_exception.h
312 smt/interpolation_solver.cpp
313 smt/interpolation_solver.h
314 smt/model.cpp
315 smt/model.h
316 smt/model_core_builder.cpp
317 smt/model_core_builder.h
318 smt/model_blocker.cpp
319 smt/model_blocker.h
320 smt/node_command.cpp
321 smt/node_command.h
322 smt/optimization_solver.cpp
323 smt/optimization_solver.h
324 smt/output_manager.cpp
325 smt/output_manager.h
326 smt/quant_elim_solver.cpp
327 smt/quant_elim_solver.h
328 smt/preprocessor.cpp
329 smt/preprocessor.h
330 smt/preprocess_proof_generator.cpp
331 smt/preprocess_proof_generator.h
332 smt/process_assertions.cpp
333 smt/process_assertions.h
334 smt/proof_manager.cpp
335 smt/proof_manager.h
336 smt/proof_final_callback.cpp
337 smt/proof_final_callback.h
338 smt/proof_post_processor.cpp
339 smt/proof_post_processor.h
340 smt/set_defaults.cpp
341 smt/set_defaults.h
342 smt/smt_engine.cpp
343 smt/smt_engine.h
344 smt/smt_engine_scope.cpp
345 smt/smt_engine_scope.h
346 smt/smt_engine_state.cpp
347 smt/smt_engine_state.h
348 smt/smt_engine_stats.cpp
349 smt/smt_engine_stats.h
350 smt/smt_mode.cpp
351 smt/smt_mode.h
352 smt/smt_solver.cpp
353 smt/smt_solver.h
354 smt/smt_statistics_registry.cpp
355 smt/smt_statistics_registry.h
356 smt/sygus_solver.cpp
357 smt/sygus_solver.h
358 smt/term_formula_removal.cpp
359 smt/term_formula_removal.h
360 smt/unsat_core_manager.cpp
361 smt/unsat_core_manager.h
362 smt/witness_form.cpp
363 smt/witness_form.h
364 smt_util/boolean_simplification.cpp
365 smt_util/boolean_simplification.h
366 smt_util/nary_builder.cpp
367 smt_util/nary_builder.h
368 theory/arith/approx_simplex.cpp
369 theory/arith/approx_simplex.h
370 theory/arith/arith_ite_utils.cpp
371 theory/arith/arith_ite_utils.h
372 theory/arith/arith_msum.cpp
373 theory/arith/arith_msum.h
374 theory/arith/arith_preprocess.cpp
375 theory/arith/arith_preprocess.h
376 theory/arith/arith_rewriter.cpp
377 theory/arith/arith_rewriter.h
378 theory/arith/arith_state.cpp
379 theory/arith/arith_state.h
380 theory/arith/arith_static_learner.cpp
381 theory/arith/arith_static_learner.h
382 theory/arith/arith_utilities.cpp
383 theory/arith/arith_utilities.h
384 theory/arith/arithvar.cpp
385 theory/arith/arithvar.h
386 theory/arith/attempt_solution_simplex.cpp
387 theory/arith/attempt_solution_simplex.h
388 theory/arith/bound_counts.h
389 theory/arith/bound_inference.cpp
390 theory/arith/bound_inference.h
391 theory/arith/branch_and_bound.cpp
392 theory/arith/branch_and_bound.h
393 theory/arith/callbacks.cpp
394 theory/arith/callbacks.h
395 theory/arith/congruence_manager.cpp
396 theory/arith/congruence_manager.h
397 theory/arith/constraint.cpp
398 theory/arith/constraint.h
399 theory/arith/constraint_forward.h
400 theory/arith/cut_log.cpp
401 theory/arith/cut_log.h
402 theory/arith/delta_rational.cpp
403 theory/arith/delta_rational.h
404 theory/arith/dio_solver.cpp
405 theory/arith/dio_solver.h
406 theory/arith/dual_simplex.cpp
407 theory/arith/dual_simplex.h
408 theory/arith/equality_solver.cpp
409 theory/arith/equality_solver.h
410 theory/arith/error_set.cpp
411 theory/arith/error_set.h
412 theory/arith/fc_simplex.cpp
413 theory/arith/fc_simplex.h
414 theory/arith/infer_bounds.cpp
415 theory/arith/infer_bounds.h
416 theory/arith/inference_manager.cpp
417 theory/arith/inference_manager.h
418 theory/arith/linear_equality.cpp
419 theory/arith/linear_equality.h
420 theory/arith/matrix.cpp
421 theory/arith/matrix.h
422 theory/arith/nl/cad_solver.cpp
423 theory/arith/nl/cad_solver.h
424 theory/arith/nl/cad/cdcac.cpp
425 theory/arith/nl/cad/cdcac.h
426 theory/arith/nl/cad/cdcac_utils.cpp
427 theory/arith/nl/cad/cdcac_utils.h
428 theory/arith/nl/cad/constraints.cpp
429 theory/arith/nl/cad/constraints.h
430 theory/arith/nl/cad/lazard_evaluation.cpp
431 theory/arith/nl/cad/lazard_evaluation.h
432 theory/arith/nl/cad/projections.cpp
433 theory/arith/nl/cad/projections.h
434 theory/arith/nl/cad/proof_checker.cpp
435 theory/arith/nl/cad/proof_checker.h
436 theory/arith/nl/cad/proof_generator.cpp
437 theory/arith/nl/cad/proof_generator.h
438 theory/arith/nl/cad/variable_ordering.cpp
439 theory/arith/nl/cad/variable_ordering.h
440 theory/arith/nl/ext/constraint.cpp
441 theory/arith/nl/ext/constraint.h
442 theory/arith/nl/ext/factoring_check.cpp
443 theory/arith/nl/ext/factoring_check.h
444 theory/arith/nl/ext/monomial.cpp
445 theory/arith/nl/ext/monomial.h
446 theory/arith/nl/ext/monomial_bounds_check.cpp
447 theory/arith/nl/ext/monomial_bounds_check.h
448 theory/arith/nl/ext/monomial_check.cpp
449 theory/arith/nl/ext/monomial_check.h
450 theory/arith/nl/ext/ext_state.cpp
451 theory/arith/nl/ext/ext_state.h
452 theory/arith/nl/ext/proof_checker.cpp
453 theory/arith/nl/ext/proof_checker.h
454 theory/arith/nl/ext/split_zero_check.cpp
455 theory/arith/nl/ext/split_zero_check.h
456 theory/arith/nl/ext/tangent_plane_check.cpp
457 theory/arith/nl/ext/tangent_plane_check.h
458 theory/arith/nl/ext_theory_callback.cpp
459 theory/arith/nl/ext_theory_callback.h
460 theory/arith/nl/iand_solver.cpp
461 theory/arith/nl/iand_solver.h
462 theory/arith/nl/icp/candidate.cpp
463 theory/arith/nl/icp/candidate.h
464 theory/arith/nl/icp/contraction_origins.cpp
465 theory/arith/nl/icp/contraction_origins.h
466 theory/arith/nl/icp/icp_solver.cpp
467 theory/arith/nl/icp/icp_solver.h
468 theory/arith/nl/icp/intersection.cpp
469 theory/arith/nl/icp/intersection.h
470 theory/arith/nl/iand_utils.cpp
471 theory/arith/nl/iand_utils.h
472 theory/arith/nl/nl_lemma_utils.cpp
473 theory/arith/nl/nl_lemma_utils.h
474 theory/arith/nl/nl_model.cpp
475 theory/arith/nl/nl_model.h
476 theory/arith/nl/nonlinear_extension.cpp
477 theory/arith/nl/nonlinear_extension.h
478 theory/arith/nl/poly_conversion.cpp
479 theory/arith/nl/poly_conversion.h
480 theory/arith/nl/pow2_solver.cpp
481 theory/arith/nl/pow2_solver.h
482 theory/arith/nl/stats.cpp
483 theory/arith/nl/stats.h
484 theory/arith/nl/strategy.cpp
485 theory/arith/nl/strategy.h
486 theory/arith/nl/transcendental/exponential_solver.cpp
487 theory/arith/nl/transcendental/exponential_solver.h
488 theory/arith/nl/transcendental/proof_checker.cpp
489 theory/arith/nl/transcendental/proof_checker.h
490 theory/arith/nl/transcendental/sine_solver.cpp
491 theory/arith/nl/transcendental/sine_solver.h
492 theory/arith/nl/transcendental/taylor_generator.cpp
493 theory/arith/nl/transcendental/taylor_generator.h
494 theory/arith/nl/transcendental/transcendental_solver.cpp
495 theory/arith/nl/transcendental/transcendental_solver.h
496 theory/arith/nl/transcendental/transcendental_state.cpp
497 theory/arith/nl/transcendental/transcendental_state.h
498 theory/arith/normal_form.cpp
499 theory/arith/normal_form.h
500 theory/arith/operator_elim.cpp
501 theory/arith/operator_elim.h
502 theory/arith/partial_model.cpp
503 theory/arith/partial_model.h
504 theory/arith/pp_rewrite_eq.cpp
505 theory/arith/pp_rewrite_eq.h
506 theory/arith/proof_checker.cpp
507 theory/arith/proof_checker.h
508 theory/arith/proof_macros.h
509 theory/arith/rewrites.cpp
510 theory/arith/rewrites.h
511 theory/arith/simplex.cpp
512 theory/arith/simplex.h
513 theory/arith/simplex_update.cpp
514 theory/arith/simplex_update.h
515 theory/arith/soi_simplex.cpp
516 theory/arith/soi_simplex.h
517 theory/arith/tableau.cpp
518 theory/arith/tableau.h
519 theory/arith/tableau_sizes.cpp
520 theory/arith/tableau_sizes.h
521 theory/arith/theory_arith.cpp
522 theory/arith/theory_arith.h
523 theory/arith/theory_arith_private.cpp
524 theory/arith/theory_arith_private.h
525 theory/arith/theory_arith_type_rules.cpp
526 theory/arith/theory_arith_type_rules.h
527 theory/arith/type_enumerator.h
528 theory/arrays/array_info.cpp
529 theory/arrays/array_info.h
530 theory/arrays/inference_manager.cpp
531 theory/arrays/inference_manager.h
532 theory/arrays/proof_checker.cpp
533 theory/arrays/proof_checker.h
534 theory/arrays/skolem_cache.cpp
535 theory/arrays/skolem_cache.h
536 theory/arrays/theory_arrays.cpp
537 theory/arrays/theory_arrays.h
538 theory/arrays/theory_arrays_rewriter.cpp
539 theory/arrays/theory_arrays_rewriter.h
540 theory/arrays/theory_arrays_type_rules.cpp
541 theory/arrays/theory_arrays_type_rules.h
542 theory/arrays/type_enumerator.h
543 theory/arrays/union_find.cpp
544 theory/arrays/union_find.h
545 theory/assertion.cpp
546 theory/assertion.h
547 theory/atom_requests.cpp
548 theory/atom_requests.h
549 theory/bags/bags_rewriter.cpp
550 theory/bags/bags_rewriter.h
551 theory/bags/bag_solver.cpp
552 theory/bags/bag_solver.h
553 theory/bags/bags_statistics.cpp
554 theory/bags/bags_statistics.h
555 theory/bags/infer_info.cpp
556 theory/bags/infer_info.h
557 theory/bags/inference_generator.cpp
558 theory/bags/inference_generator.h
559 theory/bags/inference_manager.cpp
560 theory/bags/inference_manager.h
561 theory/bags/make_bag_op.cpp
562 theory/bags/make_bag_op.h
563 theory/bags/normal_form.cpp
564 theory/bags/normal_form.h
565 theory/bags/rewrites.cpp
566 theory/bags/rewrites.h
567 theory/bags/solver_state.cpp
568 theory/bags/solver_state.h
569 theory/bags/term_registry.cpp
570 theory/bags/term_registry.h
571 theory/bags/theory_bags.cpp
572 theory/bags/theory_bags.h
573 theory/bags/theory_bags_type_enumerator.cpp
574 theory/bags/theory_bags_type_enumerator.h
575 theory/bags/theory_bags_type_rules.h
576 theory/bags/theory_bags_type_rules.cpp
577 theory/booleans/circuit_propagator.cpp
578 theory/booleans/circuit_propagator.h
579 theory/booleans/proof_circuit_propagator.cpp
580 theory/booleans/proof_circuit_propagator.h
581 theory/booleans/proof_checker.cpp
582 theory/booleans/proof_checker.h
583 theory/booleans/theory_bool.cpp
584 theory/booleans/theory_bool.h
585 theory/booleans/theory_bool_rewriter.cpp
586 theory/booleans/theory_bool_rewriter.h
587 theory/booleans/theory_bool_type_rules.cpp
588 theory/booleans/theory_bool_type_rules.h
589 theory/booleans/type_enumerator.h
590 theory/builtin/proof_checker.cpp
591 theory/builtin/proof_checker.h
592 theory/builtin/theory_builtin.cpp
593 theory/builtin/theory_builtin.h
594 theory/builtin/theory_builtin_rewriter.cpp
595 theory/builtin/theory_builtin_rewriter.h
596 theory/builtin/theory_builtin_type_rules.cpp
597 theory/builtin/theory_builtin_type_rules.h
598 theory/builtin/type_enumerator.cpp
599 theory/builtin/type_enumerator.h
600 theory/bv/abstraction.cpp
601 theory/bv/abstraction.h
602 theory/bv/bitblast/aig_bitblaster.cpp
603 theory/bv/bitblast/aig_bitblaster.h
604 theory/bv/bitblast/bitblast_strategies_template.h
605 theory/bv/bitblast/bitblast_utils.h
606 theory/bv/bitblast/bitblaster.h
607 theory/bv/bitblast/eager_bitblaster.cpp
608 theory/bv/bitblast/eager_bitblaster.h
609 theory/bv/bitblast/lazy_bitblaster.cpp
610 theory/bv/bitblast/lazy_bitblaster.h
611 theory/bv/bitblast/node_bitblaster.cpp
612 theory/bv/bitblast/node_bitblaster.h
613 theory/bv/bitblast/proof_bitblaster.cpp
614 theory/bv/bitblast/proof_bitblaster.h
615 theory/bv/bv_eager_solver.cpp
616 theory/bv/bv_eager_solver.h
617 theory/bv/bv_inequality_graph.cpp
618 theory/bv/bv_inequality_graph.h
619 theory/bv/bv_quick_check.cpp
620 theory/bv/bv_quick_check.h
621 theory/bv/bv_solver.h
622 theory/bv/bv_solver_bitblast.cpp
623 theory/bv/bv_solver_bitblast.h
624 theory/bv/bv_solver_bitblast_internal.cpp
625 theory/bv/bv_solver_bitblast_internal.h
626 theory/bv/bv_solver_layered.cpp
627 theory/bv/bv_solver_layered.h
628 theory/bv/bv_subtheory.h
629 theory/bv/bv_subtheory_algebraic.cpp
630 theory/bv/bv_subtheory_algebraic.h
631 theory/bv/bv_subtheory_bitblast.cpp
632 theory/bv/bv_subtheory_bitblast.h
633 theory/bv/bv_subtheory_core.cpp
634 theory/bv/bv_subtheory_core.h
635 theory/bv/bv_subtheory_inequality.cpp
636 theory/bv/bv_subtheory_inequality.h
637 theory/bv/int_blaster.cpp
638 theory/bv/int_blaster.h
639 theory/bv/proof_checker.cpp
640 theory/bv/proof_checker.h
641 theory/bv/slicer.cpp
642 theory/bv/slicer.h
643 theory/bv/theory_bv.cpp
644 theory/bv/theory_bv.h
645 theory/bv/theory_bv_rewrite_rules.h
646 theory/bv/theory_bv_rewrite_rules_constant_evaluation.h
647 theory/bv/theory_bv_rewrite_rules_core.h
648 theory/bv/theory_bv_rewrite_rules_normalization.h
649 theory/bv/theory_bv_rewrite_rules_operator_elimination.h
650 theory/bv/theory_bv_rewrite_rules_simplification.h
651 theory/bv/theory_bv_rewriter.cpp
652 theory/bv/theory_bv_rewriter.h
653 theory/bv/theory_bv_type_rules.cpp
654 theory/bv/theory_bv_type_rules.h
655 theory/bv/theory_bv_utils.cpp
656 theory/bv/theory_bv_utils.h
657 theory/bv/type_enumerator.h
658 theory/care_graph.h
659 theory/combination_care_graph.cpp
660 theory/combination_care_graph.h
661 theory/combination_engine.cpp
662 theory/combination_engine.h
663 theory/datatypes/datatypes_rewriter.cpp
664 theory/datatypes/datatypes_rewriter.h
665 theory/datatypes/inference.cpp
666 theory/datatypes/inference.h
667 theory/datatypes/inference_manager.cpp
668 theory/datatypes/inference_manager.h
669 theory/datatypes/infer_proof_cons.cpp
670 theory/datatypes/infer_proof_cons.h
671 theory/datatypes/proof_checker.cpp
672 theory/datatypes/proof_checker.h
673 theory/datatypes/sygus_datatype_utils.cpp
674 theory/datatypes/sygus_datatype_utils.h
675 theory/datatypes/sygus_extension.cpp
676 theory/datatypes/sygus_extension.h
677 theory/datatypes/sygus_simple_sym.cpp
678 theory/datatypes/sygus_simple_sym.h
679 theory/datatypes/theory_datatypes.cpp
680 theory/datatypes/theory_datatypes.h
681 theory/datatypes/theory_datatypes_type_rules.cpp
682 theory/datatypes/theory_datatypes_type_rules.h
683 theory/datatypes/theory_datatypes_utils.cpp
684 theory/datatypes/theory_datatypes_utils.h
685 theory/datatypes/tuple_project_op.cpp
686 theory/datatypes/tuple_project_op.h
687 theory/datatypes/type_enumerator.cpp
688 theory/datatypes/type_enumerator.h
689 theory/decision_manager.cpp
690 theory/decision_manager.h
691 theory/decision_strategy.cpp
692 theory/decision_strategy.h
693 theory/ee_manager.cpp
694 theory/ee_manager.h
695 theory/ee_manager_central.cpp
696 theory/ee_manager_central.h
697 theory/ee_manager_distributed.cpp
698 theory/ee_manager_distributed.h
699 theory/ee_setup_info.h
700 theory/engine_output_channel.cpp
701 theory/engine_output_channel.h
702 theory/evaluator.cpp
703 theory/evaluator.h
704 theory/ext_theory.cpp
705 theory/ext_theory.h
706 theory/fp/fp_converter.cpp
707 theory/fp/fp_converter.h
708 theory/fp/fp_expand_defs.cpp
709 theory/fp/fp_expand_defs.h
710 theory/fp/theory_fp.cpp
711 theory/fp/theory_fp.h
712 theory/fp/theory_fp_rewriter.cpp
713 theory/fp/theory_fp_rewriter.h
714 theory/fp/theory_fp_type_rules.h
715 theory/fp/theory_fp_type_rules.cpp
716 theory/fp/type_enumerator.h
717 theory/interrupted.h
718 theory/incomplete_id.cpp
719 theory/incomplete_id.h
720 theory/inference_id.cpp
721 theory/inference_id.h
722 theory/inference_manager_buffered.cpp
723 theory/inference_manager_buffered.h
724 theory/logic_info.cpp
725 theory/logic_info.h
726 theory/model_manager.cpp
727 theory/model_manager.h
728 theory/model_manager_distributed.cpp
729 theory/model_manager_distributed.h
730 theory/output_channel.cpp
731 theory/output_channel.h
732 theory/quantifiers/alpha_equivalence.cpp
733 theory/quantifiers/alpha_equivalence.h
734 theory/quantifiers/bv_inverter.cpp
735 theory/quantifiers/bv_inverter.h
736 theory/quantifiers/bv_inverter_utils.cpp
737 theory/quantifiers/bv_inverter_utils.h
738 theory/quantifiers/candidate_rewrite_database.cpp
739 theory/quantifiers/candidate_rewrite_database.h
740 theory/quantifiers/candidate_rewrite_filter.cpp
741 theory/quantifiers/candidate_rewrite_filter.h
742 theory/quantifiers/cegqi/ceg_arith_instantiator.cpp
743 theory/quantifiers/cegqi/ceg_arith_instantiator.h
744 theory/quantifiers/cegqi/ceg_bv_instantiator.cpp
745 theory/quantifiers/cegqi/ceg_bv_instantiator.h
746 theory/quantifiers/cegqi/ceg_bv_instantiator_utils.cpp
747 theory/quantifiers/cegqi/ceg_bv_instantiator_utils.h
748 theory/quantifiers/cegqi/ceg_dt_instantiator.cpp
749 theory/quantifiers/cegqi/ceg_dt_instantiator.h
750 theory/quantifiers/cegqi/ceg_instantiator.cpp
751 theory/quantifiers/cegqi/ceg_instantiator.h
752 theory/quantifiers/cegqi/inst_strategy_cegqi.cpp
753 theory/quantifiers/cegqi/inst_strategy_cegqi.h
754 theory/quantifiers/cegqi/nested_qe.cpp
755 theory/quantifiers/cegqi/nested_qe.h
756 theory/quantifiers/cegqi/vts_term_cache.cpp
757 theory/quantifiers/cegqi/vts_term_cache.h
758 theory/quantifiers/conjecture_generator.cpp
759 theory/quantifiers/conjecture_generator.h
760 theory/quantifiers/dynamic_rewrite.cpp
761 theory/quantifiers/dynamic_rewrite.h
762 theory/quantifiers/ematching/candidate_generator.cpp
763 theory/quantifiers/ematching/candidate_generator.h
764 theory/quantifiers/ematching/ho_trigger.cpp
765 theory/quantifiers/ematching/ho_trigger.h
766 theory/quantifiers/ematching/im_generator.cpp
767 theory/quantifiers/ematching/im_generator.h
768 theory/quantifiers/ematching/inst_match_generator.cpp
769 theory/quantifiers/ematching/inst_match_generator.h
770 theory/quantifiers/ematching/inst_match_generator_multi.cpp
771 theory/quantifiers/ematching/inst_match_generator_multi.h
772 theory/quantifiers/ematching/inst_match_generator_multi_linear.cpp
773 theory/quantifiers/ematching/inst_match_generator_multi_linear.h
774 theory/quantifiers/ematching/inst_match_generator_simple.cpp
775 theory/quantifiers/ematching/inst_match_generator_simple.h
776 theory/quantifiers/ematching/inst_strategy.cpp
777 theory/quantifiers/ematching/inst_strategy.h
778 theory/quantifiers/ematching/inst_strategy_e_matching.cpp
779 theory/quantifiers/ematching/inst_strategy_e_matching.h
780 theory/quantifiers/ematching/inst_strategy_e_matching_user.cpp
781 theory/quantifiers/ematching/inst_strategy_e_matching_user.h
782 theory/quantifiers/ematching/instantiation_engine.cpp
783 theory/quantifiers/ematching/instantiation_engine.h
784 theory/quantifiers/ematching/pattern_term_selector.cpp
785 theory/quantifiers/ematching/pattern_term_selector.h
786 theory/quantifiers/ematching/trigger.cpp
787 theory/quantifiers/ematching/trigger.h
788 theory/quantifiers/ematching/trigger_database.cpp
789 theory/quantifiers/ematching/trigger_database.h
790 theory/quantifiers/ematching/trigger_term_info.cpp
791 theory/quantifiers/ematching/trigger_term_info.h
792 theory/quantifiers/ematching/trigger_trie.cpp
793 theory/quantifiers/ematching/trigger_trie.h
794 theory/quantifiers/ematching/var_match_generator.cpp
795 theory/quantifiers/ematching/var_match_generator.h
796 theory/quantifiers/equality_query.cpp
797 theory/quantifiers/equality_query.h
798 theory/quantifiers/expr_miner.cpp
799 theory/quantifiers/expr_miner.h
800 theory/quantifiers/expr_miner_manager.cpp
801 theory/quantifiers/expr_miner_manager.h
802 theory/quantifiers/extended_rewrite.cpp
803 theory/quantifiers/extended_rewrite.h
804 theory/quantifiers/first_order_model.cpp
805 theory/quantifiers/first_order_model.h
806 theory/quantifiers/fmf/bounded_integers.cpp
807 theory/quantifiers/fmf/bounded_integers.h
808 theory/quantifiers/fmf/first_order_model_fmc.cpp
809 theory/quantifiers/fmf/first_order_model_fmc.h
810 theory/quantifiers/fmf/full_model_check.cpp
811 theory/quantifiers/fmf/full_model_check.h
812 theory/quantifiers/fmf/model_builder.cpp
813 theory/quantifiers/fmf/model_builder.h
814 theory/quantifiers/fmf/model_engine.cpp
815 theory/quantifiers/fmf/model_engine.h
816 theory/quantifiers/fun_def_evaluator.cpp
817 theory/quantifiers/fun_def_evaluator.h
818 theory/quantifiers/ho_term_database.cpp
819 theory/quantifiers/ho_term_database.h
820 theory/quantifiers/index_trie.cpp
821 theory/quantifiers/index_trie.h
822 theory/quantifiers/inst_match.cpp
823 theory/quantifiers/inst_match.h
824 theory/quantifiers/inst_match_trie.cpp
825 theory/quantifiers/inst_match_trie.h
826 theory/quantifiers/inst_strategy_enumerative.cpp
827 theory/quantifiers/inst_strategy_enumerative.h
828 theory/quantifiers/inst_strategy_pool.cpp
829 theory/quantifiers/inst_strategy_pool.h
830 theory/quantifiers/instantiate.cpp
831 theory/quantifiers/instantiate.h
832 theory/quantifiers/instantiation_list.cpp
833 theory/quantifiers/instantiation_list.h
834 theory/quantifiers/lazy_trie.cpp
835 theory/quantifiers/lazy_trie.h
836 theory/quantifiers/master_eq_notify.cpp
837 theory/quantifiers/master_eq_notify.h
838 theory/quantifiers/proof_checker.cpp
839 theory/quantifiers/proof_checker.h
840 theory/quantifiers/quant_bound_inference.cpp
841 theory/quantifiers/quant_bound_inference.h
842 theory/quantifiers/quant_conflict_find.cpp
843 theory/quantifiers/quant_conflict_find.h
844 theory/quantifiers/quant_relevance.cpp
845 theory/quantifiers/quant_relevance.h
846 theory/quantifiers/quant_rep_bound_ext.cpp
847 theory/quantifiers/quant_rep_bound_ext.h
848 theory/quantifiers/quant_split.cpp
849 theory/quantifiers/quant_split.h
850 theory/quantifiers/quant_util.cpp
851 theory/quantifiers/quant_util.h
852 theory/quantifiers/quant_module.cpp
853 theory/quantifiers/quant_module.h
854 theory/quantifiers/quantifiers_attributes.cpp
855 theory/quantifiers/quantifiers_attributes.h
856 theory/quantifiers/quantifiers_inference_manager.cpp
857 theory/quantifiers/quantifiers_inference_manager.h
858 theory/quantifiers/quantifiers_macros.cpp
859 theory/quantifiers/quantifiers_macros.h
860 theory/quantifiers/quantifiers_modules.cpp
861 theory/quantifiers/quantifiers_modules.h
862 theory/quantifiers/quantifiers_preprocess.cpp
863 theory/quantifiers/quantifiers_preprocess.h
864 theory/quantifiers/quantifiers_registry.cpp
865 theory/quantifiers/quantifiers_registry.h
866 theory/quantifiers/quantifiers_rewriter.cpp
867 theory/quantifiers/quantifiers_rewriter.h
868 theory/quantifiers/quantifiers_state.cpp
869 theory/quantifiers/quantifiers_state.h
870 theory/quantifiers/quantifiers_statistics.cpp
871 theory/quantifiers/quantifiers_statistics.h
872 theory/quantifiers/query_generator.cpp
873 theory/quantifiers/query_generator.h
874 theory/quantifiers/relevant_domain.cpp
875 theory/quantifiers/relevant_domain.h
876 theory/quantifiers/single_inv_partition.cpp
877 theory/quantifiers/single_inv_partition.h
878 theory/quantifiers/skolemize.cpp
879 theory/quantifiers/skolemize.h
880 theory/quantifiers/solution_filter.cpp
881 theory/quantifiers/solution_filter.h
882 theory/quantifiers/term_pools.cpp
883 theory/quantifiers/term_pools.h
884 theory/quantifiers/term_tuple_enumerator.cpp
885 theory/quantifiers/term_tuple_enumerator.h
886 theory/quantifiers/sygus/ce_guided_single_inv.cpp
887 theory/quantifiers/sygus/ce_guided_single_inv.h
888 theory/quantifiers/sygus/cegis.cpp
889 theory/quantifiers/sygus/cegis.h
890 theory/quantifiers/sygus/cegis_core_connective.cpp
891 theory/quantifiers/sygus/cegis_core_connective.h
892 theory/quantifiers/sygus/cegis_unif.cpp
893 theory/quantifiers/sygus/cegis_unif.h
894 theory/quantifiers/sygus/enum_val_generator.h
895 theory/quantifiers/sygus/example_eval_cache.cpp
896 theory/quantifiers/sygus/example_eval_cache.h
897 theory/quantifiers/sygus/example_infer.cpp
898 theory/quantifiers/sygus/example_infer.h
899 theory/quantifiers/sygus/example_min_eval.cpp
900 theory/quantifiers/sygus/example_min_eval.h
901 theory/quantifiers/sygus/enum_stream_substitution.cpp
902 theory/quantifiers/sygus/enum_stream_substitution.h
903 theory/quantifiers/sygus/enum_value_manager.cpp
904 theory/quantifiers/sygus/enum_value_manager.h
905 theory/quantifiers/sygus/example_infer.cpp
906 theory/quantifiers/sygus/example_infer.h
907 theory/quantifiers/sygus/example_min_eval.cpp
908 theory/quantifiers/sygus/example_min_eval.h
909 theory/quantifiers/sygus/rcons_obligation.cpp
910 theory/quantifiers/sygus/rcons_obligation.h
911 theory/quantifiers/sygus/rcons_type_info.cpp
912 theory/quantifiers/sygus/rcons_type_info.h
913 theory/quantifiers/sygus/sygus_abduct.cpp
914 theory/quantifiers/sygus/sygus_abduct.h
915 theory/quantifiers/sygus/sygus_enumerator.cpp
916 theory/quantifiers/sygus/sygus_enumerator.h
917 theory/quantifiers/sygus/sygus_enumerator_basic.cpp
918 theory/quantifiers/sygus/sygus_enumerator_basic.h
919 theory/quantifiers/sygus/sygus_enumerator_callback.cpp
920 theory/quantifiers/sygus/sygus_enumerator_callback.h
921 theory/quantifiers/sygus/sygus_eval_unfold.cpp
922 theory/quantifiers/sygus/sygus_eval_unfold.h
923 theory/quantifiers/sygus/sygus_explain.cpp
924 theory/quantifiers/sygus/sygus_explain.h
925 theory/quantifiers/sygus/sygus_grammar_cons.cpp
926 theory/quantifiers/sygus/sygus_grammar_cons.h
927 theory/quantifiers/sygus/sygus_grammar_norm.cpp
928 theory/quantifiers/sygus/sygus_grammar_norm.h
929 theory/quantifiers/sygus/sygus_grammar_red.cpp
930 theory/quantifiers/sygus/sygus_grammar_red.h
931 theory/quantifiers/sygus/sygus_interpol.cpp
932 theory/quantifiers/sygus/sygus_interpol.h
933 theory/quantifiers/sygus/sygus_invariance.cpp
934 theory/quantifiers/sygus/sygus_invariance.h
935 theory/quantifiers/sygus/sygus_module.cpp
936 theory/quantifiers/sygus/sygus_module.h
937 theory/quantifiers/sygus/sygus_pbe.cpp
938 theory/quantifiers/sygus/sygus_pbe.h
939 theory/quantifiers/sygus/sygus_process_conj.cpp
940 theory/quantifiers/sygus/sygus_process_conj.h
941 theory/quantifiers/sygus/sygus_reconstruct.cpp
942 theory/quantifiers/sygus/sygus_reconstruct.h
943 theory/quantifiers/sygus/sygus_qe_preproc.cpp
944 theory/quantifiers/sygus/sygus_qe_preproc.h
945 theory/quantifiers/sygus/sygus_repair_const.cpp
946 theory/quantifiers/sygus/sygus_repair_const.h
947 theory/quantifiers/sygus/sygus_stats.cpp
948 theory/quantifiers/sygus/sygus_stats.h
949 theory/quantifiers/sygus/sygus_unif.cpp
950 theory/quantifiers/sygus/sygus_unif.h
951 theory/quantifiers/sygus/sygus_unif_io.cpp
952 theory/quantifiers/sygus/sygus_unif_io.h
953 theory/quantifiers/sygus/sygus_unif_rl.cpp
954 theory/quantifiers/sygus/sygus_unif_rl.h
955 theory/quantifiers/sygus/sygus_unif_strat.cpp
956 theory/quantifiers/sygus/sygus_unif_strat.h
957 theory/quantifiers/sygus/sygus_utils.cpp
958 theory/quantifiers/sygus/sygus_utils.h
959 theory/quantifiers/sygus/synth_conjecture.cpp
960 theory/quantifiers/sygus/synth_conjecture.h
961 theory/quantifiers/sygus/synth_engine.cpp
962 theory/quantifiers/sygus/synth_engine.h
963 theory/quantifiers/sygus/synth_verify.cpp
964 theory/quantifiers/sygus/synth_verify.h
965 theory/quantifiers/sygus/template_infer.cpp
966 theory/quantifiers/sygus/template_infer.h
967 theory/quantifiers/sygus/term_database_sygus.cpp
968 theory/quantifiers/sygus/term_database_sygus.h
969 theory/quantifiers/sygus/type_info.cpp
970 theory/quantifiers/sygus/type_info.h
971 theory/quantifiers/sygus/type_node_id_trie.cpp
972 theory/quantifiers/sygus/type_node_id_trie.h
973 theory/quantifiers/sygus/transition_inference.cpp
974 theory/quantifiers/sygus/transition_inference.h
975 theory/quantifiers/sygus_inst.cpp
976 theory/quantifiers/sygus_inst.h
977 theory/quantifiers/sygus_sampler.cpp
978 theory/quantifiers/sygus_sampler.h
979 theory/quantifiers/term_database.cpp
980 theory/quantifiers/term_database.h
981 theory/quantifiers/term_enumeration.cpp
982 theory/quantifiers/term_enumeration.h
983 theory/quantifiers/term_pools.cpp
984 theory/quantifiers/term_pools.h
985 theory/quantifiers/term_registry.cpp
986 theory/quantifiers/term_registry.h
987 theory/quantifiers/term_util.cpp
988 theory/quantifiers/term_util.h
989 theory/quantifiers/theory_quantifiers.cpp
990 theory/quantifiers/theory_quantifiers.h
991 theory/quantifiers/theory_quantifiers_type_rules.cpp
992 theory/quantifiers/theory_quantifiers_type_rules.h
993 theory/quantifiers_engine.cpp
994 theory/quantifiers_engine.h
995 theory/relevance_manager.cpp
996 theory/relevance_manager.h
997 theory/rep_set.cpp
998 theory/rep_set.h
999 theory/rewriter.cpp
1000 theory/rewriter.h
1001 theory/rewriter_attributes.h
1002 theory/sep/theory_sep.cpp
1003 theory/sep/theory_sep.h
1004 theory/sep/theory_sep_rewriter.cpp
1005 theory/sep/theory_sep_rewriter.h
1006 theory/sep/theory_sep_type_rules.cpp
1007 theory/sep/theory_sep_type_rules.h
1008 theory/sets/cardinality_extension.cpp
1009 theory/sets/cardinality_extension.h
1010 theory/sets/inference_manager.cpp
1011 theory/sets/inference_manager.h
1012 theory/sets/normal_form.h
1013 theory/sets/rels_utils.h
1014 theory/sets/singleton_op.cpp
1015 theory/sets/singleton_op.h
1016 theory/sets/skolem_cache.cpp
1017 theory/sets/skolem_cache.h
1018 theory/sets/solver_state.cpp
1019 theory/sets/solver_state.h
1020 theory/sets/term_registry.cpp
1021 theory/sets/term_registry.h
1022 theory/sets/theory_sets.cpp
1023 theory/sets/theory_sets.h
1024 theory/sets/theory_sets_private.cpp
1025 theory/sets/theory_sets_private.h
1026 theory/sets/theory_sets_rels.cpp
1027 theory/sets/theory_sets_rels.h
1028 theory/sets/theory_sets_rewriter.cpp
1029 theory/sets/theory_sets_rewriter.h
1030 theory/sets/theory_sets_type_enumerator.cpp
1031 theory/sets/theory_sets_type_enumerator.h
1032 theory/sets/theory_sets_type_rules.cpp
1033 theory/sets/theory_sets_type_rules.h
1034 theory/shared_solver.cpp
1035 theory/shared_solver.h
1036 theory/shared_solver_distributed.cpp
1037 theory/shared_solver_distributed.h
1038 theory/shared_terms_database.cpp
1039 theory/shared_terms_database.h
1040 theory/skolem_lemma.cpp
1041 theory/skolem_lemma.h
1042 theory/smt_engine_subsolver.cpp
1043 theory/smt_engine_subsolver.h
1044 theory/sort_inference.cpp
1045 theory/sort_inference.h
1046 theory/strings/arith_entail.cpp
1047 theory/strings/arith_entail.h
1048 theory/strings/base_solver.cpp
1049 theory/strings/base_solver.h
1050 theory/strings/core_solver.cpp
1051 theory/strings/core_solver.h
1052 theory/strings/eager_solver.cpp
1053 theory/strings/eager_solver.h
1054 theory/strings/extf_solver.cpp
1055 theory/strings/extf_solver.h
1056 theory/strings/eqc_info.cpp
1057 theory/strings/eqc_info.h
1058 theory/strings/infer_info.cpp
1059 theory/strings/infer_info.h
1060 theory/strings/infer_proof_cons.cpp
1061 theory/strings/infer_proof_cons.h
1062 theory/strings/inference_manager.cpp
1063 theory/strings/inference_manager.h
1064 theory/strings/normal_form.cpp
1065 theory/strings/normal_form.h
1066 theory/strings/proof_checker.cpp
1067 theory/strings/proof_checker.h
1068 theory/strings/regexp_elim.cpp
1069 theory/strings/regexp_elim.h
1070 theory/strings/regexp_entail.cpp
1071 theory/strings/regexp_entail.h
1072 theory/strings/regexp_operation.cpp
1073 theory/strings/regexp_operation.h
1074 theory/strings/regexp_solver.cpp
1075 theory/strings/regexp_solver.h
1076 theory/strings/rewrites.cpp
1077 theory/strings/rewrites.h
1078 theory/strings/sequences_rewriter.cpp
1079 theory/strings/sequences_rewriter.h
1080 theory/strings/sequences_stats.cpp
1081 theory/strings/sequences_stats.h
1082 theory/strings/skolem_cache.cpp
1083 theory/strings/skolem_cache.h
1084 theory/strings/solver_state.cpp
1085 theory/strings/solver_state.h
1086 theory/strings/strategy.cpp
1087 theory/strings/strategy.h
1088 theory/strings/strings_entail.cpp
1089 theory/strings/strings_entail.h
1090 theory/strings/strings_fmf.cpp
1091 theory/strings/strings_fmf.h
1092 theory/strings/strings_rewriter.cpp
1093 theory/strings/strings_rewriter.h
1094 theory/strings/theory_strings.cpp
1095 theory/strings/theory_strings.h
1096 theory/strings/theory_strings_preprocess.cpp
1097 theory/strings/theory_strings_preprocess.h
1098 theory/strings/theory_strings_type_rules.cpp
1099 theory/strings/theory_strings_type_rules.h
1100 theory/strings/theory_strings_utils.cpp
1101 theory/strings/theory_strings_utils.h
1102 theory/strings/term_registry.cpp
1103 theory/strings/term_registry.h
1104 theory/strings/type_enumerator.cpp
1105 theory/strings/type_enumerator.h
1106 theory/strings/word.cpp
1107 theory/strings/word.h
1108 theory/subs_minimize.cpp
1109 theory/subs_minimize.h
1110 theory/substitutions.cpp
1111 theory/substitutions.h
1112 theory/term_registration_visitor.cpp
1113 theory/term_registration_visitor.h
1114 theory/theory.cpp
1115 theory/theory.h
1116 theory/theory_engine.cpp
1117 theory/theory_engine.h
1118 theory/theory_engine_proof_generator.cpp
1119 theory/theory_engine_proof_generator.h
1120 theory/theory_id.cpp
1121 theory/theory_id.h
1122 theory/theory_eq_notify.h
1123 theory/theory_inference.cpp
1124 theory/theory_inference.h
1125 theory/theory_inference_manager.cpp
1126 theory/theory_inference_manager.h
1127 theory/theory_model.cpp
1128 theory/theory_model.h
1129 theory/theory_model_builder.cpp
1130 theory/theory_model_builder.h
1131 theory/theory_preprocessor.cpp
1132 theory/theory_preprocessor.h
1133 theory/theory_rewriter.cpp
1134 theory/theory_rewriter.h
1135 theory/theory_state.cpp
1136 theory/theory_state.h
1137 theory/trust_substitutions.cpp
1138 theory/trust_substitutions.h
1139 theory/type_enumerator.h
1140 theory/type_set.cpp
1141 theory/type_set.h
1142 theory/uf/cardinality_extension.cpp
1143 theory/uf/cardinality_extension.h
1144 theory/uf/equality_engine.cpp
1145 theory/uf/equality_engine.h
1146 theory/uf/equality_engine_iterator.cpp
1147 theory/uf/equality_engine_iterator.h
1148 theory/uf/equality_engine_notify.h
1149 theory/uf/equality_engine_types.h
1150 theory/uf/eq_proof.cpp
1151 theory/uf/eq_proof.h
1152 theory/uf/proof_checker.cpp
1153 theory/uf/proof_checker.h
1154 theory/uf/proof_equality_engine.cpp
1155 theory/uf/proof_equality_engine.h
1156 theory/uf/ho_extension.cpp
1157 theory/uf/ho_extension.h
1158 theory/uf/symmetry_breaker.cpp
1159 theory/uf/symmetry_breaker.h
1160 theory/uf/theory_uf.cpp
1161 theory/uf/theory_uf.h
1162 theory/uf/theory_uf_model.cpp
1163 theory/uf/theory_uf_model.h
1164 theory/uf/theory_uf_rewriter.cpp
1165 theory/uf/theory_uf_rewriter.h
1166 theory/uf/theory_uf_type_rules.cpp
1167 theory/uf/theory_uf_type_rules.h
1168 theory/valuation.cpp
1169 theory/valuation.h
1170 )
1171
1172 #-----------------------------------------------------------------------------#
1173 # Add required include paths for this and all subdirectories.
1174
1175 include_directories(include)
1176 include_directories(. ${CMAKE_CURRENT_BINARY_DIR})
1177
1178 #-----------------------------------------------------------------------------#
1179 # Take care of options
1180
1181 check_python_module("toml")
1182
1183 set(options_toml_files
1184 options/arith_options.toml
1185 options/arrays_options.toml
1186 options/base_options.toml
1187 options/booleans_options.toml
1188 options/builtin_options.toml
1189 options/bv_options.toml
1190 options/datatypes_options.toml
1191 options/decision_options.toml
1192 options/expr_options.toml
1193 options/fp_options.toml
1194 options/main_options.toml
1195 options/parser_options.toml
1196 options/printer_options.toml
1197 options/proof_options.toml
1198 options/prop_options.toml
1199 options/quantifiers_options.toml
1200 options/sep_options.toml
1201 options/sets_options.toml
1202 options/smt_options.toml
1203 options/strings_options.toml
1204 options/theory_options.toml
1205 options/uf_options.toml
1206 )
1207 string(REPLACE "toml" "cpp;" options_gen_cpp_files ${options_toml_files})
1208 string(REPLACE "toml" "h;" options_gen_h_files ${options_toml_files})
1209 list(APPEND options_gen_cpp_files "options/options.cpp" "options/options_public.cpp")
1210 list(APPEND options_gen_h_files "options/options.h")
1211
1212 libcvc5_add_sources(GENERATED ${options_gen_cpp_files} ${options_gen_h_files})
1213
1214 list_prepend(options_toml_files "${CMAKE_CURRENT_LIST_DIR}/" abs_toml_files)
1215
1216 set(options_gen_doc_files "")
1217 if (BUILD_DOCS)
1218 list(
1219 APPEND
1220 options_gen_doc_files
1221 "${CMAKE_BINARY_DIR}/docs/options_generated.rst"
1222 )
1223 endif()
1224
1225 add_custom_command(
1226 OUTPUT
1227 ${options_gen_cpp_files} ${options_gen_h_files}
1228 ${options_gen_doc_files}
1229 COMMAND
1230 ${CMAKE_COMMAND} -E make_directory ${CMAKE_CURRENT_BINARY_DIR}/options
1231 COMMAND
1232 ${PYTHON_EXECUTABLE}
1233 ${CMAKE_CURRENT_LIST_DIR}/options/mkoptions.py
1234 ${CMAKE_CURRENT_LIST_DIR}
1235 ${CMAKE_BINARY_DIR}
1236 ${CMAKE_CURRENT_BINARY_DIR}
1237 ${abs_toml_files}
1238 DEPENDS
1239 options/mkoptions.py
1240 ${options_toml_files}
1241 options/module_template.h
1242 options/module_template.cpp
1243 options/options_public_template.cpp
1244 options/options_template.h
1245 options/options_template.cpp
1246 )
1247
1248 add_custom_target(gen-options
1249 DEPENDS
1250 ${options_gen_cpp_files}
1251 ${options_gen_h_files}
1252 )
1253
1254
1255 #-----------------------------------------------------------------------------#
1256
1257 set(KINDS_FILES
1258 ${PROJECT_SOURCE_DIR}/src/theory/builtin/kinds
1259 ${PROJECT_SOURCE_DIR}/src/theory/booleans/kinds
1260 ${PROJECT_SOURCE_DIR}/src/theory/uf/kinds
1261 ${PROJECT_SOURCE_DIR}/src/theory/arith/kinds
1262 ${PROJECT_SOURCE_DIR}/src/theory/bv/kinds
1263 ${PROJECT_SOURCE_DIR}/src/theory/fp/kinds
1264 ${PROJECT_SOURCE_DIR}/src/theory/arrays/kinds
1265 ${PROJECT_SOURCE_DIR}/src/theory/datatypes/kinds
1266 ${PROJECT_SOURCE_DIR}/src/theory/sep/kinds
1267 ${PROJECT_SOURCE_DIR}/src/theory/sets/kinds
1268 ${PROJECT_SOURCE_DIR}/src/theory/bags/kinds
1269 ${PROJECT_SOURCE_DIR}/src/theory/strings/kinds
1270 ${PROJECT_SOURCE_DIR}/src/theory/quantifiers/kinds)
1271
1272 #-----------------------------------------------------------------------------#
1273 # Add subdirectories
1274
1275 add_subdirectory(base)
1276 add_subdirectory(context)
1277 add_subdirectory(expr)
1278 if (NOT BUILD_LIB_ONLY)
1279 add_subdirectory(parser)
1280 endif()
1281 add_subdirectory(theory)
1282 add_subdirectory(util)
1283
1284 #-----------------------------------------------------------------------------#
1285 # All sources for libcvc5 are now collected in LIBCVC5_SRCS and (if generated)
1286 # LIBCVC5_GEN_SRCS (via libcvc5_add_sources). We can now build libcvc5.
1287
1288 set_source_files_properties(${LIBCVC5_GEN_SRCS} PROPERTIES GENERATED TRUE)
1289 add_library(cvc5 ${LIBCVC5_SRCS} ${LIBCVC5_GEN_SRCS}
1290 $<TARGET_OBJECTS:cvc5base> $<TARGET_OBJECTS:cvc5context>)
1291 target_include_directories(cvc5
1292 PUBLIC
1293 $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
1294 $<INSTALL_INTERFACE:include>
1295 )
1296
1297 include(GenerateExportHeader)
1298 generate_export_header(cvc5)
1299
1300 install(TARGETS cvc5
1301 EXPORT cvc5-targets
1302 LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
1303 ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR})
1304
1305 set_target_properties(cvc5 PROPERTIES SOVERSION ${CVC5_SOVERSION})
1306 target_compile_definitions(cvc5 PRIVATE -D__BUILDING_CVC5LIB)
1307 # Add libcvc5 dependencies for generated sources.
1308 add_dependencies(cvc5 gen-expr gen-gitinfo gen-options gen-tags gen-theory)
1309
1310 # Add library/include dependencies
1311 if(ENABLE_VALGRIND)
1312 target_include_directories(cvc5 PRIVATE ${Valgrind_INCLUDE_DIR})
1313 endif()
1314 if(USE_ABC)
1315 target_link_libraries(cvc5 PRIVATE ${ABC_LIBRARIES})
1316 target_include_directories(cvc5 PRIVATE ${ABC_INCLUDE_DIR})
1317 endif()
1318
1319 target_link_libraries(cvc5 PRIVATE CaDiCaL)
1320
1321 if(USE_CLN)
1322 target_link_libraries(cvc5 PRIVATE CLN)
1323 endif()
1324 if(USE_CRYPTOMINISAT)
1325 target_link_libraries(cvc5 PRIVATE CryptoMiniSat)
1326 endif()
1327 if(USE_KISSAT)
1328 target_link_libraries(cvc5 PRIVATE Kissat)
1329 endif()
1330 if(USE_GLPK)
1331 target_link_libraries(cvc5 PRIVATE ${GLPK_LIBRARIES})
1332 target_include_directories(cvc5 PRIVATE ${GLPK_INCLUDE_DIR})
1333 endif()
1334 if(USE_POLY)
1335 target_link_libraries(cvc5 PRIVATE Polyxx)
1336 endif()
1337 if(USE_COCOA)
1338 target_link_libraries(cvc5 PRIVATE CoCoA)
1339 endif()
1340
1341 target_link_libraries(cvc5 PRIVATE SymFPU)
1342
1343 # Note: When linked statically GMP needs to be linked after CLN since CLN
1344 # depends on GMP.
1345 target_link_libraries(cvc5 PRIVATE GMP)
1346
1347 # Add rt library
1348 # Note: For glibc < 2.17 we have to additionally link against rt (man clock_gettime).
1349 # RT_LIBRARIES should be empty for glibc >= 2.17
1350 target_link_libraries(cvc5 PRIVATE ${RT_LIBRARIES})
1351
1352 #-----------------------------------------------------------------------------#
1353 # Visit main subdirectory after creating target cvc5. For target main, we have
1354 # to manually add library dependencies since we can't use
1355 # target_link_libraries(...) with object libraries for cmake versions <= 3.12.
1356 # Thus, we can only visit main as soon as all dependencies for cvc5 are set up.
1357
1358 if (NOT BUILD_LIB_ONLY)
1359 add_subdirectory(main)
1360 endif()
1361
1362 #-----------------------------------------------------------------------------#
1363 # Install public API headers
1364
1365 install(FILES
1366 api/cpp/cvc5.h
1367 api/cpp/cvc5_kind.h
1368 DESTINATION
1369 ${CMAKE_INSTALL_INCLUDEDIR}/cvc5/)
1370 install(FILES
1371 ${CMAKE_CURRENT_BINARY_DIR}/cvc5_export.h
1372 DESTINATION
1373 ${CMAKE_INSTALL_INCLUDEDIR}/cvc5/)
1374
1375 # Fix include paths for all public headers.
1376 # Note: This is a temporary fix until the new C++ API is in place.
1377 install(CODE "execute_process(COMMAND
1378 ${CMAKE_CURRENT_LIST_DIR}/fix-install-headers.sh
1379 ${CMAKE_INSTALL_PREFIX})")