3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-24 12:07:52 +00:00
z3/src/math/polysat
Jakob Rath 2345fb6428 Support watching inactive constraints
This allows us to handle non-redundant clauses (like we get from quot_rem)
2022-05-27 15:49:54 +02:00
..
univariate Store only literals in the conflict state 2022-04-11 15:00:06 +02:00
boolean.cpp Remove bdecide 2022-04-11 15:55:41 +02:00
boolean.h Remove bdecide 2022-04-11 15:55:41 +02:00
clause.cpp removing unit clauses and dependency manager, use minisat approach by tracking assumption literals directly also in clauses 2021-09-20 15:10:03 -07:00
clause.h na 2021-12-14 12:34:34 -08:00
clause_builder.cpp Store only literals in the conflict state 2022-04-11 15:00:06 +02:00
clause_builder.h clause_builder should not fail on always-true literals 2022-01-18 10:32:33 +01:00
CMakeLists.txt add parameter class for polysat 2022-04-12 10:35:23 +02:00
conflict.cpp backtrack_fi 2022-04-25 17:39:07 +02:00
conflict.h backtrack_fi 2022-04-25 17:39:07 +02:00
constraint.cpp Support watching inactive constraints 2022-05-27 15:49:54 +02:00
constraint.h Support watching inactive constraints 2022-05-27 15:49:54 +02:00
eq_explain.cpp conflict logging 2022-04-12 16:06:20 +02:00
eq_explain.h eq explain 2022-02-16 19:00:24 +02:00
explain.cpp backtrack_fi 2022-04-25 17:39:07 +02:00
explain.h update mk_project 2022-02-02 18:04:52 -08:00
fixplex.h na (#5536) 2021-09-05 12:13:08 +02:00
fixplex_def.h build warnings 2021-11-02 19:26:48 -07:00
forbidden_intervals.cpp na 2022-04-06 05:44:31 +02:00
forbidden_intervals.h smul no overflow 2022-02-16 18:55:07 +02:00
interval.h Test forbidden intervals, disequal case 2022-01-19 19:06:35 +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 resolve_bailout etc. 2021-09-06 14:08:07 +02:00
log.h includes shouldn't depend on debug/release mode 2022-01-31 15:29:25 +01:00
log_helper.h Better search stack printing 2022-04-12 14:13:20 +02:00
mul_ovfl_constraint.cpp helper functions to add constraints to univariate_solver 2022-03-17 14:08:00 +01:00
mul_ovfl_constraint.h helper functions to add constraints to univariate_solver 2022-03-17 14:08:00 +01:00
op_constraint.cpp helper functions to add constraints to univariate_solver 2022-03-17 14:08:00 +01:00
op_constraint.h helper functions to add constraints to univariate_solver 2022-03-17 14:08:00 +01:00
polysat_params.pyg add parameter class for polysat 2022-04-12 10:35:23 +02:00
restart.cpp split out restart 2021-12-12 17:27:30 -08:00
restart.h split out restart 2021-12-12 17:27:30 -08:00
saturation.cpp conflict logging 2022-04-12 16:06:20 +02:00
saturation.h conflict logging 2022-04-12 16:06:20 +02:00
search_state.cpp conflict logging 2022-04-12 16:06:20 +02:00
search_state.h Better search stack printing 2022-04-12 14:13:20 +02:00
simplify.cpp Store only literals in the conflict state 2022-04-11 15:00:06 +02:00
simplify.h add placeholder for simplification 2021-12-12 14:52:09 -08:00
smul_fl_constraint.cpp merge 2022-04-06 11:11:26 +02:00
smul_fl_constraint.h helper functions to add constraints to univariate_solver 2022-03-17 14:08:00 +01:00
solver.cpp Support watching inactive constraints 2022-05-27 15:49:54 +02:00
solver.h Support watching inactive constraints 2022-05-27 15:49:54 +02:00
trail.h Support watching inactive constraints 2022-05-27 15:49:54 +02:00
types.h integrate polysat into bv solver 2022-01-26 20:20:45 +01:00
ule_constraint.cpp backtrack_fi 2022-04-25 17:39:07 +02:00
ule_constraint.h helper functions to add constraints to univariate_solver 2022-03-17 14:08:00 +01:00
variable_elimination.cpp conflict logging 2022-04-12 16:06:20 +02:00
variable_elimination.h rename conflict_core to conflict: 2021-09-20 14:05:55 -07:00
viable.cpp Add some fi info 2022-04-13 09:34:59 +02:00
viable.h track _all_ interval end-points for propagation (in fact only need end-points at unit location, not the others so this can be tuned 2022-04-13 12:22:43 +02:00