3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00
z3/src/test
2022-12-21 11:18:27 +01:00
..
fuzzing call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
lp Fix typos. 2022-08-05 07:40:50 +03:00
algebraic.cpp fix build of tests 2022-06-17 17:11:18 +01:00
api.cpp Enable more tests on non-Windows. (#6199) 2022-07-29 11:48:27 +02:00
api_bug.cpp
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
bdd.cpp Additional BDD operations; BDD vectors and finite domain abstraction 2022-08-01 18:37:11 +03:00
bit_blaster.cpp bit_blaster unit tests for adder and multiplier (#5514) 2021-08-27 14:19:12 -07: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
chashtable.cpp fix build of tests 2022-06-17 17:11:18 +01:00
check_assumptions.cpp
CMakeLists.txt Merge branch 'master' into polysat 2022-07-01 16:11:17 +02:00
cnf_backbones.cpp call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -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
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 Use nullptr consistently instead of 0 or NULL. 2022-08-01 14:24:32 +03:00
dl_table.cpp fix build of tests 2022-06-17 17:11:18 +01:00
dl_util.cpp
doc.cpp fix build of tests 2022-06-17 17:11:18 +01:00
egraph.cpp fix build of tests 2022-06-17 17:11:18 +01:00
escaped.cpp fix build of tests 2022-06-17 17:11:18 +01:00
ex.cpp Use = default for virtual constructors. 2022-08-05 18:11:46 +03: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
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
fixplex.cpp fix 2022-07-21 13:00:36 +02:00
for_each_file.cpp
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
hashtable.cpp weaken assertion, remove dependency on hash_compare in unittest for hashtables 2022-11-09 09:28:49 -08:00
heap.cpp
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 fix build of tests 2022-06-17 17:11:18 +01:00
hwf.cpp fix build of tests 2022-06-17 17:11:18 +01:00
im_float_config.h booyah 2020-07-04 15:56:30 -07:00
inf_rational.cpp
interval.cpp fix build of tests 2022-06-17 17:11:18 +01:00
karr.cpp fix build of tests 2022-06-17 17:11:18 +01:00
list.cpp
main.cpp Remove tst_polysat_argv 2022-11-17 17:37:52 +01:00
map.cpp
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
mod_interval.cpp fix 2022-07-21 13:00:36 +02:00
model2expr.cpp fix build of tests 2022-06-17 17:11:18 +01:00
model_based_opt.cpp fix build of tests 2022-06-17 17:11:18 +01: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
mpff.cpp fix build of tests 2022-06-17 17:11:18 +01: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 build of tests 2022-06-17 17:11:18 +01: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 Use nullptr consistently instead of 0 or NULL. 2022-08-01 14:24:32 +03:00
object_allocator.cpp
old_interval.cpp fix build of tests 2022-06-17 17:11:18 +01:00
optional.cpp
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 pdd::subst_get 2022-11-18 15:14:38 +01:00
pdd_solver.cpp fix build of tests 2022-06-17 17:11:18 +01:00
permutation.cpp
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
polysat.cpp more viable refinement tests 2022-12-21 11:18:27 +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 fix build of tests 2022-06-17 17:11:18 +01: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
rational.cpp more scaffolding 2021-03-21 11:31:14 -07:00
rcf.cpp fix build of tests 2022-06-17 17:11:18 +01:00
region.cpp
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
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 Use nullptr consistently instead of 0 or NULL. 2022-08-01 14:24:32 +03:00
small_object_allocator.cpp
smt2print_parse.cpp
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
string_buffer.cpp
substitution.cpp fix build of tests 2022-06-17 17:11:18 +01:00
symbol.cpp
symbol_table.cpp
tbv.cpp Move tbv to util 2022-08-01 18:37:11 +03:00
test_util.h
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
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 fix build of tests 2022-06-17 17:11:18 +01: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 fix build of tests 2022-06-17 17:11:18 +01:00
viable.cpp Add bitblasting fallback to viable::query 2022-12-16 13:02:54 +01:00
zstring.cpp fix build of tests 2022-06-17 17:11:18 +01:00