3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 00:55:31 +00:00
z3/src/test
2018-06-14 16:08:48 -07:00
..
fuzzing Use nullptr. 2018-02-12 14:05:55 +07:00
algebraic.cpp Remove int64, uint64 typedefs in favor of int64_t / uint64_t. 2018-03-31 14:45:04 +07:00
api.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
api_bug.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
argument_parser.h Cleaned up LP test code. 2017-09-17 17:14:30 +01:00
arith_rewriter.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
arith_simplifier_plugin.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
ast.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
bdd.cpp testing bdd for elim-vars 2017-10-18 17:37:38 -07:00
bit_blaster.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
bit_vector.cpp Tabs, formatting. 2017-09-17 14:54:09 +01:00
bits.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
buffer.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
chashtable.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
check_assumptions.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
CMakeLists.txt change pool solver to enable external control of pool allocation 2018-06-14 16:08:48 -07:00
cnf_backbones.cpp merge with master 2018-03-25 14:57:01 -07:00
datalog_parser.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
ddnf.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
diff_logic.cpp Tabs, formatting. 2017-09-17 14:54:09 +01:00
dl_context.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
dl_product_relation.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
dl_query.cpp Remove int64, uint64 typedefs in favor of int64_t / uint64_t. 2018-03-31 14:45:04 +07:00
dl_relation.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
dl_table.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
dl_util.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
doc.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
escaped.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
ex.cpp Use override rather than virtual. 2018-02-10 09:56:33 +07:00
expr_rand.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
expr_substitution.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
ext_numeral.cpp fixes 2017-08-27 11:01:45 -07:00
f2n.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
factor_rewriter.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -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 make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
for_each_file.h update header guards to be C++ style. Fixes issue #9 2015-07-08 23:18:40 -07:00
get_consequences.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
get_implied_equalities.cpp tune for unit test, delay initialize re-solver 2018-05-13 11:49:33 -07:00
hashtable.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
heap.cpp inherit solver parameters in asserted formulas rewriter. #1511 2018-03-04 05:06:36 -08:00
heap_trie.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
hilbert_basis.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
horn_subsume_model_converter.cpp re-organize proof and model converters to be associated with goals instead of external 2017-11-18 16:33:54 -08:00
hwf.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
im_float_config.h fix build of unit tests 2017-10-16 00:54:30 +01:00
inf_rational.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
interval.cpp fix build of unit tests 2017-10-16 00:54:30 +01:00
karr.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
list.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
lp.cpp Cleaned up LP test code. 2017-09-17 17:14:30 +01:00
main.cpp change pool solver to enable external control of pool allocation 2018-06-14 16:08:48 -07:00
map.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
matcher.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
memory.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
model2expr.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
model_based_opt.cpp Tabs, formatting. 2017-09-17 14:54:09 +01:00
model_evaluator.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
model_retrieval.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
mpbq.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
mpf.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
mpff.cpp As of GCC8, the throw by value, catch by reference idiom is enforced via -Wcatch-value 2018-05-19 04:39:36 +02:00
mpfx.cpp Remove int64, uint64 typedefs in favor of int64_t / uint64_t. 2018-03-31 14:45:04 +07:00
mpq.cpp Remove int64, uint64 typedefs in favor of int64_t / uint64_t. 2018-03-31 14:45:04 +07:00
mpz.cpp merge with pull request #1557 2018-04-07 17:22:49 -07:00
nlarith_util.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
nlsat.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
no_overflow.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07: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 Use nullptr. 2018-02-12 14:05:55 +07:00
optional.cpp Tabs, formatting. 2017-09-17 14:54:09 +01:00
parray.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
pb2bv.cpp fix #1650 fix #1648 2018-05-25 08:56:13 -07:00
pdr.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
permutation.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
polynomial.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
polynorm.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
prime_generator.cpp Remove int64, uint64 typedefs in favor of int64_t / uint64_t. 2018-03-31 14:45:04 +07:00
proof_checker.cpp create proofs folder, move proof-post-order utility to proofs directory, fix regression with proofs 2017-10-24 03:08:56 -07:00
qe_arith.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
quant_elim.cpp fix #1522 2018-03-07 14:26:38 -08:00
quant_solve.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
random.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
rational.cpp Remove int64, uint64 typedefs in favor of int64_t / uint64_t. 2018-03-31 14:45:04 +07:00
rcf.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07: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 tune for unit test, delay initialize re-solver 2018-05-13 11:49:33 -07:00
sat_lookahead.cpp updates to sorting networks 2017-09-23 22:36:19 -05:00
sat_user_scope.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
simple_parser.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
simplex.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
simplifier.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07: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 merge with master 2018-03-25 14:57:01 -07:00
smt_context.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
smt_reader.h Cleaned up LP test code. 2017-09-17 17:14:30 +01:00
solver_pool.cpp Revised solver_pool 2018-06-14 16:08:48 -07:00
sorting_network.cpp dealing with compilers that don't take typename in non-template classes 2018-05-23 09:11:33 -07: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 make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07: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 make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
test_file_reader.h Cleaned up LP test code. 2017-09-17 17:14:30 +01: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 make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
theory_pb.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
timeout.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
total_order.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
trigo.cpp Backward compatibility 2017-10-16 18:19:55 +01:00
udoc_relation.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
uint_set.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
upolynomial.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00
var_subst.cpp Use nullptr. 2018-02-12 14:05:55 +07:00
vector.cpp make include paths uniformly use path relative to src. #534 2017-07-31 13:24:11 -07:00