3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-22 11:07:51 +00:00
z3/src/sat/smt
2021-02-28 21:31:21 -08:00
..
arith_axioms.cpp na 2021-01-12 14:03:55 -08:00
arith_diagnostics.cpp rename propagation to explain 2021-02-27 17:25:11 -08:00
arith_internalize.cpp remove template Context dependency in every trail object 2021-02-08 15:41:57 -08:00
arith_solver.cpp rename propagation to explain 2021-02-27 17:25:11 -08:00
arith_solver.h working on new solver core 2020-12-30 14:38:41 -08:00
array_axioms.cpp remove template Context dependency in every trail object 2021-02-08 15:41:57 -08:00
array_internalize.cpp remove template Context dependency in every trail object 2021-02-08 15:41:57 -08:00
array_model.cpp fixes to dt_solver and related 2021-02-27 11:03:20 -08:00
array_solver.cpp fixes to dt_solver and related 2021-02-27 11:03:20 -08:00
array_solver.h fixes to bv/dual-solver, 2020-11-08 17:18:18 -08:00
atom2bool_var.cpp mbp (#4741) 2020-10-21 15:48:40 -07:00
atom2bool_var.h mbp (#4741) 2020-10-21 15:48:40 -07:00
ba_xor.h arrays (#4684) 2020-09-13 19:29:59 -07:00
bv_ackerman.cpp refactor get_sort 2021-02-02 04:45:54 -08:00
bv_ackerman.h bv fixes and tuning (#4703) 2020-09-21 19:54:53 -07:00
bv_delay_internalize.cpp remove template Context dependency in every trail object 2021-02-08 15:41:57 -08:00
bv_internalize.cpp remove template Context dependency in every trail object 2021-02-08 15:41:57 -08:00
bv_invariant.cpp delay internalize (#4714) 2020-09-28 19:24:16 -07:00
bv_solver.cpp build fix 2021-02-08 16:53:30 -08:00
bv_solver.h change gc strategy for user-push/pop 2021-01-18 16:55:29 -08:00
CMakeLists.txt streamline pb solver interface and naming after removal of xor 2021-02-28 12:32:04 -08:00
dt_solver.cpp optimize for enumeration datatypes 2021-02-28 21:31:21 -08:00
dt_solver.h optimize for enumeration datatypes 2021-02-28 21:31:21 -08:00
euf_ackerman.cpp fix sign bug in internalization of literals 2020-12-14 17:33:14 -08:00
euf_ackerman.h add variable replay, remove MacOS from Travis (#4681) 2020-09-08 05:57:07 -07:00
euf_internalize.cpp wreckfun 2021-02-12 19:46:47 -08:00
euf_invariant.cpp fix delay blasting and relevancy 2020-11-20 11:12:55 -08:00
euf_model.cpp fixes to dt solver 2021-02-25 10:35:02 -08:00
euf_proof.cpp rename propagation to explain 2021-02-27 17:25:11 -08:00
euf_relevancy.cpp fix delay blasting and relevancy 2020-11-20 11:12:55 -08:00
euf_solver.cpp streamline pb solver interface and naming after removal of xor 2021-02-28 12:32:04 -08:00
euf_solver.h rename propagation to explain 2021-02-27 17:25:11 -08:00
fpa_solver.cpp remove template Context dependency in every trail object 2021-02-08 15:41:57 -08:00
fpa_solver.h adding dt-solver (#4739) 2020-10-18 15:28:21 -07:00
pb_card.cpp streamline pb solver interface and naming after removal of xor 2021-02-28 12:32:04 -08:00
pb_card.h streamline pb solver interface and naming after removal of xor 2021-02-28 12:32:04 -08:00
pb_constraint.cpp streamline pb solver interface and naming after removal of xor 2021-02-28 12:32:04 -08:00
pb_constraint.h streamline pb solver interface and naming after removal of xor 2021-02-28 12:32:04 -08:00
pb_internalize.cpp streamline pb solver interface and naming after removal of xor 2021-02-28 12:32:04 -08:00
pb_pb.cpp streamline pb solver interface and naming after removal of xor 2021-02-28 12:32:04 -08:00
pb_pb.h streamline pb solver interface and naming after removal of xor 2021-02-28 12:32:04 -08:00
pb_solver.cpp rename statistics to pb 2021-02-28 21:31:21 -08:00
pb_solver.h streamline pb solver interface and naming after removal of xor 2021-02-28 12:32:04 -08:00
pb_solver_interface.h streamline pb solver interface and naming after removal of xor 2021-02-28 12:32:04 -08:00
q_clause.cpp fix build break 2021-01-31 22:56:42 -08:00
q_clause.h fix build break 2021-01-31 22:56:42 -08:00
q_ematch.cpp deal with warnings reported in https://launchpadlibrarian.net/522361319/buildlog_ubuntu-groovy-s390x.z3_4.8.10-1ubuntu4ppa1_BUILDING.txt.gz 2021-02-11 13:49:47 -08:00
q_ematch.h fix build break 2021-01-31 22:56:42 -08:00
q_eval.cpp build test 2021-01-31 20:49:53 -08:00
q_eval.h add priority queue to instantiation 2021-01-31 16:17:52 -08:00
q_fingerprint.h add priority queue to instantiation 2021-01-31 16:17:52 -08:00
q_mam.cpp remove template Context dependency in every trail object 2021-02-08 15:41:57 -08:00
q_mam.h na 2021-01-30 16:00:38 -08:00
q_mbi.cpp fix compiler warnings 2021-02-19 10:33:41 +00:00
q_mbi.h na 2021-01-19 23:21:47 -08:00
q_model_fixer.cpp remove template Context dependency in every trail object 2021-02-08 15:41:57 -08:00
q_model_fixer.h redo purification 2020-10-29 11:06:31 -07:00
q_queue.cpp remove template Context dependency in every trail object 2021-02-08 15:41:57 -08:00
q_queue.h add priority queue to instantiation 2021-01-31 16:17:52 -08:00
q_solver.cpp wreckfun 2021-02-12 19:46:47 -08:00
q_solver.h wreckfun 2021-02-12 19:46:47 -08:00
recfun_solver.cpp fix compiler warnings 2021-02-19 10:33:41 +00:00
recfun_solver.h fix build, move seq_skolem 2021-02-14 14:40:29 -08:00
sat_dual_solver.cpp fixes in new solver 2020-12-25 11:19:31 -08:00
sat_dual_solver.h fixes in new solver 2020-12-25 11:19:31 -08:00
sat_smt.h misc 2020-12-04 16:59:13 -08:00
sat_th.cpp rename propagation to explain 2021-02-27 17:25:11 -08:00
sat_th.h rename propagation to explain 2021-02-27 17:25:11 -08:00
user_solver.cpp remove template Context dependency in every trail object 2021-02-08 15:41:57 -08:00
user_solver.h use value function in lar_solver (#4771) 2020-11-03 01:08:24 -08:00
xor_solver.d remove xor solver, tune dt_solver for enumeration case 2021-02-27 17:17:39 -08:00