3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-06 16:01:55 +00:00
z3/src/math/polysat
2023-03-05 18:13:45 +01:00
..
univariate Draft: Made division/remainder to op_constraints (not yet used - old code still called) 2023-02-09 23:36:15 +01:00
assignment.cpp assignment helpers 2022-11-30 14:50:14 +01:00
assignment.h Rename to get_assignment to prevent clash with class name 2023-01-09 17:15:40 +01:00
boolean.cpp get_watch_level 2023-02-20 09:37:28 +01:00
boolean.h get_watch_level 2023-02-20 09:37:28 +01:00
clause.cpp track clause name for debugging 2023-01-11 10:50:14 +01:00
clause.h Fix missing boolean propagation after boolean conflict 2023-02-01 15:02:56 +01:00
clause_builder.cpp We need more clause names 2023-02-03 15:54:56 +01:00
clause_builder.h We need more clause names 2023-02-03 15:54:56 +01:00
CMakeLists.txt First step towards explaining single bits 2022-12-19 12:27:37 +01:00
conflict.cpp verify 2023-03-02 16:03:55 +01:00
conflict.h clarify unsat_core 2023-02-06 17:52:52 +01:00
constraint.cpp inequality::rewrite_equiv 2023-02-09 16:33:59 +01:00
constraint.h inequality::rewrite_equiv 2023-02-09 16:33:59 +01:00
constraint_manager.cpp easy AND for size 1 2023-02-24 13:52:52 +01:00
constraint_manager.h Merge remote-tracking branch 'origin/polysat' into polysat 2023-02-20 17:37:44 +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 Propagate assignment if all bits are assigned and use better justification if any found 2022-12-27 08:44:55 +01:00
fixed_bits.h compile 2023-01-03 14:55:50 +01:00
fixplex.h Restore mod_interval for fixplex 2023-02-01 16:34:25 +01:00
fixplex_def.h Restore mod_interval for fixplex 2023-02-01 16:34:25 +01:00
fixplex_mod_interval.h Restore mod_interval for fixplex 2023-02-01 16:34:25 +01:00
fixplex_mod_interval_def.h fix includes 2023-02-01 17:00:26 +01:00
forbidden_intervals.cpp Contract bit information to large unit-intervals 2023-02-17 15:32:43 +01:00
forbidden_intervals.h Contract bit information to large unit-intervals 2023-02-17 15:32:43 +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 check and fix pdd manager confusion 2023-02-24 13:29:59 +01: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 Fix verbose logs 2022-12-22 19:25:31 +01:00
log.h Fix verbose logs 2022-12-22 19:25:31 +01:00
log_helper.h deal with compiler warnings 2022-10-13 17:55:47 +02:00
number.h Detect more equations in refine_equal_lin 2022-12-21 12:21:22 +01:00
op_constraint.cpp Remove unsound bvshl lemma 2023-03-05 15:38:07 +01:00
op_constraint.h Draft: Made division/remainder to op_constraints (not yet used - old code still called) 2023-02-09 23:36:15 +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 fix test for non-val node 2023-03-04 10:47:05 -08:00
saturation.h extract_bilinear_form: handle case where top variable is different on LHS and RHS 2023-03-04 17:19:58 +01:00
search_state.cpp Refactor assignment and search state 2022-11-21 17:25:15 +01:00
search_state.h Rename to get_assignment to prevent clash with class name 2023-01-09 17:15:40 +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 Bug fix for inverse of lsb-mask 2023-02-18 17:29:33 +01:00
simplify_clause.h Do a quick check for feasibility w.r.t. bits before using forbidden intervals 2023-02-15 20:06:13 +01:00
smul_fl_constraint.cpp Less allocation during lookup, remove unused argument 2022-12-22 15:09:18 +01:00
smul_fl_constraint.h Less allocation during lookup, remove unused argument 2022-12-22 15:09:18 +01:00
solver.cpp Repropagate the conflict clause 2023-03-05 18:13:45 +01:00
solver.h split repropagate_units 2023-03-02 16:01:57 +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 fix 2023-01-19 19:09:46 +01:00
ule_constraint.cpp Enable more general ule simplification ule; flip order 2023-02-22 16:47:14 +01:00
ule_constraint.h Merge remote-tracking branch 'Z3Prover/polysat' into polysat 2022-12-25 12:41:39 +01:00
umul_ovfl_constraint.cpp Weaken precondition for overflow narrow 2023-02-25 14:51:26 +01:00
umul_ovfl_constraint.h Less allocation during lookup, remove unused argument 2022-12-22 15:09:18 +01:00
variable_elimination.cpp Multiply by inverse to detect more parity constraints 2023-02-18 14:15:51 +01:00
variable_elimination.h Pseudo-inverse op_constraint 2023-01-03 17:47:54 +01:00
viable.cpp remove debug output 2023-03-05 13:09:51 +01:00
viable.h Merge remote-tracking branch 'origin/polysat' into polysat 2023-02-20 17:37:44 +01:00