3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-02 21:37:02 +00:00
z3/src/math/polysat
2022-12-19 12:27:37 +01:00
..
univariate univariate::find_max 2022-12-15 15:59:15 +01:00
assignment.cpp assignment helpers 2022-11-30 14:50:14 +01:00
assignment.h assignment helpers 2022-11-30 14:50:14 +01:00
boolean.cpp Fix another assertion 2022-11-23 13:46:44 +01:00
boolean.h Refactor assignment and search state 2022-11-21 17:25:15 +01:00
clause.cpp Remove clause methods that should not be used 2022-12-12 11:47:27 +01:00
clause.h Remove clause methods that should not be used 2022-12-12 11:47:27 +01:00
clause_builder.cpp Update use of insert_eval and lemma scores to support propagation 2022-12-07 16:08:24 +01:00
clause_builder.h Update use of insert_eval and lemma scores to support propagation 2022-12-07 16:08:24 +01:00
CMakeLists.txt First step towards explaining single bits 2022-12-19 12:27:37 +01:00
conflict.cpp Some bugfixes and unit-tests for variable elimination 2022-12-16 10:12:34 +01:00
conflict.h Rename revert_decision -> revert_pvar, and enable it. 2022-12-08 16:19:11 +01:00
constraint.cpp inequality 2022-11-28 18:00:17 +01:00
constraint.h First step towards explaining single bits 2022-12-19 12:27:37 +01:00
constraint_manager.cpp Merge branch 'polysat' of https://github.com/Z3Prover/z3 into polysat 2022-12-14 10:39:15 +01:00
constraint_manager.h Merge branch 'polysat' of https://github.com/Z3Prover/z3 into polysat 2022-12-14 10:39:15 +01:00
eq_explain.cpp set, lemma, minor 2022-09-21 16:29:36 +02:00
eq_explain.h Rename: explain -> superposition 2022-11-10 14:42:13 +01:00
fixed_bits.cpp First step towards explaining single bits 2022-12-19 12:27:37 +01:00
fixed_bits.h First step towards explaining single bits 2022-12-19 12:27:37 +01:00
fixplex.h na (#5536) 2021-09-05 12:13:08 +02:00
fixplex_def.h fix 2022-07-21 13:00:36 +02:00
forbidden_intervals.cpp Fix unsoundness in previous commit 2022-12-13 15:27:07 +01:00
forbidden_intervals.h Merge forbidden intervals for positive and negative equations 2022-12-13 11:42:52 +01:00
inference_logger.cpp fix 2022-11-23 14:55:41 +01:00
inference_logger.h Connect conflict2 2022-09-21 12:14:44 +02:00
interval.h Remove broken method 2022-10-03 11:05:07 +02:00
justification.cpp add sample bdd vector operations 2021-04-16 10:22:48 -07:00
justification.h update 2021-09-07 14:06:32 +02:00
linear_solver.cpp remove eq constraint, fix gc for external constraints 2021-09-11 20:09:28 +02:00
linear_solver.h remove eq constraint, fix gc for external constraints 2021-09-11 20:09:28 +02:00
log.cpp Merge branch 'polysat' of https://github.com/Z3Prover/z3 into polysat 2022-12-07 16:35:42 +01:00
log.h misc 2022-12-01 10:05:14 +01:00
log_helper.h deal with compiler warnings 2022-10-13 17:55:47 +02:00
op_constraint.cpp First step towards explaining single bits 2022-12-19 12:27:37 +01:00
op_constraint.h First step towards explaining single bits 2022-12-19 12:27:37 +01:00
polysat_params.pyg add parameter class for polysat 2022-04-12 10:35:23 +02:00
restart.cpp log 2022-08-05 11:23:02 +02:00
restart.h split out restart 2021-12-12 17:27:30 -08:00
saturation.cpp add parity constraint for disequality 2022-12-12 19:40:19 -08:00
saturation.h add parity constraint for disequality 2022-12-12 19:40:19 -08:00
search_state.cpp Refactor assignment and search state 2022-11-21 17:25:15 +01:00
search_state.h Refactor assignment and search state 2022-11-21 17:25:15 +01:00
simplify.cpp log 2022-08-05 11:23:02 +02:00
simplify.h add placeholder for simplification 2021-12-12 14:52:09 -08:00
simplify_clause.cpp Refactor assignment and search state 2022-11-21 17:25:15 +01:00
simplify_clause.h Move unfinished make_asserting code 2022-09-28 19:19:33 +02:00
smul_fl_constraint.cpp Simplify constraint evaluation 2022-11-23 12:19:03 +01:00
smul_fl_constraint.h inequality 2022-11-28 18:00:17 +01:00
solver.cpp very basic refinement loop breaking 2022-12-15 13:39:48 +01:00
solver.h First step towards explaining single bits 2022-12-19 12:27:37 +01:00
superposition.cpp Lemma names 2022-11-28 19:13:38 +01:00
superposition.h Rename: explain -> superposition 2022-11-10 14:42:13 +01:00
trail.h pwatch 2022-12-01 15:50:03 +01:00
types.h misc 2022-12-01 10:05:14 +01:00
ule_constraint.cpp p 2022-12-07 12:47:30 +01:00
ule_constraint.h inequality 2022-11-28 18:00:17 +01:00
umul_ovfl_constraint.cpp Strengthen umul_ovfl lemma 2022-12-14 11:07:16 +01:00
umul_ovfl_constraint.h activate non-overflow bounds 2022-12-12 20:11:01 -08:00
variable_elimination.cpp Some bugfixes and unit-tests for variable elimination 2022-12-16 10:12:34 +01:00
variable_elimination.h Some bugfixes and unit-tests for variable elimination 2022-12-16 10:12:34 +01:00
viable.cpp very basic refinement loop breaking 2022-12-15 13:39:48 +01:00
viable.h very basic refinement loop breaking 2022-12-15 13:39:48 +01:00