3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-09 19:01:50 +00:00
z3/src/test
Lev Nachmanson df18885f97 debug dio
2025-02-11 12:23:00 -10:00
..
fuzzing fix test build 2023-12-22 16:19:28 +00:00
lp debug dio 2025-02-11 12:23:00 -10:00
algebraic.cpp fix build of tests 2022-06-17 17:11:18 +01:00
api.cpp Update api.cpp 2023-02-18 18:43:20 -08:00
api_bug.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
arith_rewriter.cpp fix build of tests 2022-06-17 17:11:18 +01:00
arith_simplifier_plugin.cpp fix build of tests 2022-06-17 17:11:18 +01:00
ast.cpp Fix some spelling errors (mostly in comments). 2018-10-20 17:07:41 +02:00
bdd.cpp Additional BDD operations; BDD vectors and finite domain abstraction 2022-08-01 18:37:11 +03:00
bit_blaster.cpp deal with compiler warnings (unused variables etc) 2023-02-18 17:53:37 -08:00
bit_vector.cpp bool_vector, some spacer tidy 2020-04-05 12:59:04 -07:00
bits.cpp fix build of tests 2022-06-17 17:11:18 +01:00
buffer.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
chashtable.cpp fix build of tests 2022-06-17 17:11:18 +01:00
check_assumptions.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
CMakeLists.txt add unit test for incremental equation edit distance with repair 2024-12-15 05:53:28 -08:00
cnf_backbones.cpp fix build warnings 2024-09-30 13:09:01 -07:00
cube_clause.cpp fix build of tests 2022-06-17 17:11:18 +01:00
datalog_parser.cpp fix build of tests 2022-06-17 17:11:18 +01:00
ddnf.cpp Move tbv to util 2022-08-01 18:37:11 +03:00
diff_logic.cpp attempt to fix windows build bot 2022-06-17 18:05:19 +01:00
distribution.cpp add tests for distribution utility and fix loose ends 2023-04-13 11:19:06 -07:00
dl_context.cpp prepare symbols to be more abstract, update mbi, delay initialize some modules 2020-01-10 12:02:08 -08:00
dl_product_relation.cpp fix #6213 2022-07-31 18:40:59 +03:00
dl_query.cpp fix build of tests 2022-06-17 17:11:18 +01:00
dl_relation.cpp unused variables 2022-10-20 09:09:06 -07:00
dl_table.cpp fix build of tests 2022-06-17 17:11:18 +01:00
dl_util.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
dlist.cpp Sls (#7439) 2024-11-02 12:32:48 -07:00
doc.cpp fix build of tests 2022-06-17 17:11:18 +01:00
egraph.cpp fix build 2022-09-25 18:09:32 -07:00
escaped.cpp fix build of tests 2022-06-17 17:11:18 +01:00
euf_arith_plugin.cpp add EUF plugin framework. 2023-11-30 13:58:30 -08:00
euf_bv_plugin.cpp add EUF plugin framework. 2023-11-30 13:58:30 -08:00
ex.cpp add noexcept for signature compatibility 2024-11-04 11:13:49 -08:00
expr_rand.cpp fix a couple hundred deref-after-free bugs due to .c_str() on a temporary string 2020-07-11 20:24:45 +01:00
expr_substitution.cpp fix build of tests 2022-06-17 17:11:18 +01:00
ext_numeral.cpp fixes 2017-08-27 11:01:45 -07:00
f2n.cpp fix build of tests 2022-06-17 17:11:18 +01:00
factor_rewriter.cpp fix build of tests 2022-06-17 17:11:18 +01:00
finder.cpp consolidate literals 2021-05-20 12:58:27 -07:00
fixed_bit_vector.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
for_each_file.cpp remove dependency on ARRAYSIZE for issue #1616 2018-08-15 22:26:14 -07:00
for_each_file.h booyah 2020-07-04 15:56:30 -07:00
get_consequences.cpp fix build of tests 2022-06-17 17:11:18 +01:00
get_implied_equalities.cpp tune for unit test, delay initialize re-solver 2018-05-13 11:49:33 -07:00
hashtable.cpp add new hashtable unit tests (#7297) 2024-07-19 20:34:29 -07:00
heap.cpp update heap unit tests (#7324) 2024-08-02 18:29:50 -07:00
heap_trie.cpp fix build of tests 2022-06-17 17:11:18 +01:00
hilbert_basis.cpp fix build of tests 2022-06-17 17:11:18 +01:00
horn_subsume_model_converter.cpp fixing build 2022-11-03 22:08:21 -07:00
hwf.cpp fix #7143: type punning in test 2024-03-04 14:34:02 +00:00
im_float_config.h booyah 2020-07-04 15:56:30 -07:00
inf_rational.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
interval.cpp compile warnings 2023-02-19 10:03:38 -08:00
karr.cpp fix build of tests 2022-06-17 17:11:18 +01:00
list.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
main.cpp add unit test for incremental equation edit distance with repair 2024-12-15 05:53:28 -08:00
map.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
matcher.cpp Enable more tests on non-Windows. (#6199) 2022-07-29 11:48:27 +02:00
memory.cpp Enable more tests on non-Windows. (#6199) 2022-07-29 11:48:27 +02:00
model2expr.cpp fix build of tests 2022-06-17 17:11:18 +01:00
model_based_opt.cpp #6364 2022-10-20 13:14:54 -07:00
model_evaluator.cpp fix build of tests 2022-06-17 17:11:18 +01:00
model_retrieval.cpp fix build of tests 2022-06-17 17:11:18 +01:00
mpbq.cpp fix build of tests 2022-06-17 17:11:18 +01:00
mpf.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
mpff.cpp use std::exception as base class to z3_exception 2024-11-04 11:08:15 -08:00
mpfx.cpp fix build of tests 2022-06-17 17:11:18 +01:00
mpq.cpp fix build of tests 2022-06-17 17:11:18 +01:00
mpz.cpp Fix some typos. (#7115) 2024-02-07 23:06:43 -08:00
nlarith_util.cpp fix build of tests 2022-06-17 17:11:18 +01:00
nlsat.cpp fix build of tests 2022-06-17 17:11:18 +01:00
no_overflow.cpp compile warnings 2023-02-19 10:03:38 -08:00
object_allocator.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
old_interval.cpp fix build of tests 2022-06-17 17:11:18 +01:00
optional.cpp Tabs, formatting. 2017-09-17 14:54:09 +01:00
parray.cpp fix build of tests 2022-06-17 17:11:18 +01:00
pb2bv.cpp fix build of tests 2022-06-17 17:11:18 +01:00
pdd.cpp Merge shared parts from polysat branch (#7063) 2023-12-28 11:11:53 -08:00
pdd_solver.cpp Arith min max (#6864) 2023-08-19 17:44:09 -07:00
permutation.cpp add apply_permutation tests (#7322) 2024-08-02 18:29:33 -07:00
polynomial.cpp fix build of tests 2022-06-17 17:11:18 +01:00
polynorm.cpp fix build of tests 2022-06-17 17:11:18 +01:00
prime_generator.cpp fix build of tests 2022-06-17 17:11:18 +01:00
proof_checker.cpp fix build of tests 2022-06-17 17:11:18 +01:00
qe_arith.cpp compile warnings 2023-02-19 10:03:38 -08:00
quant_elim.cpp attempt to fix windows build bot 2022-06-17 21:15:54 +01:00
quant_solve.cpp fix build of tests 2022-06-17 17:11:18 +01:00
random.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
rational.cpp Merge shared parts from polysat branch (#7063) 2023-12-28 11:11:53 -08:00
rcf.cpp fix build of tests 2022-06-17 17:11:18 +01:00
region.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
sat_local_search.cpp fix build of tests 2022-06-17 17:11:18 +01:00
sat_lookahead.cpp fix build of tests 2022-06-17 17:11:18 +01:00
sat_user_scope.cpp fix build of tests 2022-06-17 17:11:18 +01:00
scoped_timer.cpp fix build of tests 2022-06-17 17:11:18 +01:00
scoped_vector.cpp add scoped_vector invariants and unit tests (#7327) 2024-08-02 19:21:40 -07:00
simple_parser.cpp build test 2021-01-31 20:49:53 -08:00
simplex.cpp Spacer Global Guidance (#6026) 2022-08-30 15:47:00 -07:00
simplifier.cpp unused variables 2022-10-20 09:09:06 -07:00
sls_seq_plugin.cpp add unit test for incremental equation edit distance with repair 2024-12-15 05:53:28 -08:00
sls_test.cpp fix build for tests 2025-01-22 13:30:12 -08:00
small_object_allocator.cpp [ASan] Fix some leaks reported in the small object allocator 2017-10-11 19:40:16 +01:00
smt2print_parse.cpp just use std::string 2023-10-30 17:56:44 -07:00
smt_context.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
solver_pool.cpp fix build of tests 2022-06-17 17:11:18 +01:00
sorting_network.cpp fix build of tests 2022-06-17 17:11:18 +01:00
stack.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
string_buffer.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
substitution.cpp fix build of tests 2022-06-17 17:11:18 +01:00
symbol.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
symbol_table.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
tbv.cpp Move tbv to util 2022-08-01 18:37:11 +03:00
test_util.h make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
theory_dl.cpp fix build of tests 2022-06-17 17:11:18 +01:00
theory_pb.cpp fix build of tests 2022-06-17 17:11:18 +01:00
timeout.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
total_order.cpp fix build of tests 2022-06-17 17:11:18 +01:00
totalizer.cpp add totalizer version of rc2 2022-06-29 23:10:42 -07:00
trigo.cpp fix build of tests 2022-06-17 17:11:18 +01:00
udoc_relation.cpp use std::exception as base class to z3_exception 2024-11-04 11:08:15 -08:00
uint_set.cpp fix build of tests 2022-06-17 17:11:18 +01:00
upolynomial.cpp fix build of tests 2022-06-17 17:11:18 +01:00
value_generator.cpp fix build of tests 2022-06-17 17:11:18 +01:00
value_sweep.cpp fix build of tests 2022-06-17 17:11:18 +01:00
var_subst.cpp fix build of tests 2022-06-17 17:11:18 +01:00
vector.cpp use std::exception as base class to z3_exception 2024-11-04 11:08:15 -08:00
zstring.cpp fix build of tests 2022-06-17 17:11:18 +01:00